#D115A8

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

Shades of Medium Violet Red #D115A8

Tints of Medium Violet Red #D115A8

Color information

#D115A8 (or 0xD115A8) is unknown color: approx Medium Violet Red. HEX triplet: D1, 15 and A8. RGB value is (209,21,168). Sum of RGB (Red+Green+Blue) = 209+21+168=398 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.51% from 398); Green value is 21 (8.59% from 255 or 5.28% from 398); Blue value is 168 (66.02% from 255 or 42.21% from 398); Max value from RGB is 209 - color contains mainly: red. Hex color #D115A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D115A8 is #2EEA57. Grayscale: #5D5D5D. Windows color (decimal): -3074648 or 11015633. OLE color: 11015633.

HSL color Cylindrical-coordinate representation of color #D115A8: hue angle of 313.09º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D115A8 is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB20921168-
CMYK00.900.200.18
HSL313.09º81.74%45.1%-
HSV(B)313.09º89.95%81.96%-
XYZ33.6316.9238.54-
YUV93.97169.78210.05-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 52.51%
GREEN value IS 21 (8.59% from 255) = 5.28%
BLUE value IS 168 (66.02% from 255) = 42.21%
R=52.51%
G=5.28%
B=42.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2092116800.900.200.18313.0981.7445.1
HexD115A805A1412139522d
Octal321252500132242247112255
Binary1101000110101101010000101101010100100101001110011010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D115A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D115A8; }

 p { color: rgb(209,21,168); }

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

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

 a { background-color: rgb(209,21,168); }

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

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

 span { border-color: rgb(209,21,168); }

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