Shades of Deep Magenta #D306CA
Tints of Deep Magenta #D306CA
RGB
CMYK
RGB Variations
Color information
#D306CA (or 0xD306CA) is known color: Deep Magenta. HEX triplet: D3, 06 and CA. RGB value is (211,6,202). Sum of RGB (Red+Green+Blue) = 211+6+202=419 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.36% from 419); Green value is 6 (2.73% from 255 or 1.43% from 419); Blue value is 202 (79.30% from 255 or 48.21% from 419); Max value from RGB is 211 - color contains mainly: red. Hex color #D306CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D306CA is #2CF935. Grayscale: #595959. Windows color (decimal): -2947382 or 13240019. OLE color: 13240019.
HSL color Cylindrical-coordinate representation of color #D306CA: hue angle of 302.63º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D306CA is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 6 | 202 | - |
| CMYK | 0 | 0.97 | 0.04 | 0.17 |
| HSL | 302.63º | 0.94% | 0.43% | - |
| HSV(B) | 302.63º | 0.97% | 0.83% | - |
| XYZ | 37.59 | 18.24 | 57.42 | - |
| YUV | 89.64 | 191.42 | 214.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 6 | 202 | 0 | 0.97 | 0.04 | 0.17 | 302.63 | 0.94 | 0.43 |
| Hex | D3 | 6 | CA | 0 | 61 | 4 | 11 | 12F | 5E | 2B |
| Octal | 323 | 6 | 312 | 0 | 141 | 4 | 21 | 457 | 136 | 53 |
| Binary | 11010011 | 110 | 11001010 | 0 | 1100001 | 100 | 10001 | 100101111 | 1011110 | 101011 |
Color Harmonies of #D306CA
Complementary color
Monochromatic Colors of #D306CA
Black with #D306CA
Text Example
Text Example
White with #D306CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D306CA; }
p { color: rgb(211,6,202); }
H1.HeaderClassName
{
color: #D306CA;
}
.AnyTagClassName
{
color: #D306CA;
}
</style>
background-color css
<style>
a { background-color: #D306CA; }
a { background-color: rgb(211,6,202); }
div.DivClassName
{
background-color: #D306CA;
}
.BgClassName
{
background-color: #D306CA;
}
</style>
border-color css
<style>
span { border-color: #D306CA; }
span { border-color: rgb(211,6,202); }
td.TdClassName
{
border-color: #D306CA;
}
.TagClassName
{
border-color: #D306CA;
}
</style>