Html Css Color HEX #DE04A2 Hollywood Cerise

📋 copy color: '#DE04A2'

red 222 ◦ green 4 ◦ blue 162

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

Shades of Hollywood Cerise #DE04A2

Tints of Hollywood Cerise #DE04A2

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.03%

 BLUE value IS 162 (63.67% from 255) = 41.75%

R = 57.22%
G = 1.03%
B = 41.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DE04A2 (or 0xDE04A2) is known color: Hollywood Cerise. HEX triplet: DE, 04 and A2. RGB value is (222,4,162). Sum of RGB (Red+Green+Blue) = 222+4+162=388 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.22% from 388); Green value is 4 (1.95% from 255 or 1.03% from 388); Blue value is 162 (63.67% from 255 or 41.75% from 388); Max value from RGB is 222 - color contains mainly: red. Hex color #DE04A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE04A2 is #21FB5D. Grayscale: #565656. Windows color (decimal): -2227038 or 10618078. OLE color: 10618078.

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

Color convert

RGB 222 4 162 -
CMYK 0 0.98 0.27 0.13
HSL 316.51º 0.96% 0.44% -
HSV(B) 316.51º 0.98% 0.87% -
XYZ 36.69 18.23 35.77 -
YUV 87.19 170.22 224.15 -
System Red Green Blue C M Y K H S L
Decimal 222 4 162 0 0.98 0.27 0.13 316.51 0.96 0.44
Hex DE 4 A2 0 62 1B D 13D 60 2C
Octal 336 4 242 0 142 33 15 475 140 54
Binary 11011110 100 10100010 0 1100010 11011 1101 100111101 1100000 101100

Color Harmonies of #DE04A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE04A2

Black with #DE04A2

Text Example


Text Example

White with #DE04A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE04A2; }

 p { color: rgb(222,4,162); }

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

background-color css

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

 a { background-color: rgb(222,4,162); }

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

border-color css

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

 span { border-color: rgb(222,4,162); }

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