Html Css Color HEX #DC18A4 Hollywood Cerise

📋 copy color: '#DC18A4'

red 220 ◦ green 24 ◦ blue 164

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

Shades of Hollywood Cerise #DC18A4

Tints of Hollywood Cerise #DC18A4

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.88%

 BLUE value IS 164 (64.45% from 255) = 40.2%

R = 53.92%
G = 5.88%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DC18A4 (or 0xDC18A4) is known color: Hollywood Cerise. HEX triplet: DC, 18 and A4. RGB value is (220,24,164). Sum of RGB (Red+Green+Blue) = 220+24+164=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 24 (9.77% from 255 or 5.88% from 408); Blue value is 164 (64.45% from 255 or 40.20% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC18A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC18A4 is #23E75B. Grayscale: #626262. Windows color (decimal): -2352988 or 10754268. OLE color: 10754268.

HSL color Cylindrical-coordinate representation of color #DC18A4: hue angle of 317.14º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC18A4 is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 24 164 -
CMYK 0 0.89 0.25 0.14
HSL 317.14º 0.8% 0.48% -
HSV(B) 317.14º 0.89% 0.86% -
XYZ 36.54 18.55 36.78 -
YUV 98.56 164.93 214.62 -
System Red Green Blue C M Y K H S L
Decimal 220 24 164 0 0.89 0.25 0.14 317.14 0.8 0.48
Hex DC 18 A4 0 59 19 E 13D 50 30
Octal 334 30 244 0 131 31 16 475 120 60
Binary 11011100 11000 10100100 0 1011001 11001 1110 100111101 1010000 110000

Color Harmonies of #DC18A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC18A4

Black with #DC18A4

Text Example


Text Example

White with #DC18A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC18A4; }

 p { color: rgb(220,24,164); }

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

background-color css

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

 a { background-color: rgb(220,24,164); }

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

border-color css

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

 span { border-color: rgb(220,24,164); }

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