Shades of Deep Magenta #D226BF
Tints of Deep Magenta #D226BF
RGB
CMYK
RGB Variations
Color information
#D226BF (or 0xD226BF) is known color: Deep Magenta. HEX triplet: D2, 26 and BF. RGB value is (210,38,191). Sum of RGB (Red+Green+Blue) = 210+38+191=439 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.84% from 439); Green value is 38 (15.23% from 255 or 8.66% from 439); Blue value is 191 (75% from 255 or 43.51% from 439); Max value from RGB is 210 - color contains mainly: red. Hex color #D226BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D226BF is #2DD940. Grayscale: #6A6A6A. Windows color (decimal): -3004737 or 12527314. OLE color: 12527314.
HSL color Cylindrical-coordinate representation of color #D226BF: hue angle of 306.63º 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 #D226BF is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 38 | 191 | - |
| CMYK | 0 | 0.82 | 0.09 | 0.18 |
| HSL | 306.63º | 0.69% | 0.49% | - |
| HSV(B) | 306.63º | 0.82% | 0.82% | - |
| XYZ | 36.68 | 18.85 | 51 | - |
| YUV | 106.87 | 175.48 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 38 | 191 | 0 | 0.82 | 0.09 | 0.18 | 306.63 | 0.69 | 0.49 |
| Hex | D2 | 26 | BF | 0 | 52 | 9 | 12 | 133 | 45 | 31 |
| Octal | 322 | 46 | 277 | 0 | 122 | 11 | 22 | 463 | 105 | 61 |
| Binary | 11010010 | 100110 | 10111111 | 0 | 1010010 | 1001 | 10010 | 100110011 | 1000101 | 110001 |
Color Harmonies of #D226BF
Complementary color
Monochromatic Colors of #D226BF
Black with #D226BF
Text Example
Text Example
White with #D226BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D226BF; }
p { color: rgb(210,38,191); }
H1.HeaderClassName
{
color: #D226BF;
}
.AnyTagClassName
{
color: #D226BF;
}
</style>
background-color css
<style>
a { background-color: #D226BF; }
a { background-color: rgb(210,38,191); }
div.DivClassName
{
background-color: #D226BF;
}
.BgClassName
{
background-color: #D226BF;
}
</style>
border-color css
<style>
span { border-color: #D226BF; }
span { border-color: rgb(210,38,191); }
td.TdClassName
{
border-color: #D226BF;
}
.TagClassName
{
border-color: #D226BF;
}
</style>