Html Css Color HEX #DE18A8 Hollywood Cerise

📋 copy color: '#DE18A8'

red 222 ◦ green 24 ◦ blue 168

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

Shades of Hollywood Cerise #DE18A8

Tints of Hollywood Cerise #DE18A8

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.8%

 BLUE value IS 168 (66.02% from 255) = 40.58%

R = 53.62%
G = 5.8%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DE18A8 (or 0xDE18A8) is known color: Hollywood Cerise. HEX triplet: DE, 18 and A8. RGB value is (222,24,168). Sum of RGB (Red+Green+Blue) = 222+24+168=414 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.62% from 414); Green value is 24 (9.77% from 255 or 5.80% from 414); Blue value is 168 (66.02% from 255 or 40.58% from 414); Max value from RGB is 222 - color contains mainly: red. Hex color #DE18A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE18A8 is #21E757. Grayscale: #636363. Windows color (decimal): -2221912 or 11016414. OLE color: 11016414.

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

Color convert

RGB 222 24 168 -
CMYK 0 0.89 0.24 0.13
HSL 316.36º 0.8% 0.48% -
HSV(B) 316.36º 0.89% 0.87% -
XYZ 37.52 19.01 38.74 -
YUV 99.62 166.6 215.29 -
System Red Green Blue C M Y K H S L
Decimal 222 24 168 0 0.89 0.24 0.13 316.36 0.8 0.48
Hex DE 18 A8 0 59 18 D 13C 50 30
Octal 336 30 250 0 131 30 15 474 120 60
Binary 11011110 11000 10101000 0 1011001 11000 1101 100111100 1010000 110000

Color Harmonies of #DE18A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE18A8

Black with #DE18A8

Text Example


Text Example

White with #DE18A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE18A8; }

 p { color: rgb(222,24,168); }

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

background-color css

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

 a { background-color: rgb(222,24,168); }

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

border-color css

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

 span { border-color: rgb(222,24,168); }

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