#D00385

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

Shades of Medium Violet Red #D00385

Tints of Medium Violet Red #D00385

Color information

#D00385 (or 0xD00385) is unknown color: approx Medium Violet Red. HEX triplet: D0, 03 and 85. RGB value is (208,3,133). Sum of RGB (Red+Green+Blue) = 208+3+133=344 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.47% from 344); Green value is 3 (1.56% from 255 or 0.87% from 344); Blue value is 133 (52.34% from 255 or 38.66% from 344); Max value from RGB is 208 - color contains mainly: red. Hex color #D00385 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00385 is #2FFC7A. Grayscale: #4E4E4E. Windows color (decimal): -3144827 or 8717264. OLE color: 8717264.

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

Color convert

RGB2083133-
CMYK00.990.360.18
HSL321.95º97.16%41.37%-
HSV(B)321.95º98.56%81.57%-
XYZ30.2815.1723.52-
YUV79.12158.42219.93-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 60.47%
GREEN value IS 3 (1.56% from 255) = 0.87%
BLUE value IS 133 (52.34% from 255) = 38.66%
R=60.47%
G=0.87%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208313300.990.360.18321.9597.1641.37
HexD038506324121426129
Octal32032050143442250214151
Binary11010000111000010101100011100100100101010000101100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D00385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D00385; }

 p { color: rgb(208,3,133); }

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

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

 a { background-color: rgb(208,3,133); }

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

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

 span { border-color: rgb(208,3,133); }

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