Html Css Color HEX #DE18A0 Hollywood Cerise

📋 copy color: '#DE18A0'

red 222 ◦ green 24 ◦ blue 160

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

Shades of Hollywood Cerise #DE18A0

Tints of Hollywood Cerise #DE18A0

RGB

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

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

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

R = 54.68%
G = 5.91%
B = 39.41%

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

#DE18A0 (or 0xDE18A0) is known color: Hollywood Cerise. HEX triplet: DE, 18 and A0. RGB value is (222,24,160). Sum of RGB (Red+Green+Blue) = 222+24+160=406 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.68% from 406); Green value is 24 (9.77% from 255 or 5.91% from 406); Blue value is 160 (62.89% from 255 or 39.41% from 406); Max value from RGB is 222 - color contains mainly: red. Hex color #DE18A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE18A0 is #21E75F. Grayscale: #626262. Windows color (decimal): -2221920 or 10492126. OLE color: 10492126.

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

Color convert

RGB 222 24 160 -
CMYK 0 0.89 0.28 0.13
HSL 318.79º 0.8% 0.48% -
HSV(B) 318.79º 0.89% 0.87% -
XYZ 36.8 18.72 34.93 -
YUV 98.71 162.6 215.94 -
System Red Green Blue C M Y K H S L
Decimal 222 24 160 0 0.89 0.28 0.13 318.79 0.8 0.48
Hex DE 18 A0 0 59 1C D 13F 50 30
Octal 336 30 240 0 131 34 15 477 120 60
Binary 11011110 11000 10100000 0 1011001 11100 1101 100111111 1010000 110000

Color Harmonies of #DE18A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE18A0

Black with #DE18A0

Text Example


Text Example

White with #DE18A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE18A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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