Shades of Deep Magenta #D226DD
Tints of Deep Magenta #D226DD
RGB
CMYK
RGB Variations
Color information
#D226DD (or 0xD226DD) is known color: Deep Magenta. HEX triplet: D2, 26 and DD. RGB value is (210,38,221). Sum of RGB (Red+Green+Blue) = 210+38+221=469 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.78% from 469); Green value is 38 (15.23% from 255 or 8.10% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #D226DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D226DD is #2DD922. Grayscale: #6D6D6D. Windows color (decimal): -3004707 or 14493394. OLE color: 14493394.
HSL color Cylindrical-coordinate representation of color #D226DD: hue angle of 296.39º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D226DD is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 38 | 221 | - |
| CMYK | 0.05 | 0.83 | 0 | 0.13 |
| HSL | 296.39º | 0.73% | 0.51% | - |
| HSV(B) | 296.39º | 0.83% | 0.87% | - |
| XYZ | 40.32 | 20.31 | 70.2 | - |
| YUV | 110.29 | 190.48 | 199.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 38 | 221 | 0.05 | 0.83 | 0 | 0.13 | 296.39 | 0.73 | 0.51 |
| Hex | D2 | 26 | DD | 5 | 53 | 0 | D | 128 | 49 | 33 |
| Octal | 322 | 46 | 335 | 5 | 123 | 0 | 15 | 450 | 111 | 63 |
| Binary | 11010010 | 100110 | 11011101 | 101 | 1010011 | 0 | 1101 | 100101000 | 1001001 | 110011 |
Color Harmonies of #D226DD
Complementary color
Monochromatic Colors of #D226DD
Black with #D226DD
Text Example
Text Example
White with #D226DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D226DD; }
p { color: rgb(210,38,221); }
H1.HeaderClassName
{
color: #D226DD;
}
.AnyTagClassName
{
color: #D226DD;
}
</style>
background-color css
<style>
a { background-color: #D226DD; }
a { background-color: rgb(210,38,221); }
div.DivClassName
{
background-color: #D226DD;
}
.BgClassName
{
background-color: #D226DD;
}
</style>
border-color css
<style>
span { border-color: #D226DD; }
span { border-color: rgb(210,38,221); }
td.TdClassName
{
border-color: #D226DD;
}
.TagClassName
{
border-color: #D226DD;
}
</style>