Shades of Deep Magenta #D225CA
Tints of Deep Magenta #D225CA
RGB
CMYK
RGB Variations
Color information
#D225CA (or 0xD225CA) is known color: Deep Magenta. HEX triplet: D2, 25 and CA. RGB value is (210,37,202). Sum of RGB (Red+Green+Blue) = 210+37+202=449 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.77% from 449); Green value is 37 (14.84% from 255 or 8.24% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 210 - color contains mainly: red. Hex color #D225CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D225CA is #2DDA35. Grayscale: #6B6B6B. Windows color (decimal): -3004982 or 13247954. OLE color: 13247954.
HSL color Cylindrical-coordinate representation of color #D225CA: hue angle of 302.77º 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 #D225CA is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 37 | 202 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.18 |
| HSL | 302.77º | 0.7% | 0.48% | - |
| HSV(B) | 302.77º | 0.82% | 0.82% | - |
| XYZ | 37.9 | 19.29 | 57.6 | - |
| YUV | 107.54 | 181.31 | 201.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 37 | 202 | 0 | 0.82 | 0.04 | 0.18 | 302.77 | 0.7 | 0.48 |
| Hex | D2 | 25 | CA | 0 | 52 | 4 | 12 | 12F | 46 | 30 |
| Octal | 322 | 45 | 312 | 0 | 122 | 4 | 22 | 457 | 106 | 60 |
| Binary | 11010010 | 100101 | 11001010 | 0 | 1010010 | 100 | 10010 | 100101111 | 1000110 | 110000 |
Color Harmonies of #D225CA
Complementary color
Monochromatic Colors of #D225CA
Black with #D225CA
Text Example
Text Example
White with #D225CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D225CA; }
p { color: rgb(210,37,202); }
H1.HeaderClassName
{
color: #D225CA;
}
.AnyTagClassName
{
color: #D225CA;
}
</style>
background-color css
<style>
a { background-color: #D225CA; }
a { background-color: rgb(210,37,202); }
div.DivClassName
{
background-color: #D225CA;
}
.BgClassName
{
background-color: #D225CA;
}
</style>
border-color css
<style>
span { border-color: #D225CA; }
span { border-color: rgb(210,37,202); }
td.TdClassName
{
border-color: #D225CA;
}
.TagClassName
{
border-color: #D225CA;
}
</style>