Html Css Color HEX #DC16A9 Hollywood Cerise

📋 copy color: '#DC16A9'

red 220 ◦ green 22 ◦ blue 169

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

Shades of Hollywood Cerise #DC16A9

Tints of Hollywood Cerise #DC16A9

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.35%

 BLUE value IS 169 (66.41% from 255) = 41.12%

R = 53.53%
G = 5.35%
B = 41.12%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DC16A9 (or 0xDC16A9) is known color: Hollywood Cerise. HEX triplet: DC, 16 and A9. RGB value is (220,22,169). Sum of RGB (Red+Green+Blue) = 220+22+169=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 22 (8.98% from 255 or 5.35% from 411); Blue value is 169 (66.41% from 255 or 41.12% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC16A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC16A9 is #23E956. Grayscale: #616161. Windows color (decimal): -2353495 or 11081436. OLE color: 11081436.

HSL color Cylindrical-coordinate representation of color #DC16A9: hue angle of 315.45º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC16A9 is Cyan = 0, Magento = 0.9, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 22 169 -
CMYK 0 0.9 0.23 0.14
HSL 315.45º 0.82% 0.47% -
HSV(B) 315.45º 0.9% 0.86% -
XYZ 36.96 18.65 39.19 -
YUV 97.96 168.1 215.05 -
System Red Green Blue C M Y K H S L
Decimal 220 22 169 0 0.9 0.23 0.14 315.45 0.82 0.47
Hex DC 16 A9 0 5A 17 E 13B 52 2F
Octal 334 26 251 0 132 27 16 473 122 57
Binary 11011100 10110 10101001 0 1011010 10111 1110 100111011 1010010 101111

Color Harmonies of #DC16A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC16A9

Black with #DC16A9

Text Example


Text Example

White with #DC16A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC16A9; }

 p { color: rgb(220,22,169); }

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

background-color css

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

 a { background-color: rgb(220,22,169); }

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

border-color css

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

 span { border-color: rgb(220,22,169); }

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