Shades of Deep Magenta #D225BC
Tints of Deep Magenta #D225BC
RGB
CMYK
RGB Variations
Color information
#D225BC (or 0xD225BC) is known color: Deep Magenta. HEX triplet: D2, 25 and BC. RGB value is (210,37,188). Sum of RGB (Red+Green+Blue) = 210+37+188=435 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.28% from 435); Green value is 37 (14.84% from 255 or 8.51% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 210 - color contains mainly: red. Hex color #D225BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D225BC is #2DDA43. Grayscale: #696969. Windows color (decimal): -3004996 or 12330450. OLE color: 12330450.
HSL color Cylindrical-coordinate representation of color #D225BC: hue angle of 307.63º 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 #D225BC is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 37 | 188 | - |
| CMYK | 0 | 0.82 | 0.10 | 0.18 |
| HSL | 307.63º | 0.7% | 0.48% | - |
| HSV(B) | 307.63º | 0.82% | 0.82% | - |
| XYZ | 36.32 | 18.66 | 49.26 | - |
| YUV | 105.94 | 174.31 | 202.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 37 | 188 | 0 | 0.82 | 0.10 | 0.18 | 307.63 | 0.7 | 0.48 |
| Hex | D2 | 25 | BC | 0 | 52 | A | 12 | 134 | 46 | 30 |
| Octal | 322 | 45 | 274 | 0 | 122 | 12 | 22 | 464 | 106 | 60 |
| Binary | 11010010 | 100101 | 10111100 | 0 | 1010010 | 1010 | 10010 | 100110100 | 1000110 | 110000 |
Color Harmonies of #D225BC
Complementary color
Monochromatic Colors of #D225BC
Black with #D225BC
Text Example
Text Example
White with #D225BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D225BC; }
p { color: rgb(210,37,188); }
H1.HeaderClassName
{
color: #D225BC;
}
.AnyTagClassName
{
color: #D225BC;
}
</style>
background-color css
<style>
a { background-color: #D225BC; }
a { background-color: rgb(210,37,188); }
div.DivClassName
{
background-color: #D225BC;
}
.BgClassName
{
background-color: #D225BC;
}
</style>
border-color css
<style>
span { border-color: #D225BC; }
span { border-color: rgb(210,37,188); }
td.TdClassName
{
border-color: #D225BC;
}
.TagClassName
{
border-color: #D225BC;
}
</style>