#D10C8E

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

Shades of Medium Violet Red #D10C8E

Tints of Medium Violet Red #D10C8E

Color information

#D10C8E (or 0xD10C8E) is unknown color: approx Medium Violet Red. HEX triplet: D1, 0C and 8E. RGB value is (209,12,142). Sum of RGB (Red+Green+Blue) = 209+12+142=363 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.58% from 363); Green value is 12 (5.08% from 255 or 3.31% from 363); Blue value is 142 (55.86% from 255 or 39.12% from 363); Max value from RGB is 209 - color contains mainly: red. Hex color #D10C8E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10C8E is #2EF371. Grayscale: #555555. Windows color (decimal): -3076978 or 9309393. OLE color: 9309393.

HSL color Cylindrical-coordinate representation of color #D10C8E: hue angle of 320.41º 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 #D10C8E is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB20912142-
CMYK00.940.320.18
HSL320.41º89.14%43.33%-
HSV(B)320.41º94.26%81.96%-
XYZ31.3115.7726.99-
YUV85.72159.77215.93-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 57.58%
GREEN value IS 12 (5.08% from 255) = 3.31%
BLUE value IS 142 (55.86% from 255) = 39.12%
R=57.58%
G=3.31%
B=39.12%

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
Decimal2091214200.940.320.18320.4189.1443.33
HexD1C8E05E2012140592b
Octal321142160136402250013153
Binary1101000111001000111001011110100000100101010000001011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D10C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D10C8E; }

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

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

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

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

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

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

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

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