Shades of Deep Magenta #D725CE
Tints of Deep Magenta #D725CE
RGB
CMYK
RGB Variations
Color information
#D725CE (or 0xD725CE) is known color: Deep Magenta. HEX triplet: D7, 25 and CE. RGB value is (215,37,206). Sum of RGB (Red+Green+Blue) = 215+37+206=458 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.94% from 458); Green value is 37 (14.84% from 255 or 8.08% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 215 - color contains mainly: red. Hex color #D725CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D725CE is #28DA31. Grayscale: #6C6C6C. Windows color (decimal): -2677298 or 13510103. OLE color: 13510103.
HSL color Cylindrical-coordinate representation of color #D725CE: hue angle of 303.03º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D725CE is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 37 | 206 | - |
| CMYK | 0 | 0.83 | 0.04 | 0.16 |
| HSL | 303.03º | 0.71% | 0.49% | - |
| HSV(B) | 303.03º | 0.83% | 0.84% | - |
| XYZ | 39.83 | 20.23 | 60.2 | - |
| YUV | 109.49 | 182.47 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 37 | 206 | 0 | 0.83 | 0.04 | 0.16 | 303.03 | 0.71 | 0.49 |
| Hex | D7 | 25 | CE | 0 | 53 | 4 | 10 | 12F | 47 | 31 |
| Octal | 327 | 45 | 316 | 0 | 123 | 4 | 20 | 457 | 107 | 61 |
| Binary | 11010111 | 100101 | 11001110 | 0 | 1010011 | 100 | 10000 | 100101111 | 1000111 | 110001 |
Color Harmonies of #D725CE
Complementary color
Monochromatic Colors of #D725CE
Black with #D725CE
Text Example
Text Example
White with #D725CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D725CE; }
p { color: rgb(215,37,206); }
H1.HeaderClassName
{
color: #D725CE;
}
.AnyTagClassName
{
color: #D725CE;
}
</style>
background-color css
<style>
a { background-color: #D725CE; }
a { background-color: rgb(215,37,206); }
div.DivClassName
{
background-color: #D725CE;
}
.BgClassName
{
background-color: #D725CE;
}
</style>
border-color css
<style>
span { border-color: #D725CE; }
span { border-color: rgb(215,37,206); }
td.TdClassName
{
border-color: #D725CE;
}
.TagClassName
{
border-color: #D725CE;
}
</style>