Shades of Deep Magenta #D229BC
Tints of Deep Magenta #D229BC
RGB
CMYK
RGB Variations
Color information
#D229BC (or 0xD229BC) is known color: Deep Magenta. HEX triplet: D2, 29 and BC. RGB value is (210,41,188). Sum of RGB (Red+Green+Blue) = 210+41+188=439 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.84% from 439); Green value is 41 (16.41% from 255 or 9.34% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 210 - color contains mainly: red. Hex color #D229BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D229BC is #2DD643. Grayscale: #6B6B6B. Windows color (decimal): -3003972 or 12331474. OLE color: 12331474.
HSL color Cylindrical-coordinate representation of color #D229BC: hue angle of 307.81º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D229BC is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 41 | 188 | - |
| CMYK | 0 | 0.80 | 0.10 | 0.18 |
| HSL | 307.81º | 0.67% | 0.49% | - |
| HSV(B) | 307.81º | 0.8% | 0.82% | - |
| XYZ | 36.45 | 18.92 | 49.31 | - |
| YUV | 108.29 | 172.99 | 200.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 41 | 188 | 0 | 0.80 | 0.10 | 0.18 | 307.81 | 0.67 | 0.49 |
| Hex | D2 | 29 | BC | 0 | 50 | A | 12 | 134 | 43 | 31 |
| Octal | 322 | 51 | 274 | 0 | 120 | 12 | 22 | 464 | 103 | 61 |
| Binary | 11010010 | 101001 | 10111100 | 0 | 1010000 | 1010 | 10010 | 100110100 | 1000011 | 110001 |
Color Harmonies of #D229BC
Complementary color
Monochromatic Colors of #D229BC
Black with #D229BC
Text Example
Text Example
White with #D229BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D229BC; }
p { color: rgb(210,41,188); }
H1.HeaderClassName
{
color: #D229BC;
}
.AnyTagClassName
{
color: #D229BC;
}
</style>
background-color css
<style>
a { background-color: #D229BC; }
a { background-color: rgb(210,41,188); }
div.DivClassName
{
background-color: #D229BC;
}
.BgClassName
{
background-color: #D229BC;
}
</style>
border-color css
<style>
span { border-color: #D229BC; }
span { border-color: rgb(210,41,188); }
td.TdClassName
{
border-color: #D229BC;
}
.TagClassName
{
border-color: #D229BC;
}
</style>