Html Css Color HEX #DC0FAA Hollywood Cerise

📋 copy color: '#DC0FAA'

red 220 ◦ green 15 ◦ blue 170

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

Shades of Hollywood Cerise #DC0FAA

Tints of Hollywood Cerise #DC0FAA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.7%

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

R = 54.32%
G = 3.7%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DC0FAA (or 0xDC0FAA) is known color: Hollywood Cerise. HEX triplet: DC, 0F and AA. RGB value is (220,15,170). Sum of RGB (Red+Green+Blue) = 220+15+170=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 15 (6.25% from 255 or 3.70% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0FAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0FAA is #23F055. Grayscale: #5D5D5D. Windows color (decimal): -2355286 or 11145180. OLE color: 11145180.

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

Color convert

RGB 220 15 170 -
CMYK 0 0.93 0.23 0.14
HSL 314.63º 0.87% 0.46% -
HSV(B) 314.63º 0.93% 0.86% -
XYZ 36.94 18.46 39.65 -
YUV 93.97 170.92 217.9 -
System Red Green Blue C M Y K H S L
Decimal 220 15 170 0 0.93 0.23 0.14 314.63 0.87 0.46
Hex DC F AA 0 5D 17 E 13B 57 2E
Octal 334 17 252 0 135 27 16 473 127 56
Binary 11011100 1111 10101010 0 1011101 10111 1110 100111011 1010111 101110

Color Harmonies of #DC0FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0FAA

Black with #DC0FAA

Text Example


Text Example

White with #DC0FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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