Html Css Color HEX #DC14AC Hollywood Cerise

📋 copy color: '#DC14AC'

red 220 ◦ green 20 ◦ blue 172

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

Shades of Hollywood Cerise #DC14AC

Tints of Hollywood Cerise #DC14AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.75%

R = 53.4%
G = 4.85%
B = 41.75%

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

#DC14AC (or 0xDC14AC) is known color: Hollywood Cerise. HEX triplet: DC, 14 and AC. RGB value is (220,20,172). Sum of RGB (Red+Green+Blue) = 220+20+172=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 20 (8.20% from 255 or 4.85% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DC14AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC14AC is #23EB53. Grayscale: #606060. Windows color (decimal): -2354004 or 11277532. OLE color: 11277532.

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

Color convert

RGB 220 20 172 -
CMYK 0 0.91 0.22 0.14
HSL 314.4º 0.83% 0.47% -
HSV(B) 314.4º 0.91% 0.86% -
XYZ 37.21 18.69 40.68 -
YUV 97.13 170.26 215.64 -
System Red Green Blue C M Y K H S L
Decimal 220 20 172 0 0.91 0.22 0.14 314.4 0.83 0.47
Hex DC 14 AC 0 5B 16 E 13A 53 2F
Octal 334 24 254 0 133 26 16 472 123 57
Binary 11011100 10100 10101100 0 1011011 10110 1110 100111010 1010011 101111

Color Harmonies of #DC14AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC14AC

Black with #DC14AC

Text Example


Text Example

White with #DC14AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC14AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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