Html Css Color HEX #DE02A5 Hollywood Cerise

📋 copy color: '#DE02A5'

red 222 ◦ green 2 ◦ blue 165

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

Shades of Hollywood Cerise #DE02A5

Tints of Hollywood Cerise #DE02A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 42.42%

R = 57.07%
G = 0.51%
B = 42.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DE02A5 (or 0xDE02A5) is known color: Hollywood Cerise. HEX triplet: DE, 02 and A5. RGB value is (222,2,165). Sum of RGB (Red+Green+Blue) = 222+2+165=389 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.07% from 389); Green value is 2 (1.17% from 255 or 0.51% from 389); Blue value is 165 (64.84% from 255 or 42.42% from 389); Max value from RGB is 222 - color contains mainly: red. Hex color #DE02A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE02A5 is #21FD5A. Grayscale: #555555. Windows color (decimal): -2227547 or 10814174. OLE color: 10814174.

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

Color convert

RGB 222 2 165 -
CMYK 0 0.99 0.26 0.13
HSL 315.55º 0.98% 0.44% -
HSV(B) 315.55º 0.99% 0.87% -
XYZ 36.94 18.29 37.18 -
YUV 86.36 172.39 224.75 -
System Red Green Blue C M Y K H S L
Decimal 222 2 165 0 0.99 0.26 0.13 315.55 0.98 0.44
Hex DE 2 A5 0 63 1A D 13C 62 2C
Octal 336 2 245 0 143 32 15 474 142 54
Binary 11011110 10 10100101 0 1100011 11010 1101 100111100 1100010 101100

Color Harmonies of #DE02A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE02A5

Black with #DE02A5

Text Example


Text Example

White with #DE02A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE02A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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