Html Css Color HEX #DC13AA Hollywood Cerise

📋 copy color: '#DC13AA'

red 220 ◦ green 19 ◦ blue 170

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

Shades of Hollywood Cerise #DC13AA

Tints of Hollywood Cerise #DC13AA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.65%

 BLUE value IS 170 (66.8% from 255) = 41.56%

R = 53.79%
G = 4.65%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DC13AA (or 0xDC13AA) is known color: Hollywood Cerise. HEX triplet: DC, 13 and AA. RGB value is (220,19,170). Sum of RGB (Red+Green+Blue) = 220+19+170=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 19 (7.81% from 255 or 4.65% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC13AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC13AA is #23EC55. Grayscale: #5F5F5F. Windows color (decimal): -2354262 or 11146204. OLE color: 11146204.

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

Color convert

RGB 220 19 170 -
CMYK 0 0.91 0.23 0.14
HSL 314.93º 0.84% 0.47% -
HSV(B) 314.93º 0.91% 0.86% -
XYZ 37 18.58 39.67 -
YUV 96.31 169.59 216.22 -
System Red Green Blue C M Y K H S L
Decimal 220 19 170 0 0.91 0.23 0.14 314.93 0.84 0.47
Hex DC 13 AA 0 5B 17 E 13B 54 2F
Octal 334 23 252 0 133 27 16 473 124 57
Binary 11011100 10011 10101010 0 1011011 10111 1110 100111011 1010100 101111

Color Harmonies of #DC13AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC13AA

Black with #DC13AA

Text Example


Text Example

White with #DC13AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC13AA; }

 p { color: rgb(220,19,170); }

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

background-color css

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

 a { background-color: rgb(220,19,170); }

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

border-color css

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

 span { border-color: rgb(220,19,170); }

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