#DC0B81

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

Shades of Medium Violet Red #DC0B81

Tints of Medium Violet Red #DC0B81

Color information

#DC0B81 (or 0xDC0B81) is unknown color: approx Medium Violet Red. HEX triplet: DC, 0B and 81. RGB value is (220,11,129). Sum of RGB (Red+Green+Blue) = 220+11+129=360 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.11% from 360); Green value is 11 (4.69% from 255 or 3.06% from 360); Blue value is 129 (50.78% from 255 or 35.83% from 360); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0B81 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0B81 is #23F47E. Grayscale: #565656. Windows color (decimal): -2356351 or 8457180. OLE color: 8457180.

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

Color convert

RGB22011129-
CMYK00.950.410.14
HSL326.12º90.48%45.29%-
HSV(B)326.12º95%86.27%-
XYZ33.617.0422.29-
YUV86.94151.74222.91-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 61.11%
GREEN value IS 11 (4.69% from 255) = 3.06%
BLUE value IS 129 (50.78% from 255) = 35.83%
R=61.11%
G=3.06%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201112900.950.410.14326.1290.4845.29
HexDCB8105F29E1465a2d
Octal334132010137511650613255
Binary110111001011100000010101111110100111101010001101011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC0B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC0B81; }

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

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

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

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

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

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

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

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