#D00052

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

Shades of Razzmatazz #D00052

Tints of Razzmatazz #D00052

Color information

#D00052 (or 0xD00052) is unknown color: approx Razzmatazz. HEX triplet: D0, 00 and 52. RGB value is (208,0,82). Sum of RGB (Red+Green+Blue) = 208+0+82=290 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.72% from 290); Green value is 0 (0.39% from 255 or 0% from 290); Blue value is 82 (32.42% from 255 or 28.28% from 290); Max value from RGB is 208 - color contains mainly: red. Hex color #D00052 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00052 is #2FFFAD. Grayscale: #474747. Windows color (decimal): -3145646 or 5374160. OLE color: 5374160.

HSL color Cylindrical-coordinate representation of color #D00052: hue angle of 336.35º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D00052 is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB208082-
CMYK010.610.18
HSL336.35º100%40.78%-
HSV(B)336.35º100%81.57%-
XYZ27.5414.029.24-
YUV71.54133.91225.33-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 71.72%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 82 (32.42% from 255) = 28.28%
R=71.72%
G=0%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208082010.610.18336.3510040.78
HexD00520643D121506429
Octal32001220144752252014451
Binary110100000101001001100100111101100101010100001100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D00052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D00052; }

 p { color: rgb(208,0,82); }

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

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

 a { background-color: rgb(208,0,82); }

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

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

 span { border-color: rgb(208,0,82); }

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