Shades of Deep Magenta #D025C5
Tints of Deep Magenta #D025C5
RGB
CMYK
RGB Variations
Color information
#D025C5 (or 0xD025C5) is known color: Deep Magenta. HEX triplet: D0, 25 and C5. RGB value is (208,37,197). Sum of RGB (Red+Green+Blue) = 208+37+197=442 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.06% from 442); Green value is 37 (14.84% from 255 or 8.37% from 442); Blue value is 197 (77.34% from 255 or 44.57% from 442); Max value from RGB is 208 - color contains mainly: red. Hex color #D025C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D025C5 is #2FDA3A. Grayscale: #696969. Windows color (decimal): -3136059 or 12920272. OLE color: 12920272.
HSL color Cylindrical-coordinate representation of color #D025C5: hue angle of 303.86º 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 #D025C5 is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 37 | 197 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.18 |
| HSL | 303.86º | 0.7% | 0.48% | - |
| HSV(B) | 303.86º | 0.82% | 0.82% | - |
| XYZ | 36.75 | 18.76 | 54.51 | - |
| YUV | 106.37 | 179.15 | 200.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 37 | 197 | 0 | 0.82 | 0.05 | 0.18 | 303.86 | 0.7 | 0.48 |
| Hex | D0 | 25 | C5 | 0 | 52 | 5 | 12 | 130 | 46 | 30 |
| Octal | 320 | 45 | 305 | 0 | 122 | 5 | 22 | 460 | 106 | 60 |
| Binary | 11010000 | 100101 | 11000101 | 0 | 1010010 | 101 | 10010 | 100110000 | 1000110 | 110000 |
Color Harmonies of #D025C5
Complementary color
Monochromatic Colors of #D025C5
Black with #D025C5
Text Example
Text Example
White with #D025C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D025C5; }
p { color: rgb(208,37,197); }
H1.HeaderClassName
{
color: #D025C5;
}
.AnyTagClassName
{
color: #D025C5;
}
</style>
background-color css
<style>
a { background-color: #D025C5; }
a { background-color: rgb(208,37,197); }
div.DivClassName
{
background-color: #D025C5;
}
.BgClassName
{
background-color: #D025C5;
}
</style>
border-color css
<style>
span { border-color: #D025C5; }
span { border-color: rgb(208,37,197); }
td.TdClassName
{
border-color: #D025C5;
}
.TagClassName
{
border-color: #D025C5;
}
</style>