Shades of Deep Magenta #D708CB
Tints of Deep Magenta #D708CB
RGB
CMYK
RGB Variations
Color information
#D708CB (or 0xD708CB) is known color: Deep Magenta. HEX triplet: D7, 08 and CB. RGB value is (215,8,203). Sum of RGB (Red+Green+Blue) = 215+8+203=426 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.47% from 426); Green value is 8 (3.52% from 255 or 1.88% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 215 - color contains mainly: red. Hex color #D708CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D708CB is #28F734. Grayscale: #5B5B5B. Windows color (decimal): -2684725 or 13306071. OLE color: 13306071.
HSL color Cylindrical-coordinate representation of color #D708CB: hue angle of 303.48º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D708CB is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 8 | 203 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.16 |
| HSL | 303.48º | 0.93% | 0.44% | - |
| HSV(B) | 303.48º | 0.96% | 0.84% | - |
| XYZ | 38.89 | 18.93 | 58.1 | - |
| YUV | 92.12 | 190.58 | 215.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 8 | 203 | 0 | 0.96 | 0.06 | 0.16 | 303.48 | 0.93 | 0.44 |
| Hex | D7 | 8 | CB | 0 | 60 | 6 | 10 | 12F | 5D | 2C |
| Octal | 327 | 10 | 313 | 0 | 140 | 6 | 20 | 457 | 135 | 54 |
| Binary | 11010111 | 1000 | 11001011 | 0 | 1100000 | 110 | 10000 | 100101111 | 1011101 | 101100 |
Color Harmonies of #D708CB
Complementary color
Monochromatic Colors of #D708CB
Black with #D708CB
Text Example
Text Example
White with #D708CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D708CB; }
p { color: rgb(215,8,203); }
H1.HeaderClassName
{
color: #D708CB;
}
.AnyTagClassName
{
color: #D708CB;
}
</style>
background-color css
<style>
a { background-color: #D708CB; }
a { background-color: rgb(215,8,203); }
div.DivClassName
{
background-color: #D708CB;
}
.BgClassName
{
background-color: #D708CB;
}
</style>
border-color css
<style>
span { border-color: #D708CB; }
span { border-color: rgb(215,8,203); }
td.TdClassName
{
border-color: #D708CB;
}
.TagClassName
{
border-color: #D708CB;
}
</style>