Html Css Color HEX #DE04AB Hollywood Cerise

📋 copy color: '#DE04AB'

red 222 ◦ green 4 ◦ blue 171

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

Shades of Hollywood Cerise #DE04AB

Tints of Hollywood Cerise #DE04AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.07%

R = 55.92%
G = 1.01%
B = 43.07%

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

#DE04AB (or 0xDE04AB) is known color: Hollywood Cerise. HEX triplet: DE, 04 and AB. RGB value is (222,4,171). Sum of RGB (Red+Green+Blue) = 222+4+171=397 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.92% from 397); Green value is 4 (1.95% from 255 or 1.01% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 222 - color contains mainly: red. Hex color #DE04AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE04AB is #21FB54. Grayscale: #575757. Windows color (decimal): -2227029 or 11207902. OLE color: 11207902.

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

Color convert

RGB 222 4 171 -
CMYK 0 0.98 0.23 0.13
HSL 314.04º 0.96% 0.44% -
HSV(B) 314.04º 0.98% 0.87% -
XYZ 37.52 18.56 40.13 -
YUV 88.22 174.72 223.42 -
System Red Green Blue C M Y K H S L
Decimal 222 4 171 0 0.98 0.23 0.13 314.04 0.96 0.44
Hex DE 4 AB 0 62 17 D 13A 60 2C
Octal 336 4 253 0 142 27 15 472 140 54
Binary 11011110 100 10101011 0 1100010 10111 1101 100111010 1100000 101100

Color Harmonies of #DE04AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE04AB

Black with #DE04AB

Text Example


Text Example

White with #DE04AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE04AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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