Shades of Deep Magenta #D228B8
Tints of Deep Magenta #D228B8
RGB
CMYK
RGB Variations
Color information
#D228B8 (or 0xD228B8) is known color: Deep Magenta. HEX triplet: D2, 28 and B8. RGB value is (210,40,184). Sum of RGB (Red+Green+Blue) = 210+40+184=434 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.39% from 434); Green value is 40 (16.02% from 255 or 9.22% from 434); Blue value is 184 (72.27% from 255 or 42.40% from 434); Max value from RGB is 210 - color contains mainly: red. Hex color #D228B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D228B8 is #2DD747. Grayscale: #6A6A6A. Windows color (decimal): -3004232 or 12069074. OLE color: 12069074.
HSL color Cylindrical-coordinate representation of color #D228B8: hue angle of 309.18º 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 #D228B8 is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 40 | 184 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.18 |
| HSL | 309.18º | 0.68% | 0.49% | - |
| HSV(B) | 309.18º | 0.81% | 0.82% | - |
| XYZ | 35.99 | 18.68 | 47.06 | - |
| YUV | 107.25 | 171.32 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 40 | 184 | 0 | 0.81 | 0.12 | 0.18 | 309.18 | 0.68 | 0.49 |
| Hex | D2 | 28 | B8 | 0 | 51 | C | 12 | 135 | 44 | 31 |
| Octal | 322 | 50 | 270 | 0 | 121 | 14 | 22 | 465 | 104 | 61 |
| Binary | 11010010 | 101000 | 10111000 | 0 | 1010001 | 1100 | 10010 | 100110101 | 1000100 | 110001 |
Color Harmonies of #D228B8
Complementary color
Monochromatic Colors of #D228B8
Black with #D228B8
Text Example
Text Example
White with #D228B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D228B8; }
p { color: rgb(210,40,184); }
H1.HeaderClassName
{
color: #D228B8;
}
.AnyTagClassName
{
color: #D228B8;
}
</style>
background-color css
<style>
a { background-color: #D228B8; }
a { background-color: rgb(210,40,184); }
div.DivClassName
{
background-color: #D228B8;
}
.BgClassName
{
background-color: #D228B8;
}
</style>
border-color css
<style>
span { border-color: #D228B8; }
span { border-color: rgb(210,40,184); }
td.TdClassName
{
border-color: #D228B8;
}
.TagClassName
{
border-color: #D228B8;
}
</style>