Shades of Deep Magenta #D225CF
Tints of Deep Magenta #D225CF
RGB
CMYK
RGB Variations
Color information
#D225CF (or 0xD225CF) is known color: Deep Magenta. HEX triplet: D2, 25 and CF. RGB value is (210,37,207). Sum of RGB (Red+Green+Blue) = 210+37+207=454 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.26% from 454); Green value is 37 (14.84% from 255 or 8.15% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 210 - color contains mainly: red. Hex color #D225CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D225CF is #2DDA30. Grayscale: #6B6B6B. Windows color (decimal): -3004977 or 13575634. OLE color: 13575634.
HSL color Cylindrical-coordinate representation of color #D225CF: hue angle of 301.04º 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 #D225CF is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 37 | 207 | - |
| CMYK | 0 | 0.82 | 0.01 | 0.18 |
| HSL | 301.04º | 0.7% | 0.48% | - |
| HSV(B) | 301.04º | 0.82% | 0.82% | - |
| XYZ | 38.5 | 19.53 | 60.77 | - |
| YUV | 108.11 | 183.81 | 200.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 37 | 207 | 0 | 0.82 | 0.01 | 0.18 | 301.04 | 0.7 | 0.48 |
| Hex | D2 | 25 | CF | 0 | 52 | 1 | 12 | 12D | 46 | 30 |
| Octal | 322 | 45 | 317 | 0 | 122 | 1 | 22 | 455 | 106 | 60 |
| Binary | 11010010 | 100101 | 11001111 | 0 | 1010010 | 1 | 10010 | 100101101 | 1000110 | 110000 |
Color Harmonies of #D225CF
Complementary color
Monochromatic Colors of #D225CF
Black with #D225CF
Text Example
Text Example
White with #D225CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D225CF; }
p { color: rgb(210,37,207); }
H1.HeaderClassName
{
color: #D225CF;
}
.AnyTagClassName
{
color: #D225CF;
}
</style>
background-color css
<style>
a { background-color: #D225CF; }
a { background-color: rgb(210,37,207); }
div.DivClassName
{
background-color: #D225CF;
}
.BgClassName
{
background-color: #D225CF;
}
</style>
border-color css
<style>
span { border-color: #D225CF; }
span { border-color: rgb(210,37,207); }
td.TdClassName
{
border-color: #D225CF;
}
.TagClassName
{
border-color: #D225CF;
}
</style>