Shades of Medium Violet Red #D9027D
Tints of Medium Violet Red #D9027D
RGB
CMYK
RGB Variations
Color information
#D9027D (or 0xD9027D) is known color: Medium Violet Red. HEX triplet: D9, 02 and 7D. RGB value is (217,2,125). Sum of RGB (Red+Green+Blue) = 217+2+125=344 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.08% from 344); Green value is 2 (1.17% from 255 or 0.58% from 344); Blue value is 125 (49.22% from 255 or 36.34% from 344); Max value from RGB is 217 - color contains mainly: red. Hex color #D9027D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9027D is #26FD82. Grayscale: #505050. Windows color (decimal): -2555267 or 8192729. OLE color: 8192729.
HSL color Cylindrical-coordinate representation of color #D9027D: hue angle of 325.67º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D9027D is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 2 | 125 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.15 |
| HSL | 325.67º | 0.98% | 0.43% | - |
| HSV(B) | 325.67º | 0.99% | 0.85% | - |
| XYZ | 32.34 | 16.28 | 20.84 | - |
| YUV | 80.31 | 153.23 | 225.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 2 | 125 | 0 | 0.99 | 0.42 | 0.15 | 325.67 | 0.98 | 0.43 |
| Hex | D9 | 2 | 7D | 0 | 63 | 2A | F | 146 | 62 | 2B |
| Octal | 331 | 2 | 175 | 0 | 143 | 52 | 17 | 506 | 142 | 53 |
| Binary | 11011001 | 10 | 1111101 | 0 | 1100011 | 101010 | 1111 | 101000110 | 1100010 | 101011 |
Color Harmonies of #D9027D
Complementary color
Monochromatic Colors of #D9027D
Black with #D9027D
Text Example
Text Example
White with #D9027D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9027D; }
p { color: rgb(217,2,125); }
H1.HeaderClassName
{
color: #D9027D;
}
.AnyTagClassName
{
color: #D9027D;
}
</style>
background-color css
<style>
a { background-color: #D9027D; }
a { background-color: rgb(217,2,125); }
div.DivClassName
{
background-color: #D9027D;
}
.BgClassName
{
background-color: #D9027D;
}
</style>
border-color css
<style>
span { border-color: #D9027D; }
span { border-color: rgb(217,2,125); }
td.TdClassName
{
border-color: #D9027D;
}
.TagClassName
{
border-color: #D9027D;
}
</style>