#DC0B80

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

Shades of Medium Violet Red #DC0B80

Tints of Medium Violet Red #DC0B80

Color information

#DC0B80 (or 0xDC0B80) is unknown color: approx Medium Violet Red. HEX triplet: DC, 0B and 80. RGB value is (220,11,128). Sum of RGB (Red+Green+Blue) = 220+11+128=359 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.28% from 359); Green value is 11 (4.69% from 255 or 3.06% from 359); Blue value is 128 (50.39% from 255 or 35.65% from 359); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0B80 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0B80 is #23F47F. Grayscale: #565656. Windows color (decimal): -2356352 or 8391644. OLE color: 8391644.

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

Color convert

RGB22011128-
CMYK00.950.420.14
HSL326.41º90.48%45.29%-
HSV(B)326.41º95%86.27%-
XYZ33.5317.0121.94-
YUV86.83151.24222.99-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 61.28%
GREEN value IS 11 (4.69% from 255) = 3.06%
BLUE value IS 128 (50.39% from 255) = 35.65%
R=61.28%
G=3.06%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201112800.950.420.14326.4190.4845.29
HexDCB8005F2AE1465a2d
Octal334132000137521650613255
Binary110111001011100000000101111110101011101010001101011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC0B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC0B80; }

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

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

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

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

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

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

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

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