Shades of Medium Violet Red #D3009A
Tints of Medium Violet Red #D3009A
RGB
CMYK
RGB Variations
Color information
#D3009A (or 0xD3009A) is known color: Medium Violet Red. HEX triplet: D3, 00 and 9A. RGB value is (211,0,154). Sum of RGB (Red+Green+Blue) = 211+0+154=365 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.81% from 365); Green value is 0 (0.39% from 255 or 0% from 365); Blue value is 154 (60.55% from 255 or 42.19% from 365); Max value from RGB is 211 - color contains mainly: red. Hex color #D3009A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D3009A is #2CFF65. Grayscale: #505050. Windows color (decimal): -2948966 or 10092755. OLE color: 10092755.
HSL color Cylindrical-coordinate representation of color #D3009A: hue angle of 316.21º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D3009A is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 0 | 154 | - |
| CMYK | 0 | 1 | 0.27 | 0.17 |
| HSL | 316.21º | 1% | 0.41% | - |
| HSV(B) | 316.21º | 1% | 0.83% | - |
| XYZ | 32.7 | 16.18 | 31.97 | - |
| YUV | 80.65 | 169.4 | 220.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 0 | 154 | 0 | 1 | 0.27 | 0.17 | 316.21 | 1 | 0.41 |
| Hex | D3 | 0 | 9A | 0 | 64 | 1B | 11 | 13C | 64 | 29 |
| Octal | 323 | 0 | 232 | 0 | 144 | 33 | 21 | 474 | 144 | 51 |
| Binary | 11010011 | 0 | 10011010 | 0 | 1100100 | 11011 | 10001 | 100111100 | 1100100 | 101001 |
Color Harmonies of #D3009A
Complementary color
Monochromatic Colors of #D3009A
Black with #D3009A
Text Example
Text Example
White with #D3009A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3009A; }
p { color: rgb(211,0,154); }
H1.HeaderClassName
{
color: #D3009A;
}
.AnyTagClassName
{
color: #D3009A;
}
</style>
background-color css
<style>
a { background-color: #D3009A; }
a { background-color: rgb(211,0,154); }
div.DivClassName
{
background-color: #D3009A;
}
.BgClassName
{
background-color: #D3009A;
}
</style>
border-color css
<style>
span { border-color: #D3009A; }
span { border-color: rgb(211,0,154); }
td.TdClassName
{
border-color: #D3009A;
}
.TagClassName
{
border-color: #D3009A;
}
</style>