Html Css Color HEX #DC14AE Hollywood Cerise

📋 copy color: '#DC14AE'

red 220 ◦ green 20 ◦ blue 174

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

Shades of Hollywood Cerise #DC14AE

Tints of Hollywood Cerise #DC14AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 42.03%

R = 53.14%
G = 4.83%
B = 42.03%

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

#DC14AE (or 0xDC14AE) is known color: Hollywood Cerise. HEX triplet: DC, 14 and AE. RGB value is (220,20,174). Sum of RGB (Red+Green+Blue) = 220+20+174=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 20 (8.20% from 255 or 4.83% from 414); Blue value is 174 (68.36% from 255 or 42.03% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DC14AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC14AE is #23EB51. Grayscale: #606060. Windows color (decimal): -2354002 or 11408604. OLE color: 11408604.

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

Color convert

RGB 220 20 174 -
CMYK 0 0.91 0.21 0.14
HSL 313.8º 0.83% 0.47% -
HSV(B) 313.8º 0.91% 0.86% -
XYZ 37.41 18.77 41.7 -
YUV 97.36 171.26 215.48 -
System Red Green Blue C M Y K H S L
Decimal 220 20 174 0 0.91 0.21 0.14 313.8 0.83 0.47
Hex DC 14 AE 0 5B 15 E 13A 53 2F
Octal 334 24 256 0 133 25 16 472 123 57
Binary 11011100 10100 10101110 0 1011011 10101 1110 100111010 1010011 101111

Color Harmonies of #DC14AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC14AE

Black with #DC14AE

Text Example


Text Example

White with #DC14AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC14AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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