Html Css Color HEX #DE19A6 Hollywood Cerise

📋 copy color: '#DE19A6'

red 222 ◦ green 25 ◦ blue 166

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

Shades of Hollywood Cerise #DE19A6

Tints of Hollywood Cerise #DE19A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 40.19%

R = 53.75%
G = 6.05%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DE19A6 (or 0xDE19A6) is known color: Hollywood Cerise. HEX triplet: DE, 19 and A6. RGB value is (222,25,166). Sum of RGB (Red+Green+Blue) = 222+25+166=413 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.75% from 413); Green value is 25 (10.16% from 255 or 6.05% from 413); Blue value is 166 (65.23% from 255 or 40.19% from 413); Max value from RGB is 222 - color contains mainly: red. Hex color #DE19A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE19A6 is #21E659. Grayscale: #636363. Windows color (decimal): -2221658 or 10885598. OLE color: 10885598.

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

Color convert

RGB 222 25 166 -
CMYK 0 0.89 0.25 0.13
HSL 317.06º 0.8% 0.48% -
HSV(B) 317.06º 0.89% 0.87% -
XYZ 37.35 18.98 37.77 -
YUV 99.98 165.27 215.04 -
System Red Green Blue C M Y K H S L
Decimal 222 25 166 0 0.89 0.25 0.13 317.06 0.8 0.48
Hex DE 19 A6 0 59 19 D 13D 50 30
Octal 336 31 246 0 131 31 15 475 120 60
Binary 11011110 11001 10100110 0 1011001 11001 1101 100111101 1010000 110000

Color Harmonies of #DE19A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE19A6

Black with #DE19A6

Text Example


Text Example

White with #DE19A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE19A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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