Shades of Deep Magenta #D707CB
Tints of Deep Magenta #D707CB
RGB
CMYK
RGB Variations
Color information
#D707CB (or 0xD707CB) is known color: Deep Magenta. HEX triplet: D7, 07 and CB. RGB value is (215,7,203). Sum of RGB (Red+Green+Blue) = 215+7+203=425 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.59% from 425); Green value is 7 (3.12% from 255 or 1.65% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 215 - color contains mainly: red. Hex color #D707CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D707CB is #28F834. Grayscale: #5A5A5A. Windows color (decimal): -2684981 or 13305815. OLE color: 13305815.
HSL color Cylindrical-coordinate representation of color #D707CB: hue angle of 303.46º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D707CB is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 7 | 203 | - |
| CMYK | 0 | 0.97 | 0.06 | 0.16 |
| HSL | 303.46º | 0.94% | 0.44% | - |
| HSV(B) | 303.46º | 0.97% | 0.84% | - |
| XYZ | 38.88 | 18.91 | 58.1 | - |
| YUV | 91.54 | 190.91 | 216.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 7 | 203 | 0 | 0.97 | 0.06 | 0.16 | 303.46 | 0.94 | 0.44 |
| Hex | D7 | 7 | CB | 0 | 61 | 6 | 10 | 12F | 5E | 2C |
| Octal | 327 | 7 | 313 | 0 | 141 | 6 | 20 | 457 | 136 | 54 |
| Binary | 11010111 | 111 | 11001011 | 0 | 1100001 | 110 | 10000 | 100101111 | 1011110 | 101100 |
Color Harmonies of #D707CB
Complementary color
Monochromatic Colors of #D707CB
Black with #D707CB
Text Example
Text Example
White with #D707CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D707CB; }
p { color: rgb(215,7,203); }
H1.HeaderClassName
{
color: #D707CB;
}
.AnyTagClassName
{
color: #D707CB;
}
</style>
background-color css
<style>
a { background-color: #D707CB; }
a { background-color: rgb(215,7,203); }
div.DivClassName
{
background-color: #D707CB;
}
.BgClassName
{
background-color: #D707CB;
}
</style>
border-color css
<style>
span { border-color: #D707CB; }
span { border-color: rgb(215,7,203); }
td.TdClassName
{
border-color: #D707CB;
}
.TagClassName
{
border-color: #D707CB;
}
</style>