Shades of Deep Magenta #D710CB
Tints of Deep Magenta #D710CB
RGB
CMYK
RGB Variations
Color information
#D710CB (or 0xD710CB) is known color: Deep Magenta. HEX triplet: D7, 10 and CB. RGB value is (215,16,203). Sum of RGB (Red+Green+Blue) = 215+16+203=434 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.54% from 434); Green value is 16 (6.64% from 255 or 3.69% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 215 - color contains mainly: red. Hex color #D710CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D710CB is #28EF34. Grayscale: #606060. Windows color (decimal): -2682677 or 13308119. OLE color: 13308119.
HSL color Cylindrical-coordinate representation of color #D710CB: hue angle of 303.62º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D710CB is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 16 | 203 | - |
| CMYK | 0 | 0.93 | 0.06 | 0.16 |
| HSL | 303.62º | 0.86% | 0.45% | - |
| HSV(B) | 303.62º | 0.93% | 0.84% | - |
| XYZ | 38.99 | 19.13 | 58.14 | - |
| YUV | 96.82 | 187.93 | 212.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 16 | 203 | 0 | 0.93 | 0.06 | 0.16 | 303.62 | 0.86 | 0.45 |
| Hex | D7 | 10 | CB | 0 | 5D | 6 | 10 | 130 | 56 | 2D |
| Octal | 327 | 20 | 313 | 0 | 135 | 6 | 20 | 460 | 126 | 55 |
| Binary | 11010111 | 10000 | 11001011 | 0 | 1011101 | 110 | 10000 | 100110000 | 1010110 | 101101 |
Color Harmonies of #D710CB
Complementary color
Monochromatic Colors of #D710CB
Black with #D710CB
Text Example
Text Example
White with #D710CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D710CB; }
p { color: rgb(215,16,203); }
H1.HeaderClassName
{
color: #D710CB;
}
.AnyTagClassName
{
color: #D710CB;
}
</style>
background-color css
<style>
a { background-color: #D710CB; }
a { background-color: rgb(215,16,203); }
div.DivClassName
{
background-color: #D710CB;
}
.BgClassName
{
background-color: #D710CB;
}
</style>
border-color css
<style>
span { border-color: #D710CB; }
span { border-color: rgb(215,16,203); }
td.TdClassName
{
border-color: #D710CB;
}
.TagClassName
{
border-color: #D710CB;
}
</style>