Shades of Deep Magenta #D305CB
Tints of Deep Magenta #D305CB
RGB
CMYK
RGB Variations
Color information
#D305CB (or 0xD305CB) is known color: Deep Magenta. HEX triplet: D3, 05 and CB. RGB value is (211,5,203). Sum of RGB (Red+Green+Blue) = 211+5+203=419 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.36% from 419); Green value is 5 (2.34% from 255 or 1.19% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 211 - color contains mainly: red. Hex color #D305CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D305CB is #2CFA34. Grayscale: #585858. Windows color (decimal): -2947637 or 13305299. OLE color: 13305299.
HSL color Cylindrical-coordinate representation of color #D305CB: hue angle of 302.33º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D305CB is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 5 | 203 | - |
| CMYK | 0 | 0.98 | 0.04 | 0.17 |
| HSL | 302.33º | 0.95% | 0.42% | - |
| HSV(B) | 302.33º | 0.98% | 0.83% | - |
| XYZ | 37.7 | 18.27 | 58.04 | - |
| YUV | 89.17 | 192.25 | 214.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 5 | 203 | 0 | 0.98 | 0.04 | 0.17 | 302.33 | 0.95 | 0.42 |
| Hex | D3 | 5 | CB | 0 | 62 | 4 | 11 | 12E | 5F | 2A |
| Octal | 323 | 5 | 313 | 0 | 142 | 4 | 21 | 456 | 137 | 52 |
| Binary | 11010011 | 101 | 11001011 | 0 | 1100010 | 100 | 10001 | 100101110 | 1011111 | 101010 |
Color Harmonies of #D305CB
Complementary color
Monochromatic Colors of #D305CB
Black with #D305CB
Text Example
Text Example
White with #D305CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D305CB; }
p { color: rgb(211,5,203); }
H1.HeaderClassName
{
color: #D305CB;
}
.AnyTagClassName
{
color: #D305CB;
}
</style>
background-color css
<style>
a { background-color: #D305CB; }
a { background-color: rgb(211,5,203); }
div.DivClassName
{
background-color: #D305CB;
}
.BgClassName
{
background-color: #D305CB;
}
</style>
border-color css
<style>
span { border-color: #D305CB; }
span { border-color: rgb(211,5,203); }
td.TdClassName
{
border-color: #D305CB;
}
.TagClassName
{
border-color: #D305CB;
}
</style>