#d10c8f

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

Shades of Medium Violet Red #D10C8F

Tints of Medium Violet Red #D10C8F

Color information

#D10C8F (or 0xD10C8F) is unknown color: approx Medium Violet Red. HEX triplet: D1, 0C and 8F. RGB value is (209,12,143). Sum of RGB (Red+Green+Blue) = 209+12+143=364 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.42% from 364); Green value is 12 (5.08% from 255 or 3.30% from 364); Blue value is 143 (56.25% from 255 or 39.29% from 364); Max value from RGB is 209 - color contains mainly: red. Hex color #D10C8F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10C8F is #2EF370. Grayscale: #555555. Windows color (decimal): -3076977 or 9374929. OLE color: 9374929.

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

Color convert

RGB20912143-
CMYK00.940.320.18
HSL320.1º89.14%43.33%-
HSV(B)320.1º94.26%81.96%-
XYZ31.3815.827.38-
YUV85.84160.27215.85-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 57.42%
GREEN value IS 12 (5.08% from 255) = 3.30%
BLUE value IS 143 (56.25% from 255) = 39.29%
R=57.42%
G=3.30%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091214300.940.320.18320.189.1443.33
HexD1C8F05E2012140592b
Octal321142170136402250013153
Binary1101000111001000111101011110100000100101010000001011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d10c8f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d10c8f; }

 p { color: rgb(209,12,143); }

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

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

 a { background-color: rgb(209,12,143); }

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

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

 span { border-color: rgb(209,12,143); }

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