#D10D8A

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

Shades of Medium Violet Red #D10D8A

Tints of Medium Violet Red #D10D8A

Color information

#D10D8A (or 0xD10D8A) is unknown color: approx Medium Violet Red. HEX triplet: D1, 0D and 8A. RGB value is (209,13,138). Sum of RGB (Red+Green+Blue) = 209+13+138=360 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.06% from 360); Green value is 13 (5.47% from 255 or 3.61% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 209 - color contains mainly: red. Hex color #D10D8A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10D8A is #2EF275. Grayscale: #555555. Windows color (decimal): -3076726 or 9047505. OLE color: 9047505.

HSL color Cylindrical-coordinate representation of color #D10D8A: hue angle of 321.73º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10D8A is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB20913138-
CMYK00.940.340.18
HSL321.73º88.29%43.53%-
HSV(B)321.73º93.78%81.96%-
XYZ31.0315.6825.44-
YUV85.85157.43215.84-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 58.06%
GREEN value IS 13 (5.47% from 255) = 3.61%
BLUE value IS 138 (54.30% from 255) = 38.33%
R=58.06%
G=3.61%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091313800.940.340.18321.7388.2943.53
HexD1D8A05E2212142582c
Octal321152120136422250213054
Binary1101000111011000101001011110100010100101010000101011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D10D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D10D8A; }

 p { color: rgb(209,13,138); }

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

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

 a { background-color: rgb(209,13,138); }

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

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

 span { border-color: rgb(209,13,138); }

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