Shades of Deep Magenta #D01BBF
Tints of Deep Magenta #D01BBF
RGB
CMYK
RGB Variations
Color information
#D01BBF (or 0xD01BBF) is known color: Deep Magenta. HEX triplet: D0, 1B and BF. RGB value is (208,27,191). Sum of RGB (Red+Green+Blue) = 208+27+191=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 27 (10.94% from 255 or 6.34% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 208 - color contains mainly: red. Hex color #D01BBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01BBF is #2FE440. Grayscale: #636363. Windows color (decimal): -3138625 or 12524496. OLE color: 12524496.
HSL color Cylindrical-coordinate representation of color #D01BBF: hue angle of 305.64º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D01BBF is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 27 | 191 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.18 |
| HSL | 305.64º | 0.77% | 0.46% | - |
| HSV(B) | 305.64º | 0.87% | 0.82% | - |
| XYZ | 35.81 | 17.96 | 50.87 | - |
| YUV | 99.82 | 179.47 | 205.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 27 | 191 | 0 | 0.87 | 0.08 | 0.18 | 305.64 | 0.77 | 0.46 |
| Hex | D0 | 1B | BF | 0 | 57 | 8 | 12 | 132 | 4D | 2E |
| Octal | 320 | 33 | 277 | 0 | 127 | 10 | 22 | 462 | 115 | 56 |
| Binary | 11010000 | 11011 | 10111111 | 0 | 1010111 | 1000 | 10010 | 100110010 | 1001101 | 101110 |
Color Harmonies of #D01BBF
Complementary color
Monochromatic Colors of #D01BBF
Black with #D01BBF
Text Example
Text Example
White with #D01BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01BBF; }
p { color: rgb(208,27,191); }
H1.HeaderClassName
{
color: #D01BBF;
}
.AnyTagClassName
{
color: #D01BBF;
}
</style>
background-color css
<style>
a { background-color: #D01BBF; }
a { background-color: rgb(208,27,191); }
div.DivClassName
{
background-color: #D01BBF;
}
.BgClassName
{
background-color: #D01BBF;
}
</style>
border-color css
<style>
span { border-color: #D01BBF; }
span { border-color: rgb(208,27,191); }
td.TdClassName
{
border-color: #D01BBF;
}
.TagClassName
{
border-color: #D01BBF;
}
</style>