Shades of Deep Magenta #D226BC
Tints of Deep Magenta #D226BC
RGB
CMYK
RGB Variations
Color information
#D226BC (or 0xD226BC) is known color: Deep Magenta. HEX triplet: D2, 26 and BC. RGB value is (210,38,188). Sum of RGB (Red+Green+Blue) = 210+38+188=436 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.17% from 436); Green value is 38 (15.23% from 255 or 8.72% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 210 - color contains mainly: red. Hex color #D226BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D226BC is #2DD943. Grayscale: #6A6A6A. Windows color (decimal): -3004740 or 12330706. OLE color: 12330706.
HSL color Cylindrical-coordinate representation of color #D226BC: hue angle of 307.67º 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 #D226BC is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 38 | 188 | - |
| CMYK | 0 | 0.82 | 0.10 | 0.18 |
| HSL | 307.67º | 0.69% | 0.49% | - |
| HSV(B) | 307.67º | 0.82% | 0.82% | - |
| XYZ | 36.35 | 18.72 | 49.27 | - |
| YUV | 106.53 | 173.98 | 201.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 38 | 188 | 0 | 0.82 | 0.10 | 0.18 | 307.67 | 0.69 | 0.49 |
| Hex | D2 | 26 | BC | 0 | 52 | A | 12 | 134 | 45 | 31 |
| Octal | 322 | 46 | 274 | 0 | 122 | 12 | 22 | 464 | 105 | 61 |
| Binary | 11010010 | 100110 | 10111100 | 0 | 1010010 | 1010 | 10010 | 100110100 | 1000101 | 110001 |
Color Harmonies of #D226BC
Complementary color
Monochromatic Colors of #D226BC
Black with #D226BC
Text Example
Text Example
White with #D226BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D226BC; }
p { color: rgb(210,38,188); }
H1.HeaderClassName
{
color: #D226BC;
}
.AnyTagClassName
{
color: #D226BC;
}
</style>
background-color css
<style>
a { background-color: #D226BC; }
a { background-color: rgb(210,38,188); }
div.DivClassName
{
background-color: #D226BC;
}
.BgClassName
{
background-color: #D226BC;
}
</style>
border-color css
<style>
span { border-color: #D226BC; }
span { border-color: rgb(210,38,188); }
td.TdClassName
{
border-color: #D226BC;
}
.TagClassName
{
border-color: #D226BC;
}
</style>