Shades of Deep Magenta #D228DF
Tints of Deep Magenta #D228DF
RGB
CMYK
RGB Variations
Color information
#D228DF (or 0xD228DF) is known color: Deep Magenta. HEX triplet: D2, 28 and DF. RGB value is (210,40,223). Sum of RGB (Red+Green+Blue) = 210+40+223=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 40 (16.02% from 255 or 8.46% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #D228DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D228DF is #2DD720. Grayscale: #6F6F6F. Windows color (decimal): -3004193 or 14624978. OLE color: 14624978.
HSL color Cylindrical-coordinate representation of color #D228DF: hue angle of 295.74º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D228DF is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 40 | 223 | - |
| CMYK | 0.06 | 0.82 | 0 | 0.13 |
| HSL | 295.74º | 0.74% | 0.52% | - |
| HSV(B) | 295.74º | 0.82% | 0.87% | - |
| XYZ | 40.66 | 20.55 | 71.64 | - |
| YUV | 111.69 | 190.82 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 40 | 223 | 0.06 | 0.82 | 0 | 0.13 | 295.74 | 0.74 | 0.52 |
| Hex | D2 | 28 | DF | 6 | 52 | 0 | D | 128 | 4A | 34 |
| Octal | 322 | 50 | 337 | 6 | 122 | 0 | 15 | 450 | 112 | 64 |
| Binary | 11010010 | 101000 | 11011111 | 110 | 1010010 | 0 | 1101 | 100101000 | 1001010 | 110100 |
Color Harmonies of #D228DF
Complementary color
Monochromatic Colors of #D228DF
Black with #D228DF
Text Example
Text Example
White with #D228DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D228DF; }
p { color: rgb(210,40,223); }
H1.HeaderClassName
{
color: #D228DF;
}
.AnyTagClassName
{
color: #D228DF;
}
</style>
background-color css
<style>
a { background-color: #D228DF; }
a { background-color: rgb(210,40,223); }
div.DivClassName
{
background-color: #D228DF;
}
.BgClassName
{
background-color: #D228DF;
}
</style>
border-color css
<style>
span { border-color: #D228DF; }
span { border-color: rgb(210,40,223); }
td.TdClassName
{
border-color: #D228DF;
}
.TagClassName
{
border-color: #D228DF;
}
</style>