Shades of Deep Magenta #D601BD
Tints of Deep Magenta #D601BD
RGB
CMYK
RGB Variations
Color information
#D601BD (or 0xD601BD) is known color: Deep Magenta. HEX triplet: D6, 01 and BD. RGB value is (214,1,189). Sum of RGB (Red+Green+Blue) = 214+1+189=404 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.97% from 404); Green value is 1 (0.78% from 255 or 0.25% from 404); Blue value is 189 (74.22% from 255 or 46.78% from 404); Max value from RGB is 214 - color contains mainly: red. Hex color #D601BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D601BD is #29FE42. Grayscale: #555555. Windows color (decimal): -2752067 or 12386774. OLE color: 12386774.
HSL color Cylindrical-coordinate representation of color #D601BD: hue angle of 307.04º 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 #D601BD is Cyan = 0, Magento = 1.00, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 1 | 189 | - |
| CMYK | 0 | 1.00 | 0.12 | 0.16 |
| HSL | 307.04º | 0.99% | 0.42% | - |
| HSV(B) | 307.04º | 1% | 0.84% | - |
| XYZ | 36.93 | 17.99 | 49.67 | - |
| YUV | 86.12 | 186.07 | 219.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 1 | 189 | 0 | 1.00 | 0.12 | 0.16 | 307.04 | 0.99 | 0.42 |
| Hex | D6 | 1 | BD | 0 | 64 | C | 10 | 133 | 63 | 2A |
| Octal | 326 | 1 | 275 | 0 | 144 | 14 | 20 | 463 | 143 | 52 |
| Binary | 11010110 | 1 | 10111101 | 0 | 1100100 | 1100 | 10000 | 100110011 | 1100011 | 101010 |
Color Harmonies of #D601BD
Complementary color
Monochromatic Colors of #D601BD
Black with #D601BD
Text Example
Text Example
White with #D601BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D601BD; }
p { color: rgb(214,1,189); }
H1.HeaderClassName
{
color: #D601BD;
}
.AnyTagClassName
{
color: #D601BD;
}
</style>
background-color css
<style>
a { background-color: #D601BD; }
a { background-color: rgb(214,1,189); }
div.DivClassName
{
background-color: #D601BD;
}
.BgClassName
{
background-color: #D601BD;
}
</style>
border-color css
<style>
span { border-color: #D601BD; }
span { border-color: rgb(214,1,189); }
td.TdClassName
{
border-color: #D601BD;
}
.TagClassName
{
border-color: #D601BD;
}
</style>