#DC0E82

Color #DC0E82 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #DC0E82

Tints of Medium Violet Red #DC0E82

Color information

#DC0E82 (or 0xDC0E82) is unknown color: approx Medium Violet Red. HEX triplet: DC, 0E and 82. RGB value is (220,14,130). Sum of RGB (Red+Green+Blue) = 220+14+130=364 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.44% from 364); Green value is 14 (5.86% from 255 or 3.85% from 364); Blue value is 130 (51.17% from 255 or 35.71% from 364); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0E82 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0E82 is #23F17D. Grayscale: #585858. Windows color (decimal): -2355582 or 8523484. OLE color: 8523484.

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

Color convert

RGB22014130-
CMYK00.940.410.14
HSL326.21º88.03%45.88%-
HSV(B)326.21º93.64%86.27%-
XYZ33.717.1422.65-
YUV88.82151.25221.57-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 60.44%
GREEN value IS 14 (5.86% from 255) = 3.85%
BLUE value IS 130 (51.17% from 255) = 35.71%
R=60.44%
G=3.85%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201413000.940.410.14326.2188.0345.88
HexDCE8205E29E146582e
Octal334162020136511650613056
Binary110111001110100000100101111010100111101010001101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC0E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC0E82; }

 p { color: rgb(220,14,130); }

 H1.HeaderClassName
 {
   color: #DC0E82;
 }
 .AnyTagClassName
 {
   color: #DC0E82;
 }
</style>
background-color css

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

 a { background-color: rgb(220,14,130); }

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

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

 span { border-color: rgb(220,14,130); }

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