Shades of Deep Magenta #D226C7
Tints of Deep Magenta #D226C7
RGB
CMYK
RGB Variations
Color information
#D226C7 (or 0xD226C7) is known color: Deep Magenta. HEX triplet: D2, 26 and C7. RGB value is (210,38,199). Sum of RGB (Red+Green+Blue) = 210+38+199=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 38 (15.23% from 255 or 8.50% from 447); Blue value is 199 (78.12% from 255 or 44.52% from 447); Max value from RGB is 210 - color contains mainly: red. Hex color #D226C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D226C7 is #2DD938. Grayscale: #6B6B6B. Windows color (decimal): -3004729 or 13051602. OLE color: 13051602.
HSL color Cylindrical-coordinate representation of color #D226C7: hue angle of 303.84º 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 #D226C7 is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 38 | 199 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.18 |
| HSL | 303.84º | 0.69% | 0.49% | - |
| HSV(B) | 303.84º | 0.82% | 0.82% | - |
| XYZ | 37.58 | 19.21 | 55.76 | - |
| YUV | 107.78 | 179.48 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 38 | 199 | 0 | 0.82 | 0.05 | 0.18 | 303.84 | 0.69 | 0.49 |
| Hex | D2 | 26 | C7 | 0 | 52 | 5 | 12 | 130 | 45 | 31 |
| Octal | 322 | 46 | 307 | 0 | 122 | 5 | 22 | 460 | 105 | 61 |
| Binary | 11010010 | 100110 | 11000111 | 0 | 1010010 | 101 | 10010 | 100110000 | 1000101 | 110001 |
Color Harmonies of #D226C7
Complementary color
Monochromatic Colors of #D226C7
Black with #D226C7
Text Example
Text Example
White with #D226C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D226C7; }
p { color: rgb(210,38,199); }
H1.HeaderClassName
{
color: #D226C7;
}
.AnyTagClassName
{
color: #D226C7;
}
</style>
background-color css
<style>
a { background-color: #D226C7; }
a { background-color: rgb(210,38,199); }
div.DivClassName
{
background-color: #D226C7;
}
.BgClassName
{
background-color: #D226C7;
}
</style>
border-color css
<style>
span { border-color: #D226C7; }
span { border-color: rgb(210,38,199); }
td.TdClassName
{
border-color: #D226C7;
}
.TagClassName
{
border-color: #D226C7;
}
</style>