Shades of Deep Magenta #D427BF
Tints of Deep Magenta #D427BF
RGB
CMYK
RGB Variations
Color information
#D427BF (or 0xD427BF) is known color: Deep Magenta. HEX triplet: D4, 27 and BF. RGB value is (212,39,191). Sum of RGB (Red+Green+Blue) = 212+39+191=442 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.96% from 442); Green value is 39 (15.62% from 255 or 8.82% from 442); Blue value is 191 (75% from 255 or 43.21% from 442); Max value from RGB is 212 - color contains mainly: red. Hex color #D427BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D427BF is #2BD840. Grayscale: #6B6B6B. Windows color (decimal): -2873409 or 12527572. OLE color: 12527572.
HSL color Cylindrical-coordinate representation of color #D427BF: hue angle of 307.28º 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 #D427BF is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 39 | 191 | - |
| CMYK | 0 | 0.82 | 0.10 | 0.17 |
| HSL | 307.28º | 0.69% | 0.49% | - |
| HSV(B) | 307.28º | 0.82% | 0.83% | - |
| XYZ | 37.28 | 19.21 | 51.03 | - |
| YUV | 108.06 | 174.81 | 202.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 39 | 191 | 0 | 0.82 | 0.10 | 0.17 | 307.28 | 0.69 | 0.49 |
| Hex | D4 | 27 | BF | 0 | 52 | A | 11 | 133 | 45 | 31 |
| Octal | 324 | 47 | 277 | 0 | 122 | 12 | 21 | 463 | 105 | 61 |
| Binary | 11010100 | 100111 | 10111111 | 0 | 1010010 | 1010 | 10001 | 100110011 | 1000101 | 110001 |
Color Harmonies of #D427BF
Complementary color
Monochromatic Colors of #D427BF
Black with #D427BF
Text Example
Text Example
White with #D427BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D427BF; }
p { color: rgb(212,39,191); }
H1.HeaderClassName
{
color: #D427BF;
}
.AnyTagClassName
{
color: #D427BF;
}
</style>
background-color css
<style>
a { background-color: #D427BF; }
a { background-color: rgb(212,39,191); }
div.DivClassName
{
background-color: #D427BF;
}
.BgClassName
{
background-color: #D427BF;
}
</style>
border-color css
<style>
span { border-color: #D427BF; }
span { border-color: rgb(212,39,191); }
td.TdClassName
{
border-color: #D427BF;
}
.TagClassName
{
border-color: #D427BF;
}
</style>