Shades of Deep Magenta #D228CE
Tints of Deep Magenta #D228CE
RGB
CMYK
RGB Variations
Color information
#D228CE (or 0xD228CE) is known color: Deep Magenta. HEX triplet: D2, 28 and CE. RGB value is (210,40,206). Sum of RGB (Red+Green+Blue) = 210+40+206=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 40 (16.02% from 255 or 8.77% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 210 - color contains mainly: red. Hex color #D228CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D228CE is #2DD731. Grayscale: #6D6D6D. Windows color (decimal): -3004210 or 13510866. OLE color: 13510866.
HSL color Cylindrical-coordinate representation of color #D228CE: hue angle of 301.41º 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 #D228CE is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 40 | 206 | - |
| CMYK | 0 | 0.81 | 0.02 | 0.18 |
| HSL | 301.41º | 0.68% | 0.49% | - |
| HSV(B) | 301.41º | 0.81% | 0.82% | - |
| XYZ | 38.48 | 19.68 | 60.16 | - |
| YUV | 109.75 | 182.32 | 199.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 40 | 206 | 0 | 0.81 | 0.02 | 0.18 | 301.41 | 0.68 | 0.49 |
| Hex | D2 | 28 | CE | 0 | 51 | 2 | 12 | 12D | 44 | 31 |
| Octal | 322 | 50 | 316 | 0 | 121 | 2 | 22 | 455 | 104 | 61 |
| Binary | 11010010 | 101000 | 11001110 | 0 | 1010001 | 10 | 10010 | 100101101 | 1000100 | 110001 |
Color Harmonies of #D228CE
Complementary color
Monochromatic Colors of #D228CE
Black with #D228CE
Text Example
Text Example
White with #D228CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D228CE; }
p { color: rgb(210,40,206); }
H1.HeaderClassName
{
color: #D228CE;
}
.AnyTagClassName
{
color: #D228CE;
}
</style>
background-color css
<style>
a { background-color: #D228CE; }
a { background-color: rgb(210,40,206); }
div.DivClassName
{
background-color: #D228CE;
}
.BgClassName
{
background-color: #D228CE;
}
</style>
border-color css
<style>
span { border-color: #D228CE; }
span { border-color: rgb(210,40,206); }
td.TdClassName
{
border-color: #D228CE;
}
.TagClassName
{
border-color: #D228CE;
}
</style>