#DE0062

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

Shades of Razzmatazz #DE0062

Tints of Razzmatazz #DE0062

Color information

#DE0062 (or 0xDE0062) is unknown color: approx Razzmatazz. HEX triplet: DE, 00 and 62. RGB value is (222,0,98). Sum of RGB (Red+Green+Blue) = 222+0+98=320 (42% of max value = 765). Red value is 222 (87.11% from 255 or 69.38% from 320); Green value is 0 (0.39% from 255 or 0% from 320); Blue value is 98 (38.67% from 255 or 30.62% from 320); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0062 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0062 is #21FF9D. Grayscale: #4D4D4D. Windows color (decimal): -2228126 or 6422750. OLE color: 6422750.

HSL color Cylindrical-coordinate representation of color #DE0062: hue angle of 333.51º 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 #DE0062 is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB222098-
CMYK010.560.13
HSL333.51º100%43.53%-
HSV(B)333.51º100%87.06%-
XYZ32.3316.4113.02-
YUV77.55139.55231.03-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 69.38%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 98 (38.67% from 255) = 30.62%
R=69.38%
G=0%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222098010.560.13333.5110043.53
HexDE06206438D14e642c
Octal33601420144701551614454
Binary11011110011000100110010011100011011010011101100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE0062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE0062; }

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

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

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

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

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

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

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

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