Html Css Color HEX #DE19A0 Hollywood Cerise

📋 copy color: '#DE19A0'

red 222 ◦ green 25 ◦ blue 160

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

Shades of Hollywood Cerise #DE19A0

Tints of Hollywood Cerise #DE19A0

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.14%

 BLUE value IS 160 (62.89% from 255) = 39.31%

R = 54.55%
G = 6.14%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DE19A0 (or 0xDE19A0) is known color: Hollywood Cerise. HEX triplet: DE, 19 and A0. RGB value is (222,25,160). Sum of RGB (Red+Green+Blue) = 222+25+160=407 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.55% from 407); Green value is 25 (10.16% from 255 or 6.14% from 407); Blue value is 160 (62.89% from 255 or 39.31% from 407); Max value from RGB is 222 - color contains mainly: red. Hex color #DE19A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE19A0 is #21E65F. Grayscale: #626262. Windows color (decimal): -2221664 or 10492382. OLE color: 10492382.

HSL color Cylindrical-coordinate representation of color #DE19A0: hue angle of 318.88º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DE19A0 is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 25 160 -
CMYK 0 0.89 0.28 0.13
HSL 318.88º 0.8% 0.48% -
HSV(B) 318.88º 0.89% 0.87% -
XYZ 36.82 18.76 34.94 -
YUV 99.29 162.27 215.52 -
System Red Green Blue C M Y K H S L
Decimal 222 25 160 0 0.89 0.28 0.13 318.88 0.8 0.48
Hex DE 19 A0 0 59 1C D 13F 50 30
Octal 336 31 240 0 131 34 15 477 120 60
Binary 11011110 11001 10100000 0 1011001 11100 1101 100111111 1010000 110000

Color Harmonies of #DE19A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE19A0

Black with #DE19A0

Text Example


Text Example

White with #DE19A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE19A0; }

 p { color: rgb(222,25,160); }

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

background-color css

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

 a { background-color: rgb(222,25,160); }

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

border-color css

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

 span { border-color: rgb(222,25,160); }

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