Html Css Color HEX #DC14AB Hollywood Cerise

📋 copy color: '#DC14AB'

red 220 ◦ green 20 ◦ blue 171

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

Shades of Hollywood Cerise #DC14AB

Tints of Hollywood Cerise #DC14AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.61%

R = 53.53%
G = 4.87%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DC14AB (or 0xDC14AB) is known color: Hollywood Cerise. HEX triplet: DC, 14 and AB. RGB value is (220,20,171). Sum of RGB (Red+Green+Blue) = 220+20+171=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 20 (8.20% from 255 or 4.87% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC14AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC14AB is #23EB54. Grayscale: #606060. Windows color (decimal): -2354005 or 11211996. OLE color: 11211996.

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

Color convert

RGB 220 20 171 -
CMYK 0 0.91 0.22 0.14
HSL 314.7º 0.83% 0.47% -
HSV(B) 314.7º 0.91% 0.86% -
XYZ 37.12 18.66 40.17 -
YUV 97.01 169.76 215.72 -
System Red Green Blue C M Y K H S L
Decimal 220 20 171 0 0.91 0.22 0.14 314.7 0.83 0.47
Hex DC 14 AB 0 5B 16 E 13B 53 2F
Octal 334 24 253 0 133 26 16 473 123 57
Binary 11011100 10100 10101011 0 1011011 10110 1110 100111011 1010011 101111

Color Harmonies of #DC14AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC14AB

Black with #DC14AB

Text Example


Text Example

White with #DC14AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC14AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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