Html Css Color HEX #DC18A5 Hollywood Cerise

📋 copy color: '#DC18A5'

red 220 ◦ green 24 ◦ blue 165

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

Shades of Hollywood Cerise #DC18A5

Tints of Hollywood Cerise #DC18A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 40.34%

R = 53.79%
G = 5.87%
B = 40.34%

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

#DC18A5 (or 0xDC18A5) is known color: Hollywood Cerise. HEX triplet: DC, 18 and A5. RGB value is (220,24,165). Sum of RGB (Red+Green+Blue) = 220+24+165=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 24 (9.77% from 255 or 5.87% from 409); Blue value is 165 (64.84% from 255 or 40.34% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC18A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC18A5 is #23E75A. Grayscale: #626262. Windows color (decimal): -2352987 or 10819804. OLE color: 10819804.

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

Color convert

RGB 220 24 165 -
CMYK 0 0.89 0.25 0.14
HSL 316.84º 0.8% 0.48% -
HSV(B) 316.84º 0.89% 0.86% -
XYZ 36.63 18.59 37.25 -
YUV 98.68 165.43 214.54 -
System Red Green Blue C M Y K H S L
Decimal 220 24 165 0 0.89 0.25 0.14 316.84 0.8 0.48
Hex DC 18 A5 0 59 19 E 13D 50 30
Octal 334 30 245 0 131 31 16 475 120 60
Binary 11011100 11000 10100101 0 1011001 11001 1110 100111101 1010000 110000

Color Harmonies of #DC18A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC18A5

Black with #DC18A5

Text Example


Text Example

White with #DC18A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC18A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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