Shades of Deep Magenta #D305B4
Tints of Deep Magenta #D305B4
RGB
CMYK
RGB Variations
Color information
#D305B4 (or 0xD305B4) is known color: Deep Magenta. HEX triplet: D3, 05 and B4. RGB value is (211,5,180). Sum of RGB (Red+Green+Blue) = 211+5+180=396 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.28% from 396); Green value is 5 (2.34% from 255 or 1.26% from 396); Blue value is 180 (70.70% from 255 or 45.45% from 396); Max value from RGB is 211 - color contains mainly: red. Hex color #D305B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D305B4 is #2CFA4B. Grayscale: #565656. Windows color (decimal): -2947660 or 11797971. OLE color: 11797971.
HSL color Cylindrical-coordinate representation of color #D305B4: hue angle of 309.03º 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 #D305B4 is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 5 | 180 | - |
| CMYK | 0 | 0.98 | 0.15 | 0.17 |
| HSL | 309.03º | 0.95% | 0.42% | - |
| HSV(B) | 309.03º | 0.98% | 0.83% | - |
| XYZ | 35.16 | 17.25 | 44.66 | - |
| YUV | 86.54 | 180.75 | 216.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 5 | 180 | 0 | 0.98 | 0.15 | 0.17 | 309.03 | 0.95 | 0.42 |
| Hex | D3 | 5 | B4 | 0 | 62 | F | 11 | 135 | 5F | 2A |
| Octal | 323 | 5 | 264 | 0 | 142 | 17 | 21 | 465 | 137 | 52 |
| Binary | 11010011 | 101 | 10110100 | 0 | 1100010 | 1111 | 10001 | 100110101 | 1011111 | 101010 |
Color Harmonies of #D305B4
Complementary color
Monochromatic Colors of #D305B4
Black with #D305B4
Text Example
Text Example
White with #D305B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D305B4; }
p { color: rgb(211,5,180); }
H1.HeaderClassName
{
color: #D305B4;
}
.AnyTagClassName
{
color: #D305B4;
}
</style>
background-color css
<style>
a { background-color: #D305B4; }
a { background-color: rgb(211,5,180); }
div.DivClassName
{
background-color: #D305B4;
}
.BgClassName
{
background-color: #D305B4;
}
</style>
border-color css
<style>
span { border-color: #D305B4; }
span { border-color: rgb(211,5,180); }
td.TdClassName
{
border-color: #D305B4;
}
.TagClassName
{
border-color: #D305B4;
}
</style>