Html Css Color HEX #DC14AD Hollywood Cerise

📋 copy color: '#DC14AD'

red 220 ◦ green 20 ◦ blue 173

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

Shades of Hollywood Cerise #DC14AD

Tints of Hollywood Cerise #DC14AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.89%

R = 53.27%
G = 4.84%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DC14AD (or 0xDC14AD) is known color: Hollywood Cerise. HEX triplet: DC, 14 and AD. RGB value is (220,20,173). Sum of RGB (Red+Green+Blue) = 220+20+173=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 20 (8.20% from 255 or 4.84% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC14AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC14AD is #23EB52. Grayscale: #606060. Windows color (decimal): -2354003 or 11343068. OLE color: 11343068.

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

Color convert

RGB 220 20 173 -
CMYK 0 0.91 0.21 0.14
HSL 314.1º 0.83% 0.47% -
HSV(B) 314.1º 0.91% 0.86% -
XYZ 37.31 18.73 41.18 -
YUV 97.24 170.76 215.56 -
System Red Green Blue C M Y K H S L
Decimal 220 20 173 0 0.91 0.21 0.14 314.1 0.83 0.47
Hex DC 14 AD 0 5B 15 E 13A 53 2F
Octal 334 24 255 0 133 25 16 472 123 57
Binary 11011100 10100 10101101 0 1011011 10101 1110 100111010 1010011 101111

Color Harmonies of #DC14AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC14AD

Black with #DC14AD

Text Example


Text Example

White with #DC14AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC14AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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