Shades of Deep Magenta #D408CB
Tints of Deep Magenta #D408CB
RGB
CMYK
RGB Variations
Color information
#D408CB (or 0xD408CB) is known color: Deep Magenta. HEX triplet: D4, 08 and CB. RGB value is (212,8,203). Sum of RGB (Red+Green+Blue) = 212+8+203=423 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50.12% from 423); Green value is 8 (3.52% from 255 or 1.89% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 212 - color contains mainly: red. Hex color #D408CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D408CB is #2BF734. Grayscale: #5A5A5A. Windows color (decimal): -2881333 or 13306068. OLE color: 13306068.
HSL color Cylindrical-coordinate representation of color #D408CB: hue angle of 302.65º 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 #D408CB is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 8 | 203 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.17 |
| HSL | 302.65º | 0.93% | 0.43% | - |
| HSV(B) | 302.65º | 0.96% | 0.83% | - |
| XYZ | 38.02 | 18.48 | 58.06 | - |
| YUV | 91.23 | 191.09 | 214.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 8 | 203 | 0 | 0.96 | 0.04 | 0.17 | 302.65 | 0.93 | 0.43 |
| Hex | D4 | 8 | CB | 0 | 60 | 4 | 11 | 12F | 5D | 2B |
| Octal | 324 | 10 | 313 | 0 | 140 | 4 | 21 | 457 | 135 | 53 |
| Binary | 11010100 | 1000 | 11001011 | 0 | 1100000 | 100 | 10001 | 100101111 | 1011101 | 101011 |
Color Harmonies of #D408CB
Complementary color
Monochromatic Colors of #D408CB
Black with #D408CB
Text Example
Text Example
White with #D408CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D408CB; }
p { color: rgb(212,8,203); }
H1.HeaderClassName
{
color: #D408CB;
}
.AnyTagClassName
{
color: #D408CB;
}
</style>
background-color css
<style>
a { background-color: #D408CB; }
a { background-color: rgb(212,8,203); }
div.DivClassName
{
background-color: #D408CB;
}
.BgClassName
{
background-color: #D408CB;
}
</style>
border-color css
<style>
span { border-color: #D408CB; }
span { border-color: rgb(212,8,203); }
td.TdClassName
{
border-color: #D408CB;
}
.TagClassName
{
border-color: #D408CB;
}
</style>