Shades of Deep Magenta #D501B6
Tints of Deep Magenta #D501B6
RGB
CMYK
RGB Variations
Color information
#D501B6 (or 0xD501B6) is known color: Deep Magenta. HEX triplet: D5, 01 and B6. RGB value is (213,1,182). Sum of RGB (Red+Green+Blue) = 213+1+182=396 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.79% from 396); Green value is 1 (0.78% from 255 or 0.25% from 396); Blue value is 182 (71.48% from 255 or 45.96% from 396); Max value from RGB is 213 - color contains mainly: red. Hex color #D501B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D501B6 is #2AFE49. Grayscale: #545454. Windows color (decimal): -2817610 or 11928021. OLE color: 11928021.
HSL color Cylindrical-coordinate representation of color #D501B6: hue angle of 308.77º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D501B6 is Cyan = 0, Magento = 1.00, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 1 | 182 | - |
| CMYK | 0 | 1.00 | 0.15 | 0.16 |
| HSL | 308.77º | 0.99% | 0.42% | - |
| HSV(B) | 308.77º | 1% | 0.84% | - |
| XYZ | 35.89 | 17.55 | 45.75 | - |
| YUV | 85.02 | 182.74 | 219.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 1 | 182 | 0 | 1.00 | 0.15 | 0.16 | 308.77 | 0.99 | 0.42 |
| Hex | D5 | 1 | B6 | 0 | 64 | F | 10 | 135 | 63 | 2A |
| Octal | 325 | 1 | 266 | 0 | 144 | 17 | 20 | 465 | 143 | 52 |
| Binary | 11010101 | 1 | 10110110 | 0 | 1100100 | 1111 | 10000 | 100110101 | 1100011 | 101010 |
Color Harmonies of #D501B6
Complementary color
Monochromatic Colors of #D501B6
Black with #D501B6
Text Example
Text Example
White with #D501B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D501B6; }
p { color: rgb(213,1,182); }
H1.HeaderClassName
{
color: #D501B6;
}
.AnyTagClassName
{
color: #D501B6;
}
</style>
background-color css
<style>
a { background-color: #D501B6; }
a { background-color: rgb(213,1,182); }
div.DivClassName
{
background-color: #D501B6;
}
.BgClassName
{
background-color: #D501B6;
}
</style>
border-color css
<style>
span { border-color: #D501B6; }
span { border-color: rgb(213,1,182); }
td.TdClassName
{
border-color: #D501B6;
}
.TagClassName
{
border-color: #D501B6;
}
</style>