Shades of Deep Magenta #D025C7
Tints of Deep Magenta #D025C7
RGB
CMYK
RGB Variations
Color information
#D025C7 (or 0xD025C7) is known color: Deep Magenta. HEX triplet: D0, 25 and C7. RGB value is (208,37,199). Sum of RGB (Red+Green+Blue) = 208+37+199=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 37 (14.84% from 255 or 8.33% from 444); Blue value is 199 (78.12% from 255 or 44.82% from 444); Max value from RGB is 208 - color contains mainly: red. Hex color #D025C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D025C7 is #2FDA38. Grayscale: #6A6A6A. Windows color (decimal): -3136057 or 13051344. OLE color: 13051344.
HSL color Cylindrical-coordinate representation of color #D025C7: hue angle of 303.16º 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 #D025C7 is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 37 | 199 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.18 |
| HSL | 303.16º | 0.7% | 0.48% | - |
| HSV(B) | 303.16º | 0.82% | 0.82% | - |
| XYZ | 36.98 | 18.86 | 55.72 | - |
| YUV | 106.6 | 180.15 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 37 | 199 | 0 | 0.82 | 0.04 | 0.18 | 303.16 | 0.7 | 0.48 |
| Hex | D0 | 25 | C7 | 0 | 52 | 4 | 12 | 12F | 46 | 30 |
| Octal | 320 | 45 | 307 | 0 | 122 | 4 | 22 | 457 | 106 | 60 |
| Binary | 11010000 | 100101 | 11000111 | 0 | 1010010 | 100 | 10010 | 100101111 | 1000110 | 110000 |
Color Harmonies of #D025C7
Complementary color
Monochromatic Colors of #D025C7
Black with #D025C7
Text Example
Text Example
White with #D025C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D025C7; }
p { color: rgb(208,37,199); }
H1.HeaderClassName
{
color: #D025C7;
}
.AnyTagClassName
{
color: #D025C7;
}
</style>
background-color css
<style>
a { background-color: #D025C7; }
a { background-color: rgb(208,37,199); }
div.DivClassName
{
background-color: #D025C7;
}
.BgClassName
{
background-color: #D025C7;
}
</style>
border-color css
<style>
span { border-color: #D025C7; }
span { border-color: rgb(208,37,199); }
td.TdClassName
{
border-color: #D025C7;
}
.TagClassName
{
border-color: #D025C7;
}
</style>