Shades of Deep Magenta #D902C3
Tints of Deep Magenta #D902C3
RGB
CMYK
RGB Variations
Color information
#D902C3 (or 0xD902C3) is known color: Deep Magenta. HEX triplet: D9, 02 and C3. RGB value is (217,2,195). Sum of RGB (Red+Green+Blue) = 217+2+195=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 2 (1.17% from 255 or 0.48% from 414); Blue value is 195 (76.56% from 255 or 47.10% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D902C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D902C3 is #26FD3C. Grayscale: #575757. Windows color (decimal): -2555197 or 12780249. OLE color: 12780249.
HSL color Cylindrical-coordinate representation of color #D902C3: hue angle of 306.14º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D902C3 is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 2 | 195 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.15 |
| HSL | 306.14º | 0.98% | 0.43% | - |
| HSV(B) | 306.14º | 0.99% | 0.85% | - |
| XYZ | 38.49 | 18.74 | 53.22 | - |
| YUV | 88.29 | 188.23 | 219.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 2 | 195 | 0 | 0.99 | 0.10 | 0.15 | 306.14 | 0.98 | 0.43 |
| Hex | D9 | 2 | C3 | 0 | 63 | A | F | 132 | 62 | 2B |
| Octal | 331 | 2 | 303 | 0 | 143 | 12 | 17 | 462 | 142 | 53 |
| Binary | 11011001 | 10 | 11000011 | 0 | 1100011 | 1010 | 1111 | 100110010 | 1100010 | 101011 |
Color Harmonies of #D902C3
Complementary color
Monochromatic Colors of #D902C3
Black with #D902C3
Text Example
Text Example
White with #D902C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D902C3; }
p { color: rgb(217,2,195); }
H1.HeaderClassName
{
color: #D902C3;
}
.AnyTagClassName
{
color: #D902C3;
}
</style>
background-color css
<style>
a { background-color: #D902C3; }
a { background-color: rgb(217,2,195); }
div.DivClassName
{
background-color: #D902C3;
}
.BgClassName
{
background-color: #D902C3;
}
</style>
border-color css
<style>
span { border-color: #D902C3; }
span { border-color: rgb(217,2,195); }
td.TdClassName
{
border-color: #D902C3;
}
.TagClassName
{
border-color: #D902C3;
}
</style>