Shades of Deep Magenta #D125CE
Tints of Deep Magenta #D125CE
RGB
CMYK
RGB Variations
Color information
#D125CE (or 0xD125CE) is known color: Deep Magenta. HEX triplet: D1, 25 and CE. RGB value is (209,37,206). Sum of RGB (Red+Green+Blue) = 209+37+206=452 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.24% from 452); Green value is 37 (14.84% from 255 or 8.19% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 209 - color contains mainly: red. Hex color #D125CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D125CE is #2EDA31. Grayscale: #6B6B6B. Windows color (decimal): -3070514 or 13510097. OLE color: 13510097.
HSL color Cylindrical-coordinate representation of color #D125CE: hue angle of 301.05º 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 #D125CE is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 37 | 206 | - |
| CMYK | 0 | 0.82 | 0.01 | 0.18 |
| HSL | 301.05º | 0.7% | 0.48% | - |
| HSV(B) | 301.05º | 0.82% | 0.82% | - |
| XYZ | 38.1 | 19.33 | 60.12 | - |
| YUV | 107.69 | 183.48 | 200.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 37 | 206 | 0 | 0.82 | 0.01 | 0.18 | 301.05 | 0.7 | 0.48 |
| Hex | D1 | 25 | CE | 0 | 52 | 1 | 12 | 12D | 46 | 30 |
| Octal | 321 | 45 | 316 | 0 | 122 | 1 | 22 | 455 | 106 | 60 |
| Binary | 11010001 | 100101 | 11001110 | 0 | 1010010 | 1 | 10010 | 100101101 | 1000110 | 110000 |
Color Harmonies of #D125CE
Complementary color
Monochromatic Colors of #D125CE
Black with #D125CE
Text Example
Text Example
White with #D125CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D125CE; }
p { color: rgb(209,37,206); }
H1.HeaderClassName
{
color: #D125CE;
}
.AnyTagClassName
{
color: #D125CE;
}
</style>
background-color css
<style>
a { background-color: #D125CE; }
a { background-color: rgb(209,37,206); }
div.DivClassName
{
background-color: #D125CE;
}
.BgClassName
{
background-color: #D125CE;
}
</style>
border-color css
<style>
span { border-color: #D125CE; }
span { border-color: rgb(209,37,206); }
td.TdClassName
{
border-color: #D125CE;
}
.TagClassName
{
border-color: #D125CE;
}
</style>