#D0037F

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

Shades of Medium Violet Red #D0037F

Tints of Medium Violet Red #D0037F

Color information

#D0037F (or 0xD0037F) is unknown color: approx Medium Violet Red. HEX triplet: D0, 03 and 7F. RGB value is (208,3,127). Sum of RGB (Red+Green+Blue) = 208+3+127=338 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.54% from 338); Green value is 3 (1.56% from 255 or 0.89% from 338); Blue value is 127 (50% from 255 or 37.57% from 338); Max value from RGB is 208 - color contains mainly: red. Hex color #D0037F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0037F is #2FFC80. Grayscale: #4E4E4E. Windows color (decimal): -3144833 or 8324048. OLE color: 8324048.

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

Color convert

RGB2083127-
CMYK00.990.390.18
HSL323.71º97.16%41.37%-
HSV(B)323.71º98.56%81.57%-
XYZ29.8815.0121.4-
YUV78.43155.42220.42-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 61.54%
GREEN value IS 3 (1.56% from 255) = 0.89%
BLUE value IS 127 (50% from 255) = 37.57%
R=61.54%
G=0.89%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208312700.990.390.18323.7197.1641.37
HexD037F06327121446129
Octal32031770143472250414151
Binary1101000011111111101100011100111100101010001001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0037F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0037F; }

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

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

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

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

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

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

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

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