Shades of Deep Magenta #D704CB
Tints of Deep Magenta #D704CB
RGB
CMYK
RGB Variations
Color information
#D704CB (or 0xD704CB) is known color: Deep Magenta. HEX triplet: D7, 04 and CB. RGB value is (215,4,203). Sum of RGB (Red+Green+Blue) = 215+4+203=422 (55% of max value = 765). Red value is 215 (84.38% from 255 or 50.95% from 422); Green value is 4 (1.95% from 255 or 0.95% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 215 - color contains mainly: red. Hex color #D704CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D704CB is #28FB34. Grayscale: #595959. Windows color (decimal): -2685749 or 13305047. OLE color: 13305047.
HSL color Cylindrical-coordinate representation of color #D704CB: hue angle of 303.41º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D704CB is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 4 | 203 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.16 |
| HSL | 303.41º | 0.96% | 0.43% | - |
| HSV(B) | 303.41º | 0.98% | 0.84% | - |
| XYZ | 38.85 | 18.85 | 58.09 | - |
| YUV | 89.78 | 191.9 | 217.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 4 | 203 | 0 | 0.98 | 0.06 | 0.16 | 303.41 | 0.96 | 0.43 |
| Hex | D7 | 4 | CB | 0 | 62 | 6 | 10 | 12F | 60 | 2B |
| Octal | 327 | 4 | 313 | 0 | 142 | 6 | 20 | 457 | 140 | 53 |
| Binary | 11010111 | 100 | 11001011 | 0 | 1100010 | 110 | 10000 | 100101111 | 1100000 | 101011 |
Color Harmonies of #D704CB
Complementary color
Monochromatic Colors of #D704CB
Black with #D704CB
Text Example
Text Example
White with #D704CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D704CB; }
p { color: rgb(215,4,203); }
H1.HeaderClassName
{
color: #D704CB;
}
.AnyTagClassName
{
color: #D704CB;
}
</style>
background-color css
<style>
a { background-color: #D704CB; }
a { background-color: rgb(215,4,203); }
div.DivClassName
{
background-color: #D704CB;
}
.BgClassName
{
background-color: #D704CB;
}
</style>
border-color css
<style>
span { border-color: #D704CB; }
span { border-color: rgb(215,4,203); }
td.TdClassName
{
border-color: #D704CB;
}
.TagClassName
{
border-color: #D704CB;
}
</style>