Html Css Color HEX #DE189E Hollywood Cerise

📋 copy color: '#DE189E'

red 222 ◦ green 24 ◦ blue 158

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

Shades of Hollywood Cerise #DE189E

Tints of Hollywood Cerise #DE189E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 39.11%

R = 54.95%
G = 5.94%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DE189E (or 0xDE189E) is known color: Hollywood Cerise. HEX triplet: DE, 18 and 9E. RGB value is (222,24,158). Sum of RGB (Red+Green+Blue) = 222+24+158=404 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.95% from 404); Green value is 24 (9.77% from 255 or 5.94% from 404); Blue value is 158 (62.11% from 255 or 39.11% from 404); Max value from RGB is 222 - color contains mainly: red. Hex color #DE189E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE189E is #21E761. Grayscale: #626262. Windows color (decimal): -2221922 or 10361054. OLE color: 10361054.

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

Color convert

RGB 222 24 158 -
CMYK 0 0.89 0.29 0.13
HSL 319.39º 0.8% 0.48% -
HSV(B) 319.39º 0.89% 0.87% -
XYZ 36.62 18.65 34.02 -
YUV 98.48 161.6 216.1 -
System Red Green Blue C M Y K H S L
Decimal 222 24 158 0 0.89 0.29 0.13 319.39 0.8 0.48
Hex DE 18 9E 0 59 1D D 13F 50 30
Octal 336 30 236 0 131 35 15 477 120 60
Binary 11011110 11000 10011110 0 1011001 11101 1101 100111111 1010000 110000

Color Harmonies of #DE189E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE189E

Black with #DE189E

Text Example


Text Example

White with #DE189E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE189E; }

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

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

background-color css

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

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

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

border-color css

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

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

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