#D30653

Color #D30653 Razzmatazz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzmatazz #D30653

Tints of Razzmatazz #D30653

Color information

#D30653 (or 0xD30653) is unknown color: approx Razzmatazz. HEX triplet: D3, 06 and 53. RGB value is (211,6,83). Sum of RGB (Red+Green+Blue) = 211+6+83=300 (39% of max value = 765). Red value is 211 (82.81% from 255 or 70.33% from 300); Green value is 6 (2.73% from 255 or 2% from 300); Blue value is 83 (32.81% from 255 or 27.67% from 300); Max value from RGB is 211 - color contains mainly: red. Hex color #D30653 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30653 is #2CF9AC. Grayscale: #4B4B4B. Windows color (decimal): -2947501 or 5441235. OLE color: 5441235.

HSL color Cylindrical-coordinate representation of color #D30653: hue angle of 337.46º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D30653 is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.17.

Color convert

RGB211683-
CMYK00.970.610.17
HSL337.46º94.47%42.55%-
HSV(B)337.46º97.16%82.75%-
XYZ28.4914.69.5-
YUV76.07131.92224.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 211 (82.81% from 255) = 70.33%
GREEN value IS 6 (2.73% from 255) = 2%
BLUE value IS 83 (32.81% from 255) = 27.67%
R=70.33%
G=2%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.61
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21168300.970.610.17337.4694.4742.55
HexD36530613D111515e2b
Octal32361230141752152113653
Binary11010011110101001101100001111101100011010100011011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D30653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D30653; }

 p { color: rgb(211,6,83); }

 H1.HeaderClassName
 {
   color: #D30653;
 }
 .AnyTagClassName
 {
   color: #D30653;
 }
</style>
background-color css

<style>
 a { background-color: #D30653; }

 a { background-color: rgb(211,6,83); }

 div.DivClassName
 {
   background-color: #D30653;
 }
 .BgClassName
 {
   background-color: #D30653;
 }
</style>
border-color css

<style>
 span { border-color: #D30653; }

 span { border-color: rgb(211,6,83); }

 td.TdClassName
 {
   border-color: #D30653;
 }
 .TagClassName
 {
   border-color: #D30653;
 }
</style>