Html Css Color HEX #DC17A8 Hollywood Cerise

📋 copy color: '#DC17A8'

red 220 ◦ green 23 ◦ blue 168

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

Shades of Hollywood Cerise #DC17A8

Tints of Hollywood Cerise #DC17A8

RGB

 RED value IS 220 (86.33% from 255) = 53.53%

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

 BLUE value IS 168 (66.02% from 255) = 40.88%

R = 53.53%
G = 5.6%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#DC17A8 (or 0xDC17A8) is known color: Hollywood Cerise. HEX triplet: DC, 17 and A8. RGB value is (220,23,168). Sum of RGB (Red+Green+Blue) = 220+23+168=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 23 (9.38% from 255 or 5.60% from 411); Blue value is 168 (66.02% from 255 or 40.88% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC17A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC17A8 is #23E857. Grayscale: #626262. Windows color (decimal): -2353240 or 11016156. OLE color: 11016156.

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

Color convert

RGB 220 23 168 -
CMYK 0 0.90 0.24 0.14
HSL 315.84º 0.81% 0.48% -
HSV(B) 315.84º 0.9% 0.86% -
XYZ 36.89 18.66 38.7 -
YUV 98.43 167.27 214.71 -
System Red Green Blue C M Y K H S L
Decimal 220 23 168 0 0.90 0.24 0.14 315.84 0.81 0.48
Hex DC 17 A8 0 5A 18 E 13C 51 30
Octal 334 27 250 0 132 30 16 474 121 60
Binary 11011100 10111 10101000 0 1011010 11000 1110 100111100 1010001 110000

Color Harmonies of #DC17A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC17A8

Black with #DC17A8

Text Example


Text Example

White with #DC17A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC17A8; }

 p { color: rgb(220,23,168); }

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

background-color css

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

 a { background-color: rgb(220,23,168); }

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

border-color css

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

 span { border-color: rgb(220,23,168); }

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