Html Css Color HEX #DC17A3 Hollywood Cerise

📋 copy color: '#DC17A3'

red 220 ◦ green 23 ◦ blue 163

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

Shades of Hollywood Cerise #DC17A3

Tints of Hollywood Cerise #DC17A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 40.15%

R = 54.19%
G = 5.67%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DC17A3 (or 0xDC17A3) is known color: Hollywood Cerise. HEX triplet: DC, 17 and A3. RGB value is (220,23,163). Sum of RGB (Red+Green+Blue) = 220+23+163=406 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.19% from 406); Green value is 23 (9.38% from 255 or 5.67% from 406); Blue value is 163 (64.06% from 255 or 40.15% from 406); Max value from RGB is 220 - color contains mainly: red. Hex color #DC17A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC17A3 is #23E85C. Grayscale: #616161. Windows color (decimal): -2353245 or 10688476. OLE color: 10688476.

HSL color Cylindrical-coordinate representation of color #DC17A3: hue angle of 317.36º 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 #DC17A3 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 23 163 -
CMYK 0 0.90 0.26 0.14
HSL 317.36º 0.81% 0.48% -
HSV(B) 317.36º 0.9% 0.86% -
XYZ 36.43 18.47 36.3 -
YUV 97.86 164.77 215.12 -
System Red Green Blue C M Y K H S L
Decimal 220 23 163 0 0.90 0.26 0.14 317.36 0.81 0.48
Hex DC 17 A3 0 5A 1A E 13D 51 30
Octal 334 27 243 0 132 32 16 475 121 60
Binary 11011100 10111 10100011 0 1011010 11010 1110 100111101 1010001 110000

Color Harmonies of #DC17A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC17A3

Black with #DC17A3

Text Example


Text Example

White with #DC17A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC17A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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