Html Css Color HEX #DE02AD Hollywood Cerise

📋 copy color: '#DE02AD'

red 222 ◦ green 2 ◦ blue 173

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

Shades of Hollywood Cerise #DE02AD

Tints of Hollywood Cerise #DE02AD

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.5%

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

R = 55.92%
G = 0.5%
B = 43.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DE02AD (or 0xDE02AD) is known color: Hollywood Cerise. HEX triplet: DE, 02 and AD. RGB value is (222,2,173). Sum of RGB (Red+Green+Blue) = 222+2+173=397 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.92% from 397); Green value is 2 (1.17% from 255 or 0.50% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 222 - color contains mainly: red. Hex color #DE02AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE02AD is #21FD52. Grayscale: #565656. Windows color (decimal): -2227539 or 11338462. OLE color: 11338462.

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

Color convert

RGB 222 2 173 -
CMYK 0 0.99 0.22 0.13
HSL 313.36º 0.98% 0.44% -
HSV(B) 313.36º 0.99% 0.87% -
XYZ 37.69 18.59 41.14 -
YUV 87.27 176.39 224.1 -
System Red Green Blue C M Y K H S L
Decimal 222 2 173 0 0.99 0.22 0.13 313.36 0.98 0.44
Hex DE 2 AD 0 63 16 D 139 62 2C
Octal 336 2 255 0 143 26 15 471 142 54
Binary 11011110 10 10101101 0 1100011 10110 1101 100111001 1100010 101100

Color Harmonies of #DE02AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE02AD

Black with #DE02AD

Text Example


Text Example

White with #DE02AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE02AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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