#D01E95

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

Shades of Medium Violet Red #D01E95

Tints of Medium Violet Red #D01E95

Color information

#D01E95 (or 0xD01E95) is unknown color: approx Medium Violet Red. HEX triplet: D0, 1E and 95. RGB value is (208,30,149). Sum of RGB (Red+Green+Blue) = 208+30+149=387 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.75% from 387); Green value is 30 (12.11% from 255 or 7.75% from 387); Blue value is 149 (58.59% from 255 or 38.50% from 387); Max value from RGB is 208 - color contains mainly: red. Hex color #D01E95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01E95 is #2FE16A. Grayscale: #606060. Windows color (decimal): -3137899 or 9772752. OLE color: 9772752.

HSL color Cylindrical-coordinate representation of color #D01E95: hue angle of 319.89º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D01E95 is Cyan = 0, Magento = 0.86, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB20830149-
CMYK00.860.280.18
HSL319.89º74.79%46.67%-
HSV(B)319.89º85.58%81.57%-
XYZ31.916.5129.94-
YUV96.79157.47207.32-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 53.75%
GREEN value IS 30 (12.11% from 255) = 7.75%
BLUE value IS 149 (58.59% from 255) = 38.50%
R=53.75%
G=7.75%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2083014900.860.280.18319.8974.7946.67
HexD01E950561C121404b2f
Octal320362250126342250011357
Binary1101000011110100101010101011011100100101010000001001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D01E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D01E95; }

 p { color: rgb(208,30,149); }

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

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

 a { background-color: rgb(208,30,149); }

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

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

 span { border-color: rgb(208,30,149); }

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