Shades of Deep Magenta #D427CB
Tints of Deep Magenta #D427CB
RGB
CMYK
RGB Variations
Color information
#D427CB (or 0xD427CB) is known color: Deep Magenta. HEX triplet: D4, 27 and CB. RGB value is (212,39,203). Sum of RGB (Red+Green+Blue) = 212+39+203=454 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.70% from 454); Green value is 39 (15.62% from 255 or 8.59% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 212 - color contains mainly: red. Hex color #D427CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D427CB is #2BD834. Grayscale: #6C6C6C. Windows color (decimal): -2873397 or 13314004. OLE color: 13314004.
HSL color Cylindrical-coordinate representation of color #D427CB: hue angle of 303.12º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D427CB is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 39 | 203 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.17 |
| HSL | 303.12º | 0.69% | 0.49% | - |
| HSV(B) | 303.12º | 0.82% | 0.83% | - |
| XYZ | 38.66 | 19.76 | 58.28 | - |
| YUV | 109.42 | 180.81 | 201.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 39 | 203 | 0 | 0.82 | 0.04 | 0.17 | 303.12 | 0.69 | 0.49 |
| Hex | D4 | 27 | CB | 0 | 52 | 4 | 11 | 12F | 45 | 31 |
| Octal | 324 | 47 | 313 | 0 | 122 | 4 | 21 | 457 | 105 | 61 |
| Binary | 11010100 | 100111 | 11001011 | 0 | 1010010 | 100 | 10001 | 100101111 | 1000101 | 110001 |
Color Harmonies of #D427CB
Complementary color
Monochromatic Colors of #D427CB
Black with #D427CB
Text Example
Text Example
White with #D427CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D427CB; }
p { color: rgb(212,39,203); }
H1.HeaderClassName
{
color: #D427CB;
}
.AnyTagClassName
{
color: #D427CB;
}
</style>
background-color css
<style>
a { background-color: #D427CB; }
a { background-color: rgb(212,39,203); }
div.DivClassName
{
background-color: #D427CB;
}
.BgClassName
{
background-color: #D427CB;
}
</style>
border-color css
<style>
span { border-color: #D427CB; }
span { border-color: rgb(212,39,203); }
td.TdClassName
{
border-color: #D427CB;
}
.TagClassName
{
border-color: #D427CB;
}
</style>