#D10880

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

Shades of Medium Violet Red #D10880

Tints of Medium Violet Red #D10880

Color information

#D10880 (or 0xD10880) is unknown color: approx Medium Violet Red. HEX triplet: D1, 08 and 80. RGB value is (209,8,128). Sum of RGB (Red+Green+Blue) = 209+8+128=345 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.58% from 345); Green value is 8 (3.52% from 255 or 2.32% from 345); Blue value is 128 (50.39% from 255 or 37.10% from 345); Max value from RGB is 209 - color contains mainly: red. Hex color #D10880 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10880 is #2EF77F. Grayscale: #515151. Windows color (decimal): -3078016 or 8390865. OLE color: 8390865.

HSL color Cylindrical-coordinate representation of color #D10880: hue angle of 324.18º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D10880 is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB2098128-
CMYK00.960.390.18
HSL324.18º92.63%42.55%-
HSV(B)324.18º96.17%81.96%-
XYZ30.2815.2921.78-
YUV81.78154.09218.74-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 60.58%
GREEN value IS 8 (3.52% from 255) = 2.32%
BLUE value IS 128 (50.39% from 255) = 37.10%
R=60.58%
G=2.32%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209812800.960.390.18324.1892.6342.55
HexD188006027121445d2b
Octal321102000140472250413553
Binary1101000110001000000001100000100111100101010001001011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D10880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D10880; }

 p { color: rgb(209,8,128); }

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

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

 a { background-color: rgb(209,8,128); }

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

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

 span { border-color: rgb(209,8,128); }

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