Shades of Deep Magenta #D908CA
Tints of Deep Magenta #D908CA
RGB
CMYK
RGB Variations
Color information
#D908CA (or 0xD908CA) is known color: Deep Magenta. HEX triplet: D9, 08 and CA. RGB value is (217,8,202). Sum of RGB (Red+Green+Blue) = 217+8+202=427 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.82% from 427); Green value is 8 (3.52% from 255 or 1.87% from 427); Blue value is 202 (79.30% from 255 or 47.31% from 427); Max value from RGB is 217 - color contains mainly: red. Hex color #D908CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D908CA is #26F735. Grayscale: #5C5C5C. Windows color (decimal): -2553654 or 13240537. OLE color: 13240537.
HSL color Cylindrical-coordinate representation of color #D908CA: hue angle of 304.31º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D908CA is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 8 | 202 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.15 |
| HSL | 304.31º | 0.93% | 0.44% | - |
| HSV(B) | 304.31º | 0.96% | 0.85% | - |
| XYZ | 39.36 | 19.19 | 57.51 | - |
| YUV | 92.61 | 189.74 | 216.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 8 | 202 | 0 | 0.96 | 0.07 | 0.15 | 304.31 | 0.93 | 0.44 |
| Hex | D9 | 8 | CA | 0 | 60 | 7 | F | 130 | 5D | 2C |
| Octal | 331 | 10 | 312 | 0 | 140 | 7 | 17 | 460 | 135 | 54 |
| Binary | 11011001 | 1000 | 11001010 | 0 | 1100000 | 111 | 1111 | 100110000 | 1011101 | 101100 |
Color Harmonies of #D908CA
Complementary color
Monochromatic Colors of #D908CA
Black with #D908CA
Text Example
Text Example
White with #D908CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D908CA; }
p { color: rgb(217,8,202); }
H1.HeaderClassName
{
color: #D908CA;
}
.AnyTagClassName
{
color: #D908CA;
}
</style>
background-color css
<style>
a { background-color: #D908CA; }
a { background-color: rgb(217,8,202); }
div.DivClassName
{
background-color: #D908CA;
}
.BgClassName
{
background-color: #D908CA;
}
</style>
border-color css
<style>
span { border-color: #D908CA; }
span { border-color: rgb(217,8,202); }
td.TdClassName
{
border-color: #D908CA;
}
.TagClassName
{
border-color: #D908CA;
}
</style>