Shades of Deep Magenta #D427CF
Tints of Deep Magenta #D427CF
RGB
CMYK
RGB Variations
Color information
#D427CF (or 0xD427CF) is known color: Deep Magenta. HEX triplet: D4, 27 and CF. RGB value is (212,39,207). Sum of RGB (Red+Green+Blue) = 212+39+207=458 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.29% from 458); Green value is 39 (15.62% from 255 or 8.52% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 212 - color contains mainly: red. Hex color #D427CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D427CF is #2BD830. Grayscale: #6D6D6D. Windows color (decimal): -2873393 or 13576148. OLE color: 13576148.
HSL color Cylindrical-coordinate representation of color #D427CF: hue angle of 301.73º 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 #D427CF is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 39 | 207 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.17 |
| HSL | 301.73º | 0.69% | 0.49% | - |
| HSV(B) | 301.73º | 0.82% | 0.83% | - |
| XYZ | 39.14 | 19.95 | 60.82 | - |
| YUV | 109.88 | 182.81 | 200.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 39 | 207 | 0 | 0.82 | 0.02 | 0.17 | 301.73 | 0.69 | 0.49 |
| Hex | D4 | 27 | CF | 0 | 52 | 2 | 11 | 12E | 45 | 31 |
| Octal | 324 | 47 | 317 | 0 | 122 | 2 | 21 | 456 | 105 | 61 |
| Binary | 11010100 | 100111 | 11001111 | 0 | 1010010 | 10 | 10001 | 100101110 | 1000101 | 110001 |
Color Harmonies of #D427CF
Complementary color
Monochromatic Colors of #D427CF
Black with #D427CF
Text Example
Text Example
White with #D427CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D427CF; }
p { color: rgb(212,39,207); }
H1.HeaderClassName
{
color: #D427CF;
}
.AnyTagClassName
{
color: #D427CF;
}
</style>
background-color css
<style>
a { background-color: #D427CF; }
a { background-color: rgb(212,39,207); }
div.DivClassName
{
background-color: #D427CF;
}
.BgClassName
{
background-color: #D427CF;
}
</style>
border-color css
<style>
span { border-color: #D427CF; }
span { border-color: rgb(212,39,207); }
td.TdClassName
{
border-color: #D427CF;
}
.TagClassName
{
border-color: #D427CF;
}
</style>