Shades of Deep Magenta #D027B7
Tints of Deep Magenta #D027B7
RGB
CMYK
RGB Variations
Color information
#D027B7 (or 0xD027B7) is known color: Deep Magenta. HEX triplet: D0, 27 and B7. RGB value is (208,39,183). Sum of RGB (Red+Green+Blue) = 208+39+183=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 39 (15.62% from 255 or 9.07% from 430); Blue value is 183 (71.88% from 255 or 42.56% from 430); Max value from RGB is 208 - color contains mainly: red. Hex color #D027B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D027B7 is #2FD848. Grayscale: #696969. Windows color (decimal): -3135561 or 12003280. OLE color: 12003280.
HSL color Cylindrical-coordinate representation of color #D027B7: hue angle of 308.88º 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 #D027B7 is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 39 | 183 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.18 |
| HSL | 308.88º | 0.68% | 0.48% | - |
| HSV(B) | 308.88º | 0.81% | 0.82% | - |
| XYZ | 35.29 | 18.28 | 46.47 | - |
| YUV | 105.95 | 171.49 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 39 | 183 | 0 | 0.81 | 0.12 | 0.18 | 308.88 | 0.68 | 0.48 |
| Hex | D0 | 27 | B7 | 0 | 51 | C | 12 | 135 | 44 | 30 |
| Octal | 320 | 47 | 267 | 0 | 121 | 14 | 22 | 465 | 104 | 60 |
| Binary | 11010000 | 100111 | 10110111 | 0 | 1010001 | 1100 | 10010 | 100110101 | 1000100 | 110000 |
Color Harmonies of #D027B7
Complementary color
Monochromatic Colors of #D027B7
Black with #D027B7
Text Example
Text Example
White with #D027B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D027B7; }
p { color: rgb(208,39,183); }
H1.HeaderClassName
{
color: #D027B7;
}
.AnyTagClassName
{
color: #D027B7;
}
</style>
background-color css
<style>
a { background-color: #D027B7; }
a { background-color: rgb(208,39,183); }
div.DivClassName
{
background-color: #D027B7;
}
.BgClassName
{
background-color: #D027B7;
}
</style>
border-color css
<style>
span { border-color: #D027B7; }
span { border-color: rgb(208,39,183); }
td.TdClassName
{
border-color: #D027B7;
}
.TagClassName
{
border-color: #D027B7;
}
</style>