Shades of Deep Magenta #D917CB
Tints of Deep Magenta #D917CB
RGB
CMYK
RGB Variations
Color information
#D917CB (or 0xD917CB) is known color: Deep Magenta. HEX triplet: D9, 17 and CB. RGB value is (217,23,203). Sum of RGB (Red+Green+Blue) = 217+23+203=443 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.98% from 443); Green value is 23 (9.38% from 255 or 5.19% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 217 - color contains mainly: red. Hex color #D917CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D917CB is #26E834. Grayscale: #646464. Windows color (decimal): -2549813 or 13309913. OLE color: 13309913.
HSL color Cylindrical-coordinate representation of color #D917CB: hue angle of 304.33º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D917CB is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 23 | 203 | - |
| CMYK | 0 | 0.89 | 0.06 | 0.15 |
| HSL | 304.33º | 0.81% | 0.47% | - |
| HSV(B) | 304.33º | 0.89% | 0.85% | - |
| XYZ | 39.7 | 19.68 | 58.21 | - |
| YUV | 101.53 | 185.27 | 210.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 23 | 203 | 0 | 0.89 | 0.06 | 0.15 | 304.33 | 0.81 | 0.47 |
| Hex | D9 | 17 | CB | 0 | 59 | 6 | F | 130 | 51 | 2F |
| Octal | 331 | 27 | 313 | 0 | 131 | 6 | 17 | 460 | 121 | 57 |
| Binary | 11011001 | 10111 | 11001011 | 0 | 1011001 | 110 | 1111 | 100110000 | 1010001 | 101111 |
Color Harmonies of #D917CB
Complementary color
Monochromatic Colors of #D917CB
Black with #D917CB
Text Example
Text Example
White with #D917CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D917CB; }
p { color: rgb(217,23,203); }
H1.HeaderClassName
{
color: #D917CB;
}
.AnyTagClassName
{
color: #D917CB;
}
</style>
background-color css
<style>
a { background-color: #D917CB; }
a { background-color: rgb(217,23,203); }
div.DivClassName
{
background-color: #D917CB;
}
.BgClassName
{
background-color: #D917CB;
}
</style>
border-color css
<style>
span { border-color: #D917CB; }
span { border-color: rgb(217,23,203); }
td.TdClassName
{
border-color: #D917CB;
}
.TagClassName
{
border-color: #D917CB;
}
</style>