Shades of Deep Magenta #D906CF
Tints of Deep Magenta #D906CF
RGB
CMYK
RGB Variations
Color information
#D906CF (or 0xD906CF) is known color: Deep Magenta. HEX triplet: D9, 06 and CF. RGB value is (217,6,207). Sum of RGB (Red+Green+Blue) = 217+6+207=430 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.47% from 430); Green value is 6 (2.73% from 255 or 1.40% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 217 - color contains mainly: red. Hex color #D906CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D906CF is #26F930. Grayscale: #5B5B5B. Windows color (decimal): -2554161 or 13567705. OLE color: 13567705.
HSL color Cylindrical-coordinate representation of color #D906CF: hue angle of 302.84º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D906CF is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 6 | 207 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.15 |
| HSL | 302.84º | 0.95% | 0.44% | - |
| HSV(B) | 302.84º | 0.97% | 0.85% | - |
| XYZ | 39.94 | 19.39 | 60.67 | - |
| YUV | 92 | 192.9 | 217.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 6 | 207 | 0 | 0.97 | 0.05 | 0.15 | 302.84 | 0.95 | 0.44 |
| Hex | D9 | 6 | CF | 0 | 61 | 5 | F | 12F | 5F | 2C |
| Octal | 331 | 6 | 317 | 0 | 141 | 5 | 17 | 457 | 137 | 54 |
| Binary | 11011001 | 110 | 11001111 | 0 | 1100001 | 101 | 1111 | 100101111 | 1011111 | 101100 |
Color Harmonies of #D906CF
Complementary color
Monochromatic Colors of #D906CF
Black with #D906CF
Text Example
Text Example
White with #D906CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D906CF; }
p { color: rgb(217,6,207); }
H1.HeaderClassName
{
color: #D906CF;
}
.AnyTagClassName
{
color: #D906CF;
}
</style>
background-color css
<style>
a { background-color: #D906CF; }
a { background-color: rgb(217,6,207); }
div.DivClassName
{
background-color: #D906CF;
}
.BgClassName
{
background-color: #D906CF;
}
</style>
border-color css
<style>
span { border-color: #D906CF; }
span { border-color: rgb(217,6,207); }
td.TdClassName
{
border-color: #D906CF;
}
.TagClassName
{
border-color: #D906CF;
}
</style>