Shades of Deep Magenta #D308CB
Tints of Deep Magenta #D308CB
RGB
CMYK
RGB Variations
Color information
#D308CB (or 0xD308CB) is known color: Deep Magenta. HEX triplet: D3, 08 and CB. RGB value is (211,8,203). Sum of RGB (Red+Green+Blue) = 211+8+203=422 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50% from 422); Green value is 8 (3.52% from 255 or 1.90% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 211 - color contains mainly: red. Hex color #D308CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D308CB is #2CF734. Grayscale: #5A5A5A. Windows color (decimal): -2946869 or 13306067. OLE color: 13306067.
HSL color Cylindrical-coordinate representation of color #D308CB: hue angle of 302.36º 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 #D308CB is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 8 | 203 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.17 |
| HSL | 302.36º | 0.93% | 0.43% | - |
| HSV(B) | 302.36º | 0.96% | 0.83% | - |
| XYZ | 37.73 | 18.33 | 58.05 | - |
| YUV | 90.93 | 191.25 | 213.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 8 | 203 | 0 | 0.96 | 0.04 | 0.17 | 302.36 | 0.93 | 0.43 |
| Hex | D3 | 8 | CB | 0 | 60 | 4 | 11 | 12E | 5D | 2B |
| Octal | 323 | 10 | 313 | 0 | 140 | 4 | 21 | 456 | 135 | 53 |
| Binary | 11010011 | 1000 | 11001011 | 0 | 1100000 | 100 | 10001 | 100101110 | 1011101 | 101011 |
Color Harmonies of #D308CB
Complementary color
Monochromatic Colors of #D308CB
Black with #D308CB
Text Example
Text Example
White with #D308CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D308CB; }
p { color: rgb(211,8,203); }
H1.HeaderClassName
{
color: #D308CB;
}
.AnyTagClassName
{
color: #D308CB;
}
</style>
background-color css
<style>
a { background-color: #D308CB; }
a { background-color: rgb(211,8,203); }
div.DivClassName
{
background-color: #D308CB;
}
.BgClassName
{
background-color: #D308CB;
}
</style>
border-color css
<style>
span { border-color: #D308CB; }
span { border-color: rgb(211,8,203); }
td.TdClassName
{
border-color: #D308CB;
}
.TagClassName
{
border-color: #D308CB;
}
</style>