#D3097F

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

Shades of Medium Violet Red #D3097F

Tints of Medium Violet Red #D3097F

Color information

#D3097F (or 0xD3097F) is unknown color: approx Medium Violet Red. HEX triplet: D3, 09 and 7F. RGB value is (211,9,127). Sum of RGB (Red+Green+Blue) = 211+9+127=347 (45% of max value = 765). Red value is 211 (82.81% from 255 or 60.81% from 347); Green value is 9 (3.91% from 255 or 2.59% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 211 - color contains mainly: red. Hex color #D3097F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3097F is #2CF680. Grayscale: #525252. Windows color (decimal): -2946689 or 8325587. OLE color: 8325587.

HSL color Cylindrical-coordinate representation of color #D3097F: hue angle of 324.95º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D3097F is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB2119127-
CMYK00.960.400.17
HSL324.95º91.82%43.14%-
HSV(B)324.95º95.73%82.75%-
XYZ30.7915.5821.46-
YUV82.85152.92219.41-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 60.81%
GREEN value IS 9 (3.91% from 255) = 2.59%
BLUE value IS 127 (50% from 255) = 36.60%
R=60.81%
G=2.59%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211912700.960.400.17324.9591.8243.14
HexD397F06028111455c2b
Octal323111770140502150513453
Binary110100111001111111101100000101000100011010001011011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3097F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3097F; }

 p { color: rgb(211,9,127); }

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

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

 a { background-color: rgb(211,9,127); }

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

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

 span { border-color: rgb(211,9,127); }

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