Shades of Deep Magenta #D025C0
Tints of Deep Magenta #D025C0
RGB
CMYK
RGB Variations
Color information
#D025C0 (or 0xD025C0) is known color: Deep Magenta. HEX triplet: D0, 25 and C0. RGB value is (208,37,192). Sum of RGB (Red+Green+Blue) = 208+37+192=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 37 (14.84% from 255 or 8.47% from 437); Blue value is 192 (75.39% from 255 or 43.94% from 437); Max value from RGB is 208 - color contains mainly: red. Hex color #D025C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D025C0 is #2FDA3F. Grayscale: #696969. Windows color (decimal): -3136064 or 12592592. OLE color: 12592592.
HSL color Cylindrical-coordinate representation of color #D025C0: hue angle of 305.61º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D025C0 is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 37 | 192 | - |
| CMYK | 0 | 0.82 | 0.08 | 0.18 |
| HSL | 305.61º | 0.7% | 0.48% | - |
| HSV(B) | 305.61º | 0.82% | 0.82% | - |
| XYZ | 36.19 | 18.54 | 51.54 | - |
| YUV | 105.8 | 176.65 | 200.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 37 | 192 | 0 | 0.82 | 0.08 | 0.18 | 305.61 | 0.7 | 0.48 |
| Hex | D0 | 25 | C0 | 0 | 52 | 8 | 12 | 132 | 46 | 30 |
| Octal | 320 | 45 | 300 | 0 | 122 | 10 | 22 | 462 | 106 | 60 |
| Binary | 11010000 | 100101 | 11000000 | 0 | 1010010 | 1000 | 10010 | 100110010 | 1000110 | 110000 |
Color Harmonies of #D025C0
Complementary color
Monochromatic Colors of #D025C0
Black with #D025C0
Text Example
Text Example
White with #D025C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D025C0; }
p { color: rgb(208,37,192); }
H1.HeaderClassName
{
color: #D025C0;
}
.AnyTagClassName
{
color: #D025C0;
}
</style>
background-color css
<style>
a { background-color: #D025C0; }
a { background-color: rgb(208,37,192); }
div.DivClassName
{
background-color: #D025C0;
}
.BgClassName
{
background-color: #D025C0;
}
</style>
border-color css
<style>
span { border-color: #D025C0; }
span { border-color: rgb(208,37,192); }
td.TdClassName
{
border-color: #D025C0;
}
.TagClassName
{
border-color: #D025C0;
}
</style>