Html Css Color HEX #DE04A7 Hollywood Cerise

📋 copy color: '#DE04A7'

red 222 ◦ green 4 ◦ blue 167

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

Shades of Hollywood Cerise #DE04A7

Tints of Hollywood Cerise #DE04A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 42.49%

R = 56.49%
G = 1.02%
B = 42.49%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DE04A7 (or 0xDE04A7) is known color: Hollywood Cerise. HEX triplet: DE, 04 and A7. RGB value is (222,4,167). Sum of RGB (Red+Green+Blue) = 222+4+167=393 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.49% from 393); Green value is 4 (1.95% from 255 or 1.02% from 393); Blue value is 167 (65.62% from 255 or 42.49% from 393); Max value from RGB is 222 - color contains mainly: red. Hex color #DE04A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE04A7 is #21FB58. Grayscale: #575757. Windows color (decimal): -2227033 or 10945758. OLE color: 10945758.

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

Color convert

RGB 222 4 167 -
CMYK 0 0.98 0.25 0.13
HSL 315.14º 0.96% 0.44% -
HSV(B) 315.14º 0.98% 0.87% -
XYZ 37.14 18.41 38.15 -
YUV 87.76 172.72 223.75 -
System Red Green Blue C M Y K H S L
Decimal 222 4 167 0 0.98 0.25 0.13 315.14 0.96 0.44
Hex DE 4 A7 0 62 19 D 13B 60 2C
Octal 336 4 247 0 142 31 15 473 140 54
Binary 11011110 100 10100111 0 1100010 11001 1101 100111011 1100000 101100

Color Harmonies of #DE04A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE04A7

Black with #DE04A7

Text Example


Text Example

White with #DE04A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE04A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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