#D00095

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

Shades of Medium Violet Red #D00095

Tints of Medium Violet Red #D00095

Color information

#D00095 (or 0xD00095) is unknown color: approx Medium Violet Red. HEX triplet: D0, 00 and 95. RGB value is (208,0,149). Sum of RGB (Red+Green+Blue) = 208+0+149=357 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.26% from 357); Green value is 0 (0.39% from 255 or 0% from 357); Blue value is 149 (58.59% from 255 or 41.74% from 357); Max value from RGB is 208 - color contains mainly: red. Hex color #D00095 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00095 is #2FFF6A. Grayscale: #4E4E4E. Windows color (decimal): -3145579 or 9765072. OLE color: 9765072.

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

Color convert

RGB2080149-
CMYK010.280.18
HSL317.02º100%40.78%-
HSV(B)317.02º100%81.57%-
XYZ31.4415.5829.78-
YUV79.18167.41219.88-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 58.26%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 149 (58.59% from 255) = 41.74%
R=58.26%
G=0%
B=41.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2080149010.280.18317.0210040.78
HexD00950641C1213d6429
Octal32002250144342247514451
Binary110100000100101010110010011100100101001111011100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D00095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D00095; }

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

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

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

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

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

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

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

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