Html Css Color HEX #DC15A9 Hollywood Cerise

📋 copy color: '#DC15A9'

red 220 ◦ green 21 ◦ blue 169

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

Shades of Hollywood Cerise #DC15A9

Tints of Hollywood Cerise #DC15A9

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.12%

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

R = 53.66%
G = 5.12%
B = 41.22%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DC15A9 (or 0xDC15A9) is known color: Hollywood Cerise. HEX triplet: DC, 15 and A9. RGB value is (220,21,169). Sum of RGB (Red+Green+Blue) = 220+21+169=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 21 (8.59% from 255 or 5.12% from 410); Blue value is 169 (66.41% from 255 or 41.22% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DC15A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC15A9 is #23EA56. Grayscale: #606060. Windows color (decimal): -2353751 or 11081180. OLE color: 11081180.

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

Color convert

RGB 220 21 169 -
CMYK 0 0.90 0.23 0.14
HSL 315.38º 0.83% 0.47% -
HSV(B) 315.38º 0.9% 0.86% -
XYZ 36.94 18.62 39.18 -
YUV 97.37 168.43 215.47 -
System Red Green Blue C M Y K H S L
Decimal 220 21 169 0 0.90 0.23 0.14 315.38 0.83 0.47
Hex DC 15 A9 0 5A 17 E 13B 53 2F
Octal 334 25 251 0 132 27 16 473 123 57
Binary 11011100 10101 10101001 0 1011010 10111 1110 100111011 1010011 101111

Color Harmonies of #DC15A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC15A9

Black with #DC15A9

Text Example


Text Example

White with #DC15A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC15A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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