Html Css Color HEX #DE04AA Hollywood Cerise

📋 copy color: '#DE04AA'

red 222 ◦ green 4 ◦ blue 170

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

Shades of Hollywood Cerise #DE04AA

Tints of Hollywood Cerise #DE04AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.93%

R = 56.06%
G = 1.01%
B = 42.93%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DE04AA (or 0xDE04AA) is known color: Hollywood Cerise. HEX triplet: DE, 04 and AA. RGB value is (222,4,170). Sum of RGB (Red+Green+Blue) = 222+4+170=396 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.06% from 396); Green value is 4 (1.95% from 255 or 1.01% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 222 - color contains mainly: red. Hex color #DE04AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE04AA is #21FB55. Grayscale: #575757. Windows color (decimal): -2227030 or 11142366. OLE color: 11142366.

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

Color convert

RGB 222 4 170 -
CMYK 0 0.98 0.23 0.13
HSL 314.31º 0.96% 0.44% -
HSV(B) 314.31º 0.98% 0.87% -
XYZ 37.42 18.52 39.63 -
YUV 88.11 174.22 223.5 -
System Red Green Blue C M Y K H S L
Decimal 222 4 170 0 0.98 0.23 0.13 314.31 0.96 0.44
Hex DE 4 AA 0 62 17 D 13A 60 2C
Octal 336 4 252 0 142 27 15 472 140 54
Binary 11011110 100 10101010 0 1100010 10111 1101 100111010 1100000 101100

Color Harmonies of #DE04AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE04AA

Black with #DE04AA

Text Example


Text Example

White with #DE04AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE04AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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