Html Css Color HEX #DC14AA Hollywood Cerise

📋 copy color: '#DC14AA'

red 220 ◦ green 20 ◦ blue 170

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

Shades of Hollywood Cerise #DC14AA

Tints of Hollywood Cerise #DC14AA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.88%

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

R = 53.66%
G = 4.88%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DC14AA (or 0xDC14AA) is known color: Hollywood Cerise. HEX triplet: DC, 14 and AA. RGB value is (220,20,170). Sum of RGB (Red+Green+Blue) = 220+20+170=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 20 (8.20% from 255 or 4.88% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DC14AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC14AA is #23EB55. Grayscale: #606060. Windows color (decimal): -2354006 or 11146460. OLE color: 11146460.

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

Color convert

RGB 220 20 170 -
CMYK 0 0.91 0.23 0.14
HSL 315º 0.83% 0.47% -
HSV(B) 315º 0.91% 0.86% -
XYZ 37.02 18.62 39.67 -
YUV 96.9 169.26 215.8 -
System Red Green Blue C M Y K H S L
Decimal 220 20 170 0 0.91 0.23 0.14 315 0.83 0.47
Hex DC 14 AA 0 5B 17 E 13B 53 2F
Octal 334 24 252 0 133 27 16 473 123 57
Binary 11011100 10100 10101010 0 1011011 10111 1110 100111011 1010011 101111

Color Harmonies of #DC14AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC14AA

Black with #DC14AA

Text Example


Text Example

White with #DC14AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC14AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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