Html Css Color HEX #DC0AAA Hollywood Cerise

📋 copy color: '#DC0AAA'

red 220 ◦ green 10 ◦ blue 170

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

Shades of Hollywood Cerise #DC0AAA

Tints of Hollywood Cerise #DC0AAA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.5%

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

R = 55%
G = 2.5%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DC0AAA (or 0xDC0AAA) is known color: Hollywood Cerise. HEX triplet: DC, 0A and AA. RGB value is (220,10,170). Sum of RGB (Red+Green+Blue) = 220+10+170=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 10 (4.30% from 255 or 2.5% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0AAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0AAA is #23F555. Grayscale: #5A5A5A. Windows color (decimal): -2356566 or 11143900. OLE color: 11143900.

HSL color Cylindrical-coordinate representation of color #DC0AAA: hue angle of 314.29º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC0AAA is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 10 170 -
CMYK 0 0.95 0.23 0.14
HSL 314.29º 0.91% 0.45% -
HSV(B) 314.29º 0.95% 0.86% -
XYZ 36.88 18.34 39.63 -
YUV 91.03 172.57 219.99 -
System Red Green Blue C M Y K H S L
Decimal 220 10 170 0 0.95 0.23 0.14 314.29 0.91 0.45
Hex DC A AA 0 5F 17 E 13A 5B 2D
Octal 334 12 252 0 137 27 16 472 133 55
Binary 11011100 1010 10101010 0 1011111 10111 1110 100111010 1011011 101101

Color Harmonies of #DC0AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0AAA

Black with #DC0AAA

Text Example


Text Example

White with #DC0AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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