Shades of Deep Magenta #D601B9
Tints of Deep Magenta #D601B9
RGB
CMYK
RGB Variations
Color information
#D601B9 (or 0xD601B9) is known color: Deep Magenta. HEX triplet: D6, 01 and B9. RGB value is (214,1,185). Sum of RGB (Red+Green+Blue) = 214+1+185=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 1 (0.78% from 255 or 0.25% from 400); Blue value is 185 (72.66% from 255 or 46.25% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D601B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D601B9 is #29FE46. Grayscale: #555555. Windows color (decimal): -2752071 or 12124630. OLE color: 12124630.
HSL color Cylindrical-coordinate representation of color #D601B9: hue angle of 308.17º 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 #D601B9 is Cyan = 0, Magento = 1.00, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 1 | 185 | - |
| CMYK | 0 | 1.00 | 0.14 | 0.16 |
| HSL | 308.17º | 0.99% | 0.42% | - |
| HSV(B) | 308.17º | 1% | 0.84% | - |
| XYZ | 36.5 | 17.82 | 47.41 | - |
| YUV | 85.66 | 184.07 | 219.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 1 | 185 | 0 | 1.00 | 0.14 | 0.16 | 308.17 | 0.99 | 0.42 |
| Hex | D6 | 1 | B9 | 0 | 64 | E | 10 | 134 | 63 | 2A |
| Octal | 326 | 1 | 271 | 0 | 144 | 16 | 20 | 464 | 143 | 52 |
| Binary | 11010110 | 1 | 10111001 | 0 | 1100100 | 1110 | 10000 | 100110100 | 1100011 | 101010 |
Color Harmonies of #D601B9
Complementary color
Monochromatic Colors of #D601B9
Black with #D601B9
Text Example
Text Example
White with #D601B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D601B9; }
p { color: rgb(214,1,185); }
H1.HeaderClassName
{
color: #D601B9;
}
.AnyTagClassName
{
color: #D601B9;
}
</style>
background-color css
<style>
a { background-color: #D601B9; }
a { background-color: rgb(214,1,185); }
div.DivClassName
{
background-color: #D601B9;
}
.BgClassName
{
background-color: #D601B9;
}
</style>
border-color css
<style>
span { border-color: #D601B9; }
span { border-color: rgb(214,1,185); }
td.TdClassName
{
border-color: #D601B9;
}
.TagClassName
{
border-color: #D601B9;
}
</style>