Shades of Deep Magenta #D302CA
Tints of Deep Magenta #D302CA
RGB
CMYK
RGB Variations
Color information
#D302CA (or 0xD302CA) is known color: Deep Magenta. HEX triplet: D3, 02 and CA. RGB value is (211,2,202). Sum of RGB (Red+Green+Blue) = 211+2+202=415 (54% of max value = 765). Red value is 211 (82.81% from 255 or 50.84% from 415); Green value is 2 (1.17% from 255 or 0.48% from 415); Blue value is 202 (79.30% from 255 or 48.67% from 415); Max value from RGB is 211 - color contains mainly: red. Hex color #D302CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D302CA is #2CFD35. Grayscale: #565656. Windows color (decimal): -2948406 or 13238995. OLE color: 13238995.
HSL color Cylindrical-coordinate representation of color #D302CA: hue angle of 302.58º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D302CA is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 2 | 202 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.17 |
| HSL | 302.58º | 0.98% | 0.42% | - |
| HSV(B) | 302.58º | 0.99% | 0.83% | - |
| XYZ | 37.55 | 18.16 | 57.4 | - |
| YUV | 87.29 | 192.74 | 216.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 2 | 202 | 0 | 0.99 | 0.04 | 0.17 | 302.58 | 0.98 | 0.42 |
| Hex | D3 | 2 | CA | 0 | 63 | 4 | 11 | 12F | 62 | 2A |
| Octal | 323 | 2 | 312 | 0 | 143 | 4 | 21 | 457 | 142 | 52 |
| Binary | 11010011 | 10 | 11001010 | 0 | 1100011 | 100 | 10001 | 100101111 | 1100010 | 101010 |
Color Harmonies of #D302CA
Complementary color
Monochromatic Colors of #D302CA
Black with #D302CA
Text Example
Text Example
White with #D302CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D302CA; }
p { color: rgb(211,2,202); }
H1.HeaderClassName
{
color: #D302CA;
}
.AnyTagClassName
{
color: #D302CA;
}
</style>
background-color css
<style>
a { background-color: #D302CA; }
a { background-color: rgb(211,2,202); }
div.DivClassName
{
background-color: #D302CA;
}
.BgClassName
{
background-color: #D302CA;
}
</style>
border-color css
<style>
span { border-color: #D302CA; }
span { border-color: rgb(211,2,202); }
td.TdClassName
{
border-color: #D302CA;
}
.TagClassName
{
border-color: #D302CA;
}
</style>