#DE0052

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

Shades of Razzmatazz #DE0052

Tints of Razzmatazz #DE0052

Color information

#DE0052 (or 0xDE0052) is unknown color: approx Razzmatazz. HEX triplet: DE, 00 and 52. RGB value is (222,0,82). Sum of RGB (Red+Green+Blue) = 222+0+82=304 (40% of max value = 765). Red value is 222 (87.11% from 255 or 73.03% from 304); Green value is 0 (0.39% from 255 or 0% from 304); Blue value is 82 (32.42% from 255 or 26.97% from 304); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0052 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0052 is #21FFAD. Grayscale: #4B4B4B. Windows color (decimal): -2228142 or 5374174. OLE color: 5374174.

HSL color Cylindrical-coordinate representation of color #DE0052: hue angle of 337.84º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE0052 is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB222082-
CMYK010.630.13
HSL337.84º100%43.53%-
HSV(B)337.84º100%87.06%-
XYZ31.6516.149.43-
YUV75.73131.55232.33-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 73.03%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 82 (32.42% from 255) = 26.97%
R=73.03%
G=0%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222082010.630.13337.8410043.53
HexDE0520643FD152642c
Octal33601220144771552214454
Binary11011110010100100110010011111111011010100101100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE0052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE0052; }

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

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

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

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

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

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

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

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