Shades of Medium Violet Red #D00F9A
Tints of Medium Violet Red #D00F9A
RGB
CMYK
RGB Variations
Color information
#D00F9A (or 0xD00F9A) is known color: Medium Violet Red. HEX triplet: D0, 0F and 9A. RGB value is (208,15,154). Sum of RGB (Red+Green+Blue) = 208+15+154=377 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.17% from 377); Green value is 15 (6.25% from 255 or 3.98% from 377); Blue value is 154 (60.55% from 255 or 40.85% from 377); Max value from RGB is 208 - color contains mainly: red. Hex color #D00F9A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00F9A is #2FF065. Grayscale: #585858. Windows color (decimal): -3141734 or 10096592. OLE color: 10096592.
HSL color Cylindrical-coordinate representation of color #D00F9A: hue angle of 316.79º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D00F9A is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
RGB | 208 | 15 | 154 | - |
CMYK | 0 | 0.93 | 0.26 | 0.18 |
HSL | 316.79º | 0.87% | 0.44% | - |
HSV(B) | 316.79º | 0.93% | 0.82% | - |
XYZ | 32.02 | 16.08 | 31.99 | - |
YUV | 88.55 | 164.94 | 213.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 15 | 154 | 0 | 0.93 | 0.26 | 0.18 | 316.79 | 0.87 | 0.44 |
Hex | D0 | F | 9A | 0 | 5D | 1A | 12 | 13D | 57 | 2C |
Octal | 320 | 17 | 232 | 0 | 135 | 32 | 22 | 475 | 127 | 54 |
Binary | 11010000 | 1111 | 10011010 | 0 | 1011101 | 11010 | 10010 | 100111101 | 1010111 | 101100 |
Color Harmonies of #D00F9A
Complementary color
Monochromatic Colors of #D00F9A
Black with #D00F9A
Text Example
Text Example
White with #D00F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00F9A; }
p { color: rgb(208,15,154); }
H1.HeaderClassName
{
color: #D00F9A;
}
.AnyTagClassName
{
color: #D00F9A;
}
</style>
background-color css
<style>
a { background-color: #D00F9A; }
a { background-color: rgb(208,15,154); }
div.DivClassName
{
background-color: #D00F9A;
}
.BgClassName
{
background-color: #D00F9A;
}
</style>
border-color css
<style>
span { border-color: #D00F9A; }
span { border-color: rgb(208,15,154); }
td.TdClassName
{
border-color: #D00F9A;
}
.TagClassName
{
border-color: #D00F9A;
}
</style>