Shades of Deep Magenta #D227BA
Tints of Deep Magenta #D227BA
RGB
CMYK
RGB Variations
Color information
#D227BA (or 0xD227BA) is known color: Deep Magenta. HEX triplet: D2, 27 and BA. RGB value is (210,39,186). Sum of RGB (Red+Green+Blue) = 210+39+186=435 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.28% from 435); Green value is 39 (15.62% from 255 or 8.97% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 210 - color contains mainly: red. Hex color #D227BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D227BA is #2DD845. Grayscale: #6A6A6A. Windows color (decimal): -3004486 or 12199890. OLE color: 12199890.
HSL color Cylindrical-coordinate representation of color #D227BA: hue angle of 308.42º degrees, saturation: 0.69, 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 #D227BA is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 39 | 186 | - |
| CMYK | 0 | 0.81 | 0.11 | 0.18 |
| HSL | 308.42º | 0.69% | 0.49% | - |
| HSV(B) | 308.42º | 0.81% | 0.82% | - |
| XYZ | 36.17 | 18.7 | 48.16 | - |
| YUV | 106.89 | 172.65 | 201.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 39 | 186 | 0 | 0.81 | 0.11 | 0.18 | 308.42 | 0.69 | 0.49 |
| Hex | D2 | 27 | BA | 0 | 51 | B | 12 | 134 | 45 | 31 |
| Octal | 322 | 47 | 272 | 0 | 121 | 13 | 22 | 464 | 105 | 61 |
| Binary | 11010010 | 100111 | 10111010 | 0 | 1010001 | 1011 | 10010 | 100110100 | 1000101 | 110001 |
Color Harmonies of #D227BA
Complementary color
Monochromatic Colors of #D227BA
Black with #D227BA
Text Example
Text Example
White with #D227BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D227BA; }
p { color: rgb(210,39,186); }
H1.HeaderClassName
{
color: #D227BA;
}
.AnyTagClassName
{
color: #D227BA;
}
</style>
background-color css
<style>
a { background-color: #D227BA; }
a { background-color: rgb(210,39,186); }
div.DivClassName
{
background-color: #D227BA;
}
.BgClassName
{
background-color: #D227BA;
}
</style>
border-color css
<style>
span { border-color: #D227BA; }
span { border-color: rgb(210,39,186); }
td.TdClassName
{
border-color: #D227BA;
}
.TagClassName
{
border-color: #D227BA;
}
</style>