Shades of Deep Magenta #D227BE
Tints of Deep Magenta #D227BE
RGB
CMYK
RGB Variations
Color information
#D227BE (or 0xD227BE) is known color: Deep Magenta. HEX triplet: D2, 27 and BE. RGB value is (210,39,190). Sum of RGB (Red+Green+Blue) = 210+39+190=439 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.84% from 439); Green value is 39 (15.62% from 255 or 8.88% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 210 - color contains mainly: red. Hex color #D227BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D227BE is #2DD841. Grayscale: #6A6A6A. Windows color (decimal): -3004482 or 12462034. OLE color: 12462034.
HSL color Cylindrical-coordinate representation of color #D227BE: hue angle of 307.02º 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 #D227BE is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 39 | 190 | - |
| CMYK | 0 | 0.81 | 0.10 | 0.18 |
| HSL | 307.02º | 0.69% | 0.49% | - |
| HSV(B) | 307.02º | 0.81% | 0.82% | - |
| XYZ | 36.6 | 18.87 | 50.43 | - |
| YUV | 107.34 | 174.65 | 201.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 39 | 190 | 0 | 0.81 | 0.10 | 0.18 | 307.02 | 0.69 | 0.49 |
| Hex | D2 | 27 | BE | 0 | 51 | A | 12 | 133 | 45 | 31 |
| Octal | 322 | 47 | 276 | 0 | 121 | 12 | 22 | 463 | 105 | 61 |
| Binary | 11010010 | 100111 | 10111110 | 0 | 1010001 | 1010 | 10010 | 100110011 | 1000101 | 110001 |
Color Harmonies of #D227BE
Complementary color
Monochromatic Colors of #D227BE
Black with #D227BE
Text Example
Text Example
White with #D227BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D227BE; }
p { color: rgb(210,39,190); }
H1.HeaderClassName
{
color: #D227BE;
}
.AnyTagClassName
{
color: #D227BE;
}
</style>
background-color css
<style>
a { background-color: #D227BE; }
a { background-color: rgb(210,39,190); }
div.DivClassName
{
background-color: #D227BE;
}
.BgClassName
{
background-color: #D227BE;
}
</style>
border-color css
<style>
span { border-color: #D227BE; }
span { border-color: rgb(210,39,190); }
td.TdClassName
{
border-color: #D227BE;
}
.TagClassName
{
border-color: #D227BE;
}
</style>