Shades of Deep Magenta #D308CA
Tints of Deep Magenta #D308CA
RGB
CMYK
RGB Variations
Color information
#D308CA (or 0xD308CA) is known color: Deep Magenta. HEX triplet: D3, 08 and CA. RGB value is (211,8,202). Sum of RGB (Red+Green+Blue) = 211+8+202=421 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.12% from 421); Green value is 8 (3.52% from 255 or 1.90% from 421); Blue value is 202 (79.30% from 255 or 47.98% from 421); Max value from RGB is 211 - color contains mainly: red. Hex color #D308CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D308CA is #2CF735. Grayscale: #5A5A5A. Windows color (decimal): -2946870 or 13240531. OLE color: 13240531.
HSL color Cylindrical-coordinate representation of color #D308CA: hue angle of 302.66º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D308CA is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 8 | 202 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.17 |
| HSL | 302.66º | 0.93% | 0.43% | - |
| HSV(B) | 302.66º | 0.96% | 0.83% | - |
| XYZ | 37.61 | 18.29 | 57.42 | - |
| YUV | 90.81 | 190.75 | 213.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 8 | 202 | 0 | 0.96 | 0.04 | 0.17 | 302.66 | 0.93 | 0.43 |
| Hex | D3 | 8 | CA | 0 | 60 | 4 | 11 | 12F | 5D | 2B |
| Octal | 323 | 10 | 312 | 0 | 140 | 4 | 21 | 457 | 135 | 53 |
| Binary | 11010011 | 1000 | 11001010 | 0 | 1100000 | 100 | 10001 | 100101111 | 1011101 | 101011 |
Color Harmonies of #D308CA
Complementary color
Monochromatic Colors of #D308CA
Black with #D308CA
Text Example
Text Example
White with #D308CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D308CA; }
p { color: rgb(211,8,202); }
H1.HeaderClassName
{
color: #D308CA;
}
.AnyTagClassName
{
color: #D308CA;
}
</style>
background-color css
<style>
a { background-color: #D308CA; }
a { background-color: rgb(211,8,202); }
div.DivClassName
{
background-color: #D308CA;
}
.BgClassName
{
background-color: #D308CA;
}
</style>
border-color css
<style>
span { border-color: #D308CA; }
span { border-color: rgb(211,8,202); }
td.TdClassName
{
border-color: #D308CA;
}
.TagClassName
{
border-color: #D308CA;
}
</style>