Shades of Deep Magenta #D701CB
Tints of Deep Magenta #D701CB
RGB
CMYK
RGB Variations
Color information
#D701CB (or 0xD701CB) is known color: Deep Magenta. HEX triplet: D7, 01 and CB. RGB value is (215,1,203). Sum of RGB (Red+Green+Blue) = 215+1+203=419 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.31% from 419); Green value is 1 (0.78% from 255 or 0.24% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 215 - color contains mainly: red. Hex color #D701CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D701CB is #28FE34. Grayscale: #575757. Windows color (decimal): -2686517 or 13304279. OLE color: 13304279.
HSL color Cylindrical-coordinate representation of color #D701CB: hue angle of 303.36º 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 #D701CB is Cyan = 0, Magento = 1.00, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 1 | 203 | - |
| CMYK | 0 | 1.00 | 0.06 | 0.16 |
| HSL | 303.36º | 0.99% | 0.42% | - |
| HSV(B) | 303.36º | 1% | 0.84% | - |
| XYZ | 38.81 | 18.78 | 58.08 | - |
| YUV | 88.01 | 192.9 | 218.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 203 | 0 | 1.00 | 0.06 | 0.16 | 303.36 | 0.99 | 0.42 |
| Hex | D7 | 1 | CB | 0 | 64 | 6 | 10 | 12F | 63 | 2A |
| Octal | 327 | 1 | 313 | 0 | 144 | 6 | 20 | 457 | 143 | 52 |
| Binary | 11010111 | 1 | 11001011 | 0 | 1100100 | 110 | 10000 | 100101111 | 1100011 | 101010 |
Color Harmonies of #D701CB
Complementary color
Monochromatic Colors of #D701CB
Black with #D701CB
Text Example
Text Example
White with #D701CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D701CB; }
p { color: rgb(215,1,203); }
H1.HeaderClassName
{
color: #D701CB;
}
.AnyTagClassName
{
color: #D701CB;
}
</style>
background-color css
<style>
a { background-color: #D701CB; }
a { background-color: rgb(215,1,203); }
div.DivClassName
{
background-color: #D701CB;
}
.BgClassName
{
background-color: #D701CB;
}
</style>
border-color css
<style>
span { border-color: #D701CB; }
span { border-color: rgb(215,1,203); }
td.TdClassName
{
border-color: #D701CB;
}
.TagClassName
{
border-color: #D701CB;
}
</style>