Html Css Color HEX #DE119F Hollywood Cerise

📋 copy color: '#DE119F'

red 222 ◦ green 17 ◦ blue 159

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

Shades of Hollywood Cerise #DE119F

Tints of Hollywood Cerise #DE119F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.27%

 BLUE value IS 159 (62.5% from 255) = 39.95%

R = 55.78%
G = 4.27%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DE119F (or 0xDE119F) is known color: Hollywood Cerise. HEX triplet: DE, 11 and 9F. RGB value is (222,17,159). Sum of RGB (Red+Green+Blue) = 222+17+159=398 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.78% from 398); Green value is 17 (7.03% from 255 or 4.27% from 398); Blue value is 159 (62.5% from 255 or 39.95% from 398); Max value from RGB is 222 - color contains mainly: red. Hex color #DE119F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE119F is #21EE60. Grayscale: #5E5E5E. Windows color (decimal): -2223713 or 10424798. OLE color: 10424798.

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

Color convert

RGB 222 17 159 -
CMYK 0 0.92 0.28 0.13
HSL 318.44º 0.86% 0.47% -
HSV(B) 318.44º 0.92% 0.87% -
XYZ 36.58 18.43 34.43 -
YUV 94.48 164.42 218.95 -
System Red Green Blue C M Y K H S L
Decimal 222 17 159 0 0.92 0.28 0.13 318.44 0.86 0.47
Hex DE 11 9F 0 5C 1C D 13E 56 2F
Octal 336 21 237 0 134 34 15 476 126 57
Binary 11011110 10001 10011111 0 1011100 11100 1101 100111110 1010110 101111

Color Harmonies of #DE119F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE119F

Black with #DE119F

Text Example


Text Example

White with #DE119F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE119F; }

 p { color: rgb(222,17,159); }

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

background-color css

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

 a { background-color: rgb(222,17,159); }

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

border-color css

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

 span { border-color: rgb(222,17,159); }

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