Shades of Deep Magenta #D228C7
Tints of Deep Magenta #D228C7
RGB
CMYK
RGB Variations
Color information
#D228C7 (or 0xD228C7) is known color: Deep Magenta. HEX triplet: D2, 28 and C7. RGB value is (210,40,199). Sum of RGB (Red+Green+Blue) = 210+40+199=449 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.77% from 449); Green value is 40 (16.02% from 255 or 8.91% from 449); Blue value is 199 (78.12% from 255 or 44.32% from 449); Max value from RGB is 210 - color contains mainly: red. Hex color #D228C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D228C7 is #2DD738. Grayscale: #6C6C6C. Windows color (decimal): -3004217 or 13052114. OLE color: 13052114.
HSL color Cylindrical-coordinate representation of color #D228C7: hue angle of 303.88º 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 #D228C7 is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 40 | 199 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.18 |
| HSL | 303.88º | 0.68% | 0.49% | - |
| HSV(B) | 303.88º | 0.81% | 0.82% | - |
| XYZ | 37.65 | 19.34 | 55.78 | - |
| YUV | 108.96 | 178.82 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 40 | 199 | 0 | 0.81 | 0.05 | 0.18 | 303.88 | 0.68 | 0.49 |
| Hex | D2 | 28 | C7 | 0 | 51 | 5 | 12 | 130 | 44 | 31 |
| Octal | 322 | 50 | 307 | 0 | 121 | 5 | 22 | 460 | 104 | 61 |
| Binary | 11010010 | 101000 | 11000111 | 0 | 1010001 | 101 | 10010 | 100110000 | 1000100 | 110001 |
Color Harmonies of #D228C7
Complementary color
Monochromatic Colors of #D228C7
Black with #D228C7
Text Example
Text Example
White with #D228C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D228C7; }
p { color: rgb(210,40,199); }
H1.HeaderClassName
{
color: #D228C7;
}
.AnyTagClassName
{
color: #D228C7;
}
</style>
background-color css
<style>
a { background-color: #D228C7; }
a { background-color: rgb(210,40,199); }
div.DivClassName
{
background-color: #D228C7;
}
.BgClassName
{
background-color: #D228C7;
}
</style>
border-color css
<style>
span { border-color: #D228C7; }
span { border-color: rgb(210,40,199); }
td.TdClassName
{
border-color: #D228C7;
}
.TagClassName
{
border-color: #D228C7;
}
</style>