Shades of Deep Magenta #D227CB
Tints of Deep Magenta #D227CB
RGB
CMYK
RGB Variations
Color information
#D227CB (or 0xD227CB) is known color: Deep Magenta. HEX triplet: D2, 27 and CB. RGB value is (210,39,203). Sum of RGB (Red+Green+Blue) = 210+39+203=452 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.46% from 452); Green value is 39 (15.62% from 255 or 8.63% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 210 - color contains mainly: red. Hex color #D227CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D227CB is #2DD834. Grayscale: #6C6C6C. Windows color (decimal): -3004469 or 13314002. OLE color: 13314002.
HSL color Cylindrical-coordinate representation of color #D227CB: hue angle of 302.46º 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 #D227CB is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 39 | 203 | - |
| CMYK | 0 | 0.81 | 0.03 | 0.18 |
| HSL | 302.46º | 0.69% | 0.49% | - |
| HSV(B) | 302.46º | 0.81% | 0.82% | - |
| XYZ | 38.08 | 19.46 | 58.25 | - |
| YUV | 108.83 | 181.15 | 200.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 39 | 203 | 0 | 0.81 | 0.03 | 0.18 | 302.46 | 0.69 | 0.49 |
| Hex | D2 | 27 | CB | 0 | 51 | 3 | 12 | 12E | 45 | 31 |
| Octal | 322 | 47 | 313 | 0 | 121 | 3 | 22 | 456 | 105 | 61 |
| Binary | 11010010 | 100111 | 11001011 | 0 | 1010001 | 11 | 10010 | 100101110 | 1000101 | 110001 |
Color Harmonies of #D227CB
Complementary color
Monochromatic Colors of #D227CB
Black with #D227CB
Text Example
Text Example
White with #D227CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D227CB; }
p { color: rgb(210,39,203); }
H1.HeaderClassName
{
color: #D227CB;
}
.AnyTagClassName
{
color: #D227CB;
}
</style>
background-color css
<style>
a { background-color: #D227CB; }
a { background-color: rgb(210,39,203); }
div.DivClassName
{
background-color: #D227CB;
}
.BgClassName
{
background-color: #D227CB;
}
</style>
border-color css
<style>
span { border-color: #D227CB; }
span { border-color: rgb(210,39,203); }
td.TdClassName
{
border-color: #D227CB;
}
.TagClassName
{
border-color: #D227CB;
}
</style>