Html Css Color HEX #DE179C Hollywood Cerise

📋 copy color: '#DE179C'

red 222 ◦ green 23 ◦ blue 156

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

Shades of Hollywood Cerise #DE179C

Tints of Hollywood Cerise #DE179C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.74%

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

R = 55.36%
G = 5.74%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DE179C (or 0xDE179C) is known color: Hollywood Cerise. HEX triplet: DE, 17 and 9C. RGB value is (222,23,156). Sum of RGB (Red+Green+Blue) = 222+23+156=401 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.36% from 401); Green value is 23 (9.38% from 255 or 5.74% from 401); Blue value is 156 (61.33% from 255 or 38.90% from 401); Max value from RGB is 222 - color contains mainly: red. Hex color #DE179C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE179C is #21E863. Grayscale: #616161. Windows color (decimal): -2222180 or 10229726. OLE color: 10229726.

HSL color Cylindrical-coordinate representation of color #DE179C: hue angle of 319.9º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DE179C is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 23 156 -
CMYK 0 0.90 0.30 0.13
HSL 319.9º 0.81% 0.48% -
HSV(B) 319.9º 0.9% 0.87% -
XYZ 36.43 18.54 33.11 -
YUV 97.66 160.93 216.69 -
System Red Green Blue C M Y K H S L
Decimal 222 23 156 0 0.90 0.30 0.13 319.9 0.81 0.48
Hex DE 17 9C 0 5A 1E D 140 51 30
Octal 336 27 234 0 132 36 15 500 121 60
Binary 11011110 10111 10011100 0 1011010 11110 1101 101000000 1010001 110000

Color Harmonies of #DE179C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE179C

Black with #DE179C

Text Example


Text Example

White with #DE179C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE179C; }

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

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

background-color css

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

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

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

border-color css

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

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

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