Shades of Deep Magenta #D228B5
Tints of Deep Magenta #D228B5
RGB
CMYK
RGB Variations
Color information
#D228B5 (or 0xD228B5) is known color: Deep Magenta. HEX triplet: D2, 28 and B5. RGB value is (210,40,181). Sum of RGB (Red+Green+Blue) = 210+40+181=431 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.72% from 431); Green value is 40 (16.02% from 255 or 9.28% from 431); Blue value is 181 (71.09% from 255 or 42.00% from 431); Max value from RGB is 210 - color contains mainly: red. Hex color #D228B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D228B5 is #2DD74A. Grayscale: #6A6A6A. Windows color (decimal): -3004235 or 11872466. OLE color: 11872466.
HSL color Cylindrical-coordinate representation of color #D228B5: hue angle of 310.24º 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 #D228B5 is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 40 | 181 | - |
| CMYK | 0 | 0.81 | 0.14 | 0.18 |
| HSL | 310.24º | 0.68% | 0.49% | - |
| HSV(B) | 310.24º | 0.81% | 0.82% | - |
| XYZ | 35.68 | 18.56 | 45.42 | - |
| YUV | 106.9 | 169.82 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 40 | 181 | 0 | 0.81 | 0.14 | 0.18 | 310.24 | 0.68 | 0.49 |
| Hex | D2 | 28 | B5 | 0 | 51 | E | 12 | 136 | 44 | 31 |
| Octal | 322 | 50 | 265 | 0 | 121 | 16 | 22 | 466 | 104 | 61 |
| Binary | 11010010 | 101000 | 10110101 | 0 | 1010001 | 1110 | 10010 | 100110110 | 1000100 | 110001 |
Color Harmonies of #D228B5
Complementary color
Monochromatic Colors of #D228B5
Black with #D228B5
Text Example
Text Example
White with #D228B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D228B5; }
p { color: rgb(210,40,181); }
H1.HeaderClassName
{
color: #D228B5;
}
.AnyTagClassName
{
color: #D228B5;
}
</style>
background-color css
<style>
a { background-color: #D228B5; }
a { background-color: rgb(210,40,181); }
div.DivClassName
{
background-color: #D228B5;
}
.BgClassName
{
background-color: #D228B5;
}
</style>
border-color css
<style>
span { border-color: #D228B5; }
span { border-color: rgb(210,40,181); }
td.TdClassName
{
border-color: #D228B5;
}
.TagClassName
{
border-color: #D228B5;
}
</style>