Shades of Deep Magenta #D915CF
Tints of Deep Magenta #D915CF
RGB
CMYK
RGB Variations
Color information
#D915CF (or 0xD915CF) is known color: Deep Magenta. HEX triplet: D9, 15 and CF. RGB value is (217,21,207). Sum of RGB (Red+Green+Blue) = 217+21+207=445 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.76% from 445); Green value is 21 (8.59% from 255 or 4.72% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 217 - color contains mainly: red. Hex color #D915CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D915CF is #26EA30. Grayscale: #646464. Windows color (decimal): -2550321 or 13571545. OLE color: 13571545.
HSL color Cylindrical-coordinate representation of color #D915CF: hue angle of 303.06º 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 #D915CF is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 21 | 207 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.15 |
| HSL | 303.06º | 0.82% | 0.47% | - |
| HSV(B) | 303.06º | 0.9% | 0.85% | - |
| XYZ | 40.15 | 19.79 | 60.74 | - |
| YUV | 100.81 | 187.93 | 210.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 21 | 207 | 0 | 0.90 | 0.05 | 0.15 | 303.06 | 0.82 | 0.47 |
| Hex | D9 | 15 | CF | 0 | 5A | 5 | F | 12F | 52 | 2F |
| Octal | 331 | 25 | 317 | 0 | 132 | 5 | 17 | 457 | 122 | 57 |
| Binary | 11011001 | 10101 | 11001111 | 0 | 1011010 | 101 | 1111 | 100101111 | 1010010 | 101111 |
Color Harmonies of #D915CF
Complementary color
Monochromatic Colors of #D915CF
Black with #D915CF
Text Example
Text Example
White with #D915CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D915CF; }
p { color: rgb(217,21,207); }
H1.HeaderClassName
{
color: #D915CF;
}
.AnyTagClassName
{
color: #D915CF;
}
</style>
background-color css
<style>
a { background-color: #D915CF; }
a { background-color: rgb(217,21,207); }
div.DivClassName
{
background-color: #D915CF;
}
.BgClassName
{
background-color: #D915CF;
}
</style>
border-color css
<style>
span { border-color: #D915CF; }
span { border-color: rgb(217,21,207); }
td.TdClassName
{
border-color: #D915CF;
}
.TagClassName
{
border-color: #D915CF;
}
</style>