Shades of Deep Magenta #D726CC
Tints of Deep Magenta #D726CC
RGB
CMYK
RGB Variations
Color information
#D726CC (or 0xD726CC) is known color: Deep Magenta. HEX triplet: D7, 26 and CC. RGB value is (215,38,204). Sum of RGB (Red+Green+Blue) = 215+38+204=457 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.05% from 457); Green value is 38 (15.23% from 255 or 8.32% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 215 - color contains mainly: red. Hex color #D726CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D726CC is #28D933. Grayscale: #6D6D6D. Windows color (decimal): -2677044 or 13379287. OLE color: 13379287.
HSL color Cylindrical-coordinate representation of color #D726CC: hue angle of 303.73º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D726CC is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 38 | 204 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.16 |
| HSL | 303.73º | 0.7% | 0.5% | - |
| HSV(B) | 303.73º | 0.82% | 0.84% | - |
| XYZ | 39.62 | 20.19 | 58.94 | - |
| YUV | 109.85 | 181.14 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 38 | 204 | 0 | 0.82 | 0.05 | 0.16 | 303.73 | 0.7 | 0.5 |
| Hex | D7 | 26 | CC | 0 | 52 | 5 | 10 | 130 | 46 | 32 |
| Octal | 327 | 46 | 314 | 0 | 122 | 5 | 20 | 460 | 106 | 62 |
| Binary | 11010111 | 100110 | 11001100 | 0 | 1010010 | 101 | 10000 | 100110000 | 1000110 | 110010 |
Color Harmonies of #D726CC
Complementary color
Monochromatic Colors of #D726CC
Black with #D726CC
Text Example
Text Example
White with #D726CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D726CC; }
p { color: rgb(215,38,204); }
H1.HeaderClassName
{
color: #D726CC;
}
.AnyTagClassName
{
color: #D726CC;
}
</style>
background-color css
<style>
a { background-color: #D726CC; }
a { background-color: rgb(215,38,204); }
div.DivClassName
{
background-color: #D726CC;
}
.BgClassName
{
background-color: #D726CC;
}
</style>
border-color css
<style>
span { border-color: #D726CC; }
span { border-color: rgb(215,38,204); }
td.TdClassName
{
border-color: #D726CC;
}
.TagClassName
{
border-color: #D726CC;
}
</style>