Html Css Color HEX #DE149C Hollywood Cerise

📋 copy color: '#DE149C'

red 222 ◦ green 20 ◦ blue 156

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

Shades of Hollywood Cerise #DE149C

Tints of Hollywood Cerise #DE149C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.03%

 BLUE value IS 156 (61.33% from 255) = 39.2%

R = 55.78%
G = 5.03%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DE149C (or 0xDE149C) is known color: Hollywood Cerise. HEX triplet: DE, 14 and 9C. RGB value is (222,20,156). Sum of RGB (Red+Green+Blue) = 222+20+156=398 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.78% from 398); Green value is 20 (8.20% from 255 or 5.03% from 398); Blue value is 156 (61.33% from 255 or 39.20% from 398); Max value from RGB is 222 - color contains mainly: red. Hex color #DE149C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE149C is #21EB63. Grayscale: #5F5F5F. Windows color (decimal): -2222948 or 10228958. OLE color: 10228958.

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

Color convert

RGB 222 20 156 -
CMYK 0 0.91 0.30 0.13
HSL 319.6º 0.83% 0.47% -
HSV(B) 319.6º 0.91% 0.87% -
XYZ 36.38 18.43 33.09 -
YUV 95.9 161.92 217.94 -
System Red Green Blue C M Y K H S L
Decimal 222 20 156 0 0.91 0.30 0.13 319.6 0.83 0.47
Hex DE 14 9C 0 5B 1E D 140 53 2F
Octal 336 24 234 0 133 36 15 500 123 57
Binary 11011110 10100 10011100 0 1011011 11110 1101 101000000 1010011 101111

Color Harmonies of #DE149C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE149C

Black with #DE149C

Text Example


Text Example

White with #DE149C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE149C; }

 p { color: rgb(222,20,156); }

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

background-color css

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

 a { background-color: rgb(222,20,156); }

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

border-color css

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

 span { border-color: rgb(222,20,156); }

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