Shades of Deep Magenta #D227C9
Tints of Deep Magenta #D227C9
RGB
CMYK
RGB Variations
Color information
#D227C9 (or 0xD227C9) is known color: Deep Magenta. HEX triplet: D2, 27 and C9. RGB value is (210,39,201). Sum of RGB (Red+Green+Blue) = 210+39+201=450 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.67% from 450); Green value is 39 (15.62% from 255 or 8.67% from 450); Blue value is 201 (78.91% from 255 or 44.67% from 450); Max value from RGB is 210 - color contains mainly: red. Hex color #D227C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D227C9 is #2DD836. Grayscale: #6C6C6C. Windows color (decimal): -3004471 or 13182930. OLE color: 13182930.
HSL color Cylindrical-coordinate representation of color #D227C9: hue angle of 303.16º 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 #D227C9 is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 39 | 201 | - |
| CMYK | 0 | 0.81 | 0.04 | 0.18 |
| HSL | 303.16º | 0.69% | 0.49% | - |
| HSV(B) | 303.16º | 0.81% | 0.82% | - |
| XYZ | 37.85 | 19.37 | 57 | - |
| YUV | 108.6 | 180.15 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 39 | 201 | 0 | 0.81 | 0.04 | 0.18 | 303.16 | 0.69 | 0.49 |
| Hex | D2 | 27 | C9 | 0 | 51 | 4 | 12 | 12F | 45 | 31 |
| Octal | 322 | 47 | 311 | 0 | 121 | 4 | 22 | 457 | 105 | 61 |
| Binary | 11010010 | 100111 | 11001001 | 0 | 1010001 | 100 | 10010 | 100101111 | 1000101 | 110001 |
Color Harmonies of #D227C9
Complementary color
Monochromatic Colors of #D227C9
Black with #D227C9
Text Example
Text Example
White with #D227C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D227C9; }
p { color: rgb(210,39,201); }
H1.HeaderClassName
{
color: #D227C9;
}
.AnyTagClassName
{
color: #D227C9;
}
</style>
background-color css
<style>
a { background-color: #D227C9; }
a { background-color: rgb(210,39,201); }
div.DivClassName
{
background-color: #D227C9;
}
.BgClassName
{
background-color: #D227C9;
}
</style>
border-color css
<style>
span { border-color: #D227C9; }
span { border-color: rgb(210,39,201); }
td.TdClassName
{
border-color: #D227C9;
}
.TagClassName
{
border-color: #D227C9;
}
</style>