Shades of Deep Magenta #D025CE
Tints of Deep Magenta #D025CE
RGB
CMYK
RGB Variations
Color information
#D025CE (or 0xD025CE) is known color: Deep Magenta. HEX triplet: D0, 25 and CE. RGB value is (208,37,206). Sum of RGB (Red+Green+Blue) = 208+37+206=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 37 (14.84% from 255 or 8.20% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 208 - color contains mainly: red. Hex color #D025CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D025CE is #2FDA31. Grayscale: #6A6A6A. Windows color (decimal): -3136050 or 13510096. OLE color: 13510096.
HSL color Cylindrical-coordinate representation of color #D025CE: hue angle of 300.7º 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 #D025CE is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 37 | 206 | - |
| CMYK | 0 | 0.82 | 0.01 | 0.18 |
| HSL | 300.7º | 0.7% | 0.48% | - |
| HSV(B) | 300.7º | 0.82% | 0.82% | - |
| XYZ | 37.81 | 19.19 | 60.1 | - |
| YUV | 107.4 | 183.65 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 37 | 206 | 0 | 0.82 | 0.01 | 0.18 | 300.7 | 0.7 | 0.48 |
| Hex | D0 | 25 | CE | 0 | 52 | 1 | 12 | 12D | 46 | 30 |
| Octal | 320 | 45 | 316 | 0 | 122 | 1 | 22 | 455 | 106 | 60 |
| Binary | 11010000 | 100101 | 11001110 | 0 | 1010010 | 1 | 10010 | 100101101 | 1000110 | 110000 |
Color Harmonies of #D025CE
Complementary color
Monochromatic Colors of #D025CE
Black with #D025CE
Text Example
Text Example
White with #D025CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D025CE; }
p { color: rgb(208,37,206); }
H1.HeaderClassName
{
color: #D025CE;
}
.AnyTagClassName
{
color: #D025CE;
}
</style>
background-color css
<style>
a { background-color: #D025CE; }
a { background-color: rgb(208,37,206); }
div.DivClassName
{
background-color: #D025CE;
}
.BgClassName
{
background-color: #D025CE;
}
</style>
border-color css
<style>
span { border-color: #D025CE; }
span { border-color: rgb(208,37,206); }
td.TdClassName
{
border-color: #D025CE;
}
.TagClassName
{
border-color: #D025CE;
}
</style>