Shades of Deep Magenta #D801CB
Tints of Deep Magenta #D801CB
RGB
CMYK
RGB Variations
Color information
#D801CB (or 0xD801CB) is known color: Deep Magenta. HEX triplet: D8, 01 and CB. RGB value is (216,1,203). Sum of RGB (Red+Green+Blue) = 216+1+203=420 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.43% from 420); Green value is 1 (0.78% from 255 or 0.24% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 216 - color contains mainly: red. Hex color #D801CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D801CB is #27FE34. Grayscale: #575757. Windows color (decimal): -2620981 or 13304280. OLE color: 13304280.
HSL color Cylindrical-coordinate representation of color #D801CB: hue angle of 303.63º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D801CB is Cyan = 0, Magento = 1.00, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 1 | 203 | - |
| CMYK | 0 | 1.00 | 0.06 | 0.15 |
| HSL | 303.63º | 0.99% | 0.43% | - |
| HSV(B) | 303.63º | 1% | 0.85% | - |
| XYZ | 39.11 | 18.93 | 58.09 | - |
| YUV | 88.31 | 192.73 | 219.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 1 | 203 | 0 | 1.00 | 0.06 | 0.15 | 303.63 | 0.99 | 0.43 |
| Hex | D8 | 1 | CB | 0 | 64 | 6 | F | 130 | 63 | 2B |
| Octal | 330 | 1 | 313 | 0 | 144 | 6 | 17 | 460 | 143 | 53 |
| Binary | 11011000 | 1 | 11001011 | 0 | 1100100 | 110 | 1111 | 100110000 | 1100011 | 101011 |
Color Harmonies of #D801CB
Complementary color
Monochromatic Colors of #D801CB
Black with #D801CB
Text Example
Text Example
White with #D801CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D801CB; }
p { color: rgb(216,1,203); }
H1.HeaderClassName
{
color: #D801CB;
}
.AnyTagClassName
{
color: #D801CB;
}
</style>
background-color css
<style>
a { background-color: #D801CB; }
a { background-color: rgb(216,1,203); }
div.DivClassName
{
background-color: #D801CB;
}
.BgClassName
{
background-color: #D801CB;
}
</style>
border-color css
<style>
span { border-color: #D801CB; }
span { border-color: rgb(216,1,203); }
td.TdClassName
{
border-color: #D801CB;
}
.TagClassName
{
border-color: #D801CB;
}
</style>