Html Css Color HEX #DE04AD Hollywood Cerise

📋 copy color: '#DE04AD'

red 222 ◦ green 4 ◦ blue 173

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

Shades of Hollywood Cerise #DE04AD

Tints of Hollywood Cerise #DE04AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.36%

R = 55.64%
G = 1%
B = 43.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DE04AD (or 0xDE04AD) is known color: Hollywood Cerise. HEX triplet: DE, 04 and AD. RGB value is (222,4,173). Sum of RGB (Red+Green+Blue) = 222+4+173=399 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.64% from 399); Green value is 4 (1.95% from 255 or 1.00% from 399); Blue value is 173 (67.97% from 255 or 43.36% from 399); Max value from RGB is 222 - color contains mainly: red. Hex color #DE04AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE04AD is #21FB52. Grayscale: #575757. Windows color (decimal): -2227027 or 11338974. OLE color: 11338974.

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

Color convert

RGB 222 4 173 -
CMYK 0 0.98 0.22 0.13
HSL 313.49º 0.96% 0.44% -
HSV(B) 313.49º 0.98% 0.87% -
XYZ 37.71 18.63 41.14 -
YUV 88.45 175.72 223.26 -
System Red Green Blue C M Y K H S L
Decimal 222 4 173 0 0.98 0.22 0.13 313.49 0.96 0.44
Hex DE 4 AD 0 62 16 D 139 60 2C
Octal 336 4 255 0 142 26 15 471 140 54
Binary 11011110 100 10101101 0 1100010 10110 1101 100111001 1100000 101100

Color Harmonies of #DE04AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE04AD

Black with #DE04AD

Text Example


Text Example

White with #DE04AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE04AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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