Shades of Deep Magenta #D228BC
Tints of Deep Magenta #D228BC
RGB
CMYK
RGB Variations
Color information
#D228BC (or 0xD228BC) is known color: Deep Magenta. HEX triplet: D2, 28 and BC. RGB value is (210,40,188). Sum of RGB (Red+Green+Blue) = 210+40+188=438 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.95% from 438); Green value is 40 (16.02% from 255 or 9.13% from 438); Blue value is 188 (73.83% from 255 or 42.92% from 438); Max value from RGB is 210 - color contains mainly: red. Hex color #D228BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D228BC is #2DD743. Grayscale: #6B6B6B. Windows color (decimal): -3004228 or 12331218. OLE color: 12331218.
HSL color Cylindrical-coordinate representation of color #D228BC: hue angle of 307.76º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D228BC is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 40 | 188 | - |
| CMYK | 0 | 0.81 | 0.10 | 0.18 |
| HSL | 307.76º | 0.68% | 0.49% | - |
| HSV(B) | 307.76º | 0.81% | 0.82% | - |
| XYZ | 36.41 | 18.85 | 49.3 | - |
| YUV | 107.7 | 173.32 | 200.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 40 | 188 | 0 | 0.81 | 0.10 | 0.18 | 307.76 | 0.68 | 0.49 |
| Hex | D2 | 28 | BC | 0 | 51 | A | 12 | 134 | 44 | 31 |
| Octal | 322 | 50 | 274 | 0 | 121 | 12 | 22 | 464 | 104 | 61 |
| Binary | 11010010 | 101000 | 10111100 | 0 | 1010001 | 1010 | 10010 | 100110100 | 1000100 | 110001 |
Color Harmonies of #D228BC
Complementary color
Monochromatic Colors of #D228BC
Black with #D228BC
Text Example
Text Example
White with #D228BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D228BC; }
p { color: rgb(210,40,188); }
H1.HeaderClassName
{
color: #D228BC;
}
.AnyTagClassName
{
color: #D228BC;
}
</style>
background-color css
<style>
a { background-color: #D228BC; }
a { background-color: rgb(210,40,188); }
div.DivClassName
{
background-color: #D228BC;
}
.BgClassName
{
background-color: #D228BC;
}
</style>
border-color css
<style>
span { border-color: #D228BC; }
span { border-color: rgb(210,40,188); }
td.TdClassName
{
border-color: #D228BC;
}
.TagClassName
{
border-color: #D228BC;
}
</style>