Html Css Color HEX #DE005C Razzmatazz

📋 copy color: '#DE005C'

red 222 ◦ green 0 ◦ blue 92

#DE005C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzmatazz #DE005C

Tints of Razzmatazz #DE005C

RGB

 RED value IS 222 (87.11% from 255) = 70.7%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 92 (36.33% from 255) = 29.3%

R = 70.7%
G = 0%
B = 29.3%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DE005C (or 0xDE005C) is known color: Razzmatazz. HEX triplet: DE, 00 and 5C. RGB value is (222,0,92). Sum of RGB (Red+Green+Blue) = 222+0+92=314 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.70% from 314); Green value is 0 (0.39% from 255 or 0% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 222 - color contains mainly: red. Hex color #DE005C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE005C is #21FFA3. Grayscale: #4C4C4C. Windows color (decimal): -2228132 or 6029534. OLE color: 6029534.

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

Color convert

RGB 222 0 92 -
CMYK 0 1 0.59 0.13
HSL 335.14º 1% 0.44% -
HSV(B) 335.14º 1% 0.87% -
XYZ 32.06 16.3 11.58 -
YUV 76.87 136.55 231.52 -
System Red Green Blue C M Y K H S L
Decimal 222 0 92 0 1 0.59 0.13 335.14 1 0.44
Hex DE 0 5C 0 64 3B D 14F 64 2C
Octal 336 0 134 0 144 73 15 517 144 54
Binary 11011110 0 1011100 0 1100100 111011 1101 101001111 1100100 101100

Color Harmonies of #DE005C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE005C

Black with #DE005C

Text Example


Text Example

White with #DE005C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE005C; }

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

 H1.HeaderClassName
 {
   color: #DE005C;
 }
 .AnyTagClassName
 {
   color: #DE005C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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