Html Css Color HEX #DC0F80 Medium Violet Red

📋 copy color: '#DC0F80'

red 220 ◦ green 15 ◦ blue 128

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

Shades of Medium Violet Red #DC0F80

Tints of Medium Violet Red #DC0F80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 35.26%

R = 60.61%
G = 4.13%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DC0F80 (or 0xDC0F80) is known color: Medium Violet Red. HEX triplet: DC, 0F and 80. RGB value is (220,15,128). Sum of RGB (Red+Green+Blue) = 220+15+128=363 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.61% from 363); Green value is 15 (6.25% from 255 or 4.13% from 363); Blue value is 128 (50.39% from 255 or 35.26% from 363); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0F80 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0F80 is #23F07F. Grayscale: #585858. Windows color (decimal): -2355328 or 8392668. OLE color: 8392668.

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

Color convert

RGB 220 15 128 -
CMYK 0 0.93 0.42 0.14
HSL 326.93º 0.87% 0.46% -
HSV(B) 326.93º 0.93% 0.86% -
XYZ 33.58 17.12 21.96 -
YUV 89.18 149.92 221.31 -
System Red Green Blue C M Y K H S L
Decimal 220 15 128 0 0.93 0.42 0.14 326.93 0.87 0.46
Hex DC F 80 0 5D 2A E 147 57 2E
Octal 334 17 200 0 135 52 16 507 127 56
Binary 11011100 1111 10000000 0 1011101 101010 1110 101000111 1010111 101110

Color Harmonies of #DC0F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0F80

Black with #DC0F80

Text Example


Text Example

White with #DC0F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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