Shades of Deep Magenta #D228C5
Tints of Deep Magenta #D228C5
RGB
CMYK
RGB Variations
Color information
#D228C5 (or 0xD228C5) is known color: Deep Magenta. HEX triplet: D2, 28 and C5. RGB value is (210,40,197). Sum of RGB (Red+Green+Blue) = 210+40+197=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 40 (16.02% from 255 or 8.95% from 447); Blue value is 197 (77.34% from 255 or 44.07% from 447); Max value from RGB is 210 - color contains mainly: red. Hex color #D228C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D228C5 is #2DD73A. Grayscale: #6C6C6C. Windows color (decimal): -3004219 or 12921042. OLE color: 12921042.
HSL color Cylindrical-coordinate representation of color #D228C5: hue angle of 304.59º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D228C5 is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 40 | 197 | - |
| CMYK | 0 | 0.81 | 0.06 | 0.18 |
| HSL | 304.59º | 0.68% | 0.49% | - |
| HSV(B) | 304.59º | 0.81% | 0.82% | - |
| XYZ | 37.42 | 19.25 | 54.57 | - |
| YUV | 108.73 | 177.82 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 40 | 197 | 0 | 0.81 | 0.06 | 0.18 | 304.59 | 0.68 | 0.49 |
| Hex | D2 | 28 | C5 | 0 | 51 | 6 | 12 | 131 | 44 | 31 |
| Octal | 322 | 50 | 305 | 0 | 121 | 6 | 22 | 461 | 104 | 61 |
| Binary | 11010010 | 101000 | 11000101 | 0 | 1010001 | 110 | 10010 | 100110001 | 1000100 | 110001 |
Color Harmonies of #D228C5
Complementary color
Monochromatic Colors of #D228C5
Black with #D228C5
Text Example
Text Example
White with #D228C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D228C5; }
p { color: rgb(210,40,197); }
H1.HeaderClassName
{
color: #D228C5;
}
.AnyTagClassName
{
color: #D228C5;
}
</style>
background-color css
<style>
a { background-color: #D228C5; }
a { background-color: rgb(210,40,197); }
div.DivClassName
{
background-color: #D228C5;
}
.BgClassName
{
background-color: #D228C5;
}
</style>
border-color css
<style>
span { border-color: #D228C5; }
span { border-color: rgb(210,40,197); }
td.TdClassName
{
border-color: #D228C5;
}
.TagClassName
{
border-color: #D228C5;
}
</style>