#D10F9F

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

Shades of Medium Violet Red #D10F9F

Tints of Medium Violet Red #D10F9F

Color information

#D10F9F (or 0xD10F9F) is unknown color: approx Medium Violet Red. HEX triplet: D1, 0F and 9F. RGB value is (209,15,159). Sum of RGB (Red+Green+Blue) = 209+15+159=383 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.57% from 383); Green value is 15 (6.25% from 255 or 3.92% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 209 - color contains mainly: red. Hex color #D10F9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10F9F is #2EF060. Grayscale: #595959. Windows color (decimal): -3076193 or 10424273. OLE color: 10424273.

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

Color convert

RGB20915159-
CMYK00.930.240.18
HSL315.46º86.61%43.92%-
HSV(B)315.46º92.82%81.96%-
XYZ32.7216.434.24-
YUV89.42167.27213.29-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 54.57%
GREEN value IS 15 (6.25% from 255) = 3.92%
BLUE value IS 159 (62.5% from 255) = 41.51%
R=54.57%
G=3.92%
B=41.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091515900.930.240.18315.4686.6143.92
HexD1F9F05D181213b572c
Octal321172370135302247312754
Binary110100011111100111110101110111000100101001110111010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D10F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D10F9F; }

 p { color: rgb(209,15,159); }

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

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

 a { background-color: rgb(209,15,159); }

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

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

 span { border-color: rgb(209,15,159); }

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