Shades of Medium Violet Red #D027AD
Tints of Medium Violet Red #D027AD
RGB
CMYK
RGB Variations
Color information
#D027AD (or 0xD027AD) is known color: Medium Violet Red. HEX triplet: D0, 27 and AD. RGB value is (208,39,173). Sum of RGB (Red+Green+Blue) = 208+39+173=420 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.52% from 420); Green value is 39 (15.62% from 255 or 9.29% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 208 - color contains mainly: red. Hex color #D027AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D027AD is #2FD852. Grayscale: #686868. Windows color (decimal): -3135571 or 11347920. OLE color: 11347920.
HSL color Cylindrical-coordinate representation of color #D027AD: hue angle of 312.43º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D027AD is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 39 | 173 | - |
| CMYK | 0 | 0.81 | 0.17 | 0.18 |
| HSL | 312.43º | 0.68% | 0.48% | - |
| HSV(B) | 312.43º | 0.81% | 0.82% | - |
| XYZ | 34.28 | 17.88 | 41.18 | - |
| YUV | 104.81 | 166.49 | 201.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 39 | 173 | 0 | 0.81 | 0.17 | 0.18 | 312.43 | 0.68 | 0.48 |
| Hex | D0 | 27 | AD | 0 | 51 | 11 | 12 | 138 | 44 | 30 |
| Octal | 320 | 47 | 255 | 0 | 121 | 21 | 22 | 470 | 104 | 60 |
| Binary | 11010000 | 100111 | 10101101 | 0 | 1010001 | 10001 | 10010 | 100111000 | 1000100 | 110000 |
Color Harmonies of #D027AD
Complementary color
Monochromatic Colors of #D027AD
Black with #D027AD
Text Example
Text Example
White with #D027AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D027AD; }
p { color: rgb(208,39,173); }
H1.HeaderClassName
{
color: #D027AD;
}
.AnyTagClassName
{
color: #D027AD;
}
</style>
background-color css
<style>
a { background-color: #D027AD; }
a { background-color: rgb(208,39,173); }
div.DivClassName
{
background-color: #D027AD;
}
.BgClassName
{
background-color: #D027AD;
}
</style>
border-color css
<style>
span { border-color: #D027AD; }
span { border-color: rgb(208,39,173); }
td.TdClassName
{
border-color: #D027AD;
}
.TagClassName
{
border-color: #D027AD;
}
</style>