Html Css Color HEX #DC15AA Hollywood Cerise

📋 copy color: '#DC15AA'

red 220 ◦ green 21 ◦ blue 170

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

Shades of Hollywood Cerise #DC15AA

Tints of Hollywood Cerise #DC15AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.36%

R = 53.53%
G = 5.11%
B = 41.36%

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

#DC15AA (or 0xDC15AA) is known color: Hollywood Cerise. HEX triplet: DC, 15 and AA. RGB value is (220,21,170). Sum of RGB (Red+Green+Blue) = 220+21+170=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 21 (8.59% from 255 or 5.11% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC15AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC15AA is #23EA55. Grayscale: #616161. Windows color (decimal): -2353750 or 11146716. OLE color: 11146716.

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

Color convert

RGB 220 21 170 -
CMYK 0 0.90 0.23 0.14
HSL 315.08º 0.83% 0.47% -
HSV(B) 315.08º 0.9% 0.86% -
XYZ 37.04 18.65 39.68 -
YUV 97.49 168.93 215.38 -
System Red Green Blue C M Y K H S L
Decimal 220 21 170 0 0.90 0.23 0.14 315.08 0.83 0.47
Hex DC 15 AA 0 5A 17 E 13B 53 2F
Octal 334 25 252 0 132 27 16 473 123 57
Binary 11011100 10101 10101010 0 1011010 10111 1110 100111011 1010011 101111

Color Harmonies of #DC15AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC15AA

Black with #DC15AA

Text Example


Text Example

White with #DC15AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC15AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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