Shades of Deep Magenta #D915CB
Tints of Deep Magenta #D915CB
RGB
CMYK
RGB Variations
Color information
#D915CB (or 0xD915CB) is known color: Deep Magenta. HEX triplet: D9, 15 and CB. RGB value is (217,21,203). Sum of RGB (Red+Green+Blue) = 217+21+203=441 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.21% from 441); Green value is 21 (8.59% from 255 or 4.76% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 217 - color contains mainly: red. Hex color #D915CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D915CB is #26EA34. Grayscale: #636363. Windows color (decimal): -2550325 or 13309401. OLE color: 13309401.
HSL color Cylindrical-coordinate representation of color #D915CB: hue angle of 304.29º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D915CB is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 21 | 203 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.15 |
| HSL | 304.29º | 0.82% | 0.47% | - |
| HSV(B) | 304.29º | 0.9% | 0.85% | - |
| XYZ | 39.66 | 19.6 | 58.19 | - |
| YUV | 100.35 | 185.93 | 211.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 21 | 203 | 0 | 0.90 | 0.06 | 0.15 | 304.29 | 0.82 | 0.47 |
| Hex | D9 | 15 | CB | 0 | 5A | 6 | F | 130 | 52 | 2F |
| Octal | 331 | 25 | 313 | 0 | 132 | 6 | 17 | 460 | 122 | 57 |
| Binary | 11011001 | 10101 | 11001011 | 0 | 1011010 | 110 | 1111 | 100110000 | 1010010 | 101111 |
Color Harmonies of #D915CB
Complementary color
Monochromatic Colors of #D915CB
Black with #D915CB
Text Example
Text Example
White with #D915CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D915CB; }
p { color: rgb(217,21,203); }
H1.HeaderClassName
{
color: #D915CB;
}
.AnyTagClassName
{
color: #D915CB;
}
</style>
background-color css
<style>
a { background-color: #D915CB; }
a { background-color: rgb(217,21,203); }
div.DivClassName
{
background-color: #D915CB;
}
.BgClassName
{
background-color: #D915CB;
}
</style>
border-color css
<style>
span { border-color: #D915CB; }
span { border-color: rgb(217,21,203); }
td.TdClassName
{
border-color: #D915CB;
}
.TagClassName
{
border-color: #D915CB;
}
</style>