Shades of Deep Magenta #D918CC
Tints of Deep Magenta #D918CC
RGB
CMYK
RGB Variations
Color information
#D918CC (or 0xD918CC) is known color: Deep Magenta. HEX triplet: D9, 18 and CC. RGB value is (217,24,204). Sum of RGB (Red+Green+Blue) = 217+24+204=445 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.76% from 445); Green value is 24 (9.77% from 255 or 5.39% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 217 - color contains mainly: red. Hex color #D918CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D918CC is #26E733. Grayscale: #656565. Windows color (decimal): -2549556 or 13375705. OLE color: 13375705.
HSL color Cylindrical-coordinate representation of color #D918CC: hue angle of 304.04º degrees, saturation: 0.8, 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 #D918CC is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 24 | 204 | - |
| CMYK | 0 | 0.89 | 0.06 | 0.15 |
| HSL | 304.04º | 0.8% | 0.47% | - |
| HSV(B) | 304.04º | 0.89% | 0.85% | - |
| XYZ | 39.84 | 19.76 | 58.84 | - |
| YUV | 102.23 | 185.44 | 209.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 24 | 204 | 0 | 0.89 | 0.06 | 0.15 | 304.04 | 0.8 | 0.47 |
| Hex | D9 | 18 | CC | 0 | 59 | 6 | F | 130 | 50 | 2F |
| Octal | 331 | 30 | 314 | 0 | 131 | 6 | 17 | 460 | 120 | 57 |
| Binary | 11011001 | 11000 | 11001100 | 0 | 1011001 | 110 | 1111 | 100110000 | 1010000 | 101111 |
Color Harmonies of #D918CC
Complementary color
Monochromatic Colors of #D918CC
Black with #D918CC
Text Example
Text Example
White with #D918CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D918CC; }
p { color: rgb(217,24,204); }
H1.HeaderClassName
{
color: #D918CC;
}
.AnyTagClassName
{
color: #D918CC;
}
</style>
background-color css
<style>
a { background-color: #D918CC; }
a { background-color: rgb(217,24,204); }
div.DivClassName
{
background-color: #D918CC;
}
.BgClassName
{
background-color: #D918CC;
}
</style>
border-color css
<style>
span { border-color: #D918CC; }
span { border-color: rgb(217,24,204); }
td.TdClassName
{
border-color: #D918CC;
}
.TagClassName
{
border-color: #D918CC;
}
</style>