Shades of Deep Magenta #D227C8
Tints of Deep Magenta #D227C8
RGB
CMYK
RGB Variations
Color information
#D227C8 (or 0xD227C8) is known color: Deep Magenta. HEX triplet: D2, 27 and C8. RGB value is (210,39,200). Sum of RGB (Red+Green+Blue) = 210+39+200=449 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.77% from 449); Green value is 39 (15.62% from 255 or 8.69% from 449); Blue value is 200 (78.52% from 255 or 44.54% from 449); Max value from RGB is 210 - color contains mainly: red. Hex color #D227C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D227C8 is #2DD837. Grayscale: #6C6C6C. Windows color (decimal): -3004472 or 13117394. OLE color: 13117394.
HSL color Cylindrical-coordinate representation of color #D227C8: hue angle of 303.51º 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 #D227C8 is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 39 | 200 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.18 |
| HSL | 303.51º | 0.69% | 0.49% | - |
| HSV(B) | 303.51º | 0.81% | 0.82% | - |
| XYZ | 37.73 | 19.32 | 56.38 | - |
| YUV | 108.48 | 179.65 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 39 | 200 | 0 | 0.81 | 0.05 | 0.18 | 303.51 | 0.69 | 0.49 |
| Hex | D2 | 27 | C8 | 0 | 51 | 5 | 12 | 130 | 45 | 31 |
| Octal | 322 | 47 | 310 | 0 | 121 | 5 | 22 | 460 | 105 | 61 |
| Binary | 11010010 | 100111 | 11001000 | 0 | 1010001 | 101 | 10010 | 100110000 | 1000101 | 110001 |
Color Harmonies of #D227C8
Complementary color
Monochromatic Colors of #D227C8
Black with #D227C8
Text Example
Text Example
White with #D227C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D227C8; }
p { color: rgb(210,39,200); }
H1.HeaderClassName
{
color: #D227C8;
}
.AnyTagClassName
{
color: #D227C8;
}
</style>
background-color css
<style>
a { background-color: #D227C8; }
a { background-color: rgb(210,39,200); }
div.DivClassName
{
background-color: #D227C8;
}
.BgClassName
{
background-color: #D227C8;
}
</style>
border-color css
<style>
span { border-color: #D227C8; }
span { border-color: rgb(210,39,200); }
td.TdClassName
{
border-color: #D227C8;
}
.TagClassName
{
border-color: #D227C8;
}
</style>