Shades of Deep Magenta #D226BA
Tints of Deep Magenta #D226BA
RGB
CMYK
RGB Variations
Color information
#D226BA (or 0xD226BA) is known color: Deep Magenta. HEX triplet: D2, 26 and BA. RGB value is (210,38,186). Sum of RGB (Red+Green+Blue) = 210+38+186=434 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.39% from 434); Green value is 38 (15.23% from 255 or 8.76% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 210 - color contains mainly: red. Hex color #D226BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D226BA is #2DD945. Grayscale: #696969. Windows color (decimal): -3004742 or 12199634. OLE color: 12199634.
HSL color Cylindrical-coordinate representation of color #D226BA: hue angle of 308.37º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D226BA is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 38 | 186 | - |
| CMYK | 0 | 0.82 | 0.11 | 0.18 |
| HSL | 308.37º | 0.69% | 0.49% | - |
| HSV(B) | 308.37º | 0.82% | 0.82% | - |
| XYZ | 36.13 | 18.63 | 48.15 | - |
| YUV | 106.3 | 172.98 | 201.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 38 | 186 | 0 | 0.82 | 0.11 | 0.18 | 308.37 | 0.69 | 0.49 |
| Hex | D2 | 26 | BA | 0 | 52 | B | 12 | 134 | 45 | 31 |
| Octal | 322 | 46 | 272 | 0 | 122 | 13 | 22 | 464 | 105 | 61 |
| Binary | 11010010 | 100110 | 10111010 | 0 | 1010010 | 1011 | 10010 | 100110100 | 1000101 | 110001 |
Color Harmonies of #D226BA
Complementary color
Monochromatic Colors of #D226BA
Black with #D226BA
Text Example
Text Example
White with #D226BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D226BA; }
p { color: rgb(210,38,186); }
H1.HeaderClassName
{
color: #D226BA;
}
.AnyTagClassName
{
color: #D226BA;
}
</style>
background-color css
<style>
a { background-color: #D226BA; }
a { background-color: rgb(210,38,186); }
div.DivClassName
{
background-color: #D226BA;
}
.BgClassName
{
background-color: #D226BA;
}
</style>
border-color css
<style>
span { border-color: #D226BA; }
span { border-color: rgb(210,38,186); }
td.TdClassName
{
border-color: #D226BA;
}
.TagClassName
{
border-color: #D226BA;
}
</style>