Shades of Deep Magenta #D410B5
Tints of Deep Magenta #D410B5
RGB
CMYK
RGB Variations
Color information
#D410B5 (or 0xD410B5) is known color: Deep Magenta. HEX triplet: D4, 10 and B5. RGB value is (212,16,181). Sum of RGB (Red+Green+Blue) = 212+16+181=409 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.83% from 409); Green value is 16 (6.64% from 255 or 3.91% from 409); Blue value is 181 (71.09% from 255 or 44.25% from 409); Max value from RGB is 212 - color contains mainly: red. Hex color #D410B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D410B5 is #2BEF4A. Grayscale: #5C5C5C. Windows color (decimal): -2879307 or 11866324. OLE color: 11866324.
HSL color Cylindrical-coordinate representation of color #D410B5: hue angle of 309.49º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D410B5 is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 16 | 181 | - |
| CMYK | 0 | 0.92 | 0.15 | 0.17 |
| HSL | 309.49º | 0.86% | 0.45% | - |
| HSV(B) | 309.49º | 0.92% | 0.83% | - |
| XYZ | 35.68 | 17.7 | 45.25 | - |
| YUV | 93.41 | 177.43 | 212.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 16 | 181 | 0 | 0.92 | 0.15 | 0.17 | 309.49 | 0.86 | 0.45 |
| Hex | D4 | 10 | B5 | 0 | 5C | F | 11 | 135 | 56 | 2D |
| Octal | 324 | 20 | 265 | 0 | 134 | 17 | 21 | 465 | 126 | 55 |
| Binary | 11010100 | 10000 | 10110101 | 0 | 1011100 | 1111 | 10001 | 100110101 | 1010110 | 101101 |
Color Harmonies of #D410B5
Complementary color
Monochromatic Colors of #D410B5
Black with #D410B5
Text Example
Text Example
White with #D410B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D410B5; }
p { color: rgb(212,16,181); }
H1.HeaderClassName
{
color: #D410B5;
}
.AnyTagClassName
{
color: #D410B5;
}
</style>
background-color css
<style>
a { background-color: #D410B5; }
a { background-color: rgb(212,16,181); }
div.DivClassName
{
background-color: #D410B5;
}
.BgClassName
{
background-color: #D410B5;
}
</style>
border-color css
<style>
span { border-color: #D410B5; }
span { border-color: rgb(212,16,181); }
td.TdClassName
{
border-color: #D410B5;
}
.TagClassName
{
border-color: #D410B5;
}
</style>