Html Css Color HEX #DC15A6 Hollywood Cerise

📋 copy color: '#DC15A6'

red 220 ◦ green 21 ◦ blue 166

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

Shades of Hollywood Cerise #DC15A6

Tints of Hollywood Cerise #DC15A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 40.79%

R = 54.05%
G = 5.16%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DC15A6 (or 0xDC15A6) is known color: Hollywood Cerise. HEX triplet: DC, 15 and A6. RGB value is (220,21,166). Sum of RGB (Red+Green+Blue) = 220+21+166=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 21 (8.59% from 255 or 5.16% from 407); Blue value is 166 (65.23% from 255 or 40.79% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC15A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC15A6 is #23EA59. Grayscale: #606060. Windows color (decimal): -2353754 or 10884572. OLE color: 10884572.

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

Color convert

RGB 220 21 166 -
CMYK 0 0.90 0.25 0.14
HSL 316.28º 0.83% 0.47% -
HSV(B) 316.28º 0.9% 0.86% -
XYZ 36.67 18.51 37.72 -
YUV 97.03 166.93 215.71 -
System Red Green Blue C M Y K H S L
Decimal 220 21 166 0 0.90 0.25 0.14 316.28 0.83 0.47
Hex DC 15 A6 0 5A 19 E 13C 53 2F
Octal 334 25 246 0 132 31 16 474 123 57
Binary 11011100 10101 10100110 0 1011010 11001 1110 100111100 1010011 101111

Color Harmonies of #DC15A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC15A6

Black with #DC15A6

Text Example


Text Example

White with #DC15A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC15A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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