Shades of Deep Magenta #D306CF
Tints of Deep Magenta #D306CF
RGB
CMYK
RGB Variations
Color information
#D306CF (or 0xD306CF) is known color: Deep Magenta. HEX triplet: D3, 06 and CF. RGB value is (211,6,207). Sum of RGB (Red+Green+Blue) = 211+6+207=424 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.76% from 424); Green value is 6 (2.73% from 255 or 1.42% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 211 - color contains mainly: red. Hex color #D306CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D306CF is #2CF930. Grayscale: #595959. Windows color (decimal): -2947377 or 13567699. OLE color: 13567699.
HSL color Cylindrical-coordinate representation of color #D306CF: hue angle of 301.17º 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 #D306CF is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 6 | 207 | - |
| CMYK | 0 | 0.97 | 0.02 | 0.17 |
| HSL | 301.17º | 0.94% | 0.43% | - |
| HSV(B) | 301.17º | 0.97% | 0.83% | - |
| XYZ | 38.19 | 18.48 | 60.59 | - |
| YUV | 90.21 | 193.92 | 214.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 6 | 207 | 0 | 0.97 | 0.02 | 0.17 | 301.17 | 0.94 | 0.43 |
| Hex | D3 | 6 | CF | 0 | 61 | 2 | 11 | 12D | 5E | 2B |
| Octal | 323 | 6 | 317 | 0 | 141 | 2 | 21 | 455 | 136 | 53 |
| Binary | 11010011 | 110 | 11001111 | 0 | 1100001 | 10 | 10001 | 100101101 | 1011110 | 101011 |
Color Harmonies of #D306CF
Complementary color
Monochromatic Colors of #D306CF
Black with #D306CF
Text Example
Text Example
White with #D306CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D306CF; }
p { color: rgb(211,6,207); }
H1.HeaderClassName
{
color: #D306CF;
}
.AnyTagClassName
{
color: #D306CF;
}
</style>
background-color css
<style>
a { background-color: #D306CF; }
a { background-color: rgb(211,6,207); }
div.DivClassName
{
background-color: #D306CF;
}
.BgClassName
{
background-color: #D306CF;
}
</style>
border-color css
<style>
span { border-color: #D306CF; }
span { border-color: rgb(211,6,207); }
td.TdClassName
{
border-color: #D306CF;
}
.TagClassName
{
border-color: #D306CF;
}
</style>