Shades of Deep Magenta #D427BE
Tints of Deep Magenta #D427BE
RGB
CMYK
RGB Variations
Color information
#D427BE (or 0xD427BE) is known color: Deep Magenta. HEX triplet: D4, 27 and BE. RGB value is (212,39,190). Sum of RGB (Red+Green+Blue) = 212+39+190=441 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.07% from 441); Green value is 39 (15.62% from 255 or 8.84% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 212 - color contains mainly: red. Hex color #D427BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D427BE is #2BD841. Grayscale: #6B6B6B. Windows color (decimal): -2873410 or 12462036. OLE color: 12462036.
HSL color Cylindrical-coordinate representation of color #D427BE: hue angle of 307.63º 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 #D427BE is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 39 | 190 | - |
| CMYK | 0 | 0.82 | 0.10 | 0.17 |
| HSL | 307.63º | 0.69% | 0.49% | - |
| HSV(B) | 307.63º | 0.82% | 0.83% | - |
| XYZ | 37.17 | 19.17 | 50.46 | - |
| YUV | 107.94 | 174.31 | 202.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 39 | 190 | 0 | 0.82 | 0.10 | 0.17 | 307.63 | 0.69 | 0.49 |
| Hex | D4 | 27 | BE | 0 | 52 | A | 11 | 134 | 45 | 31 |
| Octal | 324 | 47 | 276 | 0 | 122 | 12 | 21 | 464 | 105 | 61 |
| Binary | 11010100 | 100111 | 10111110 | 0 | 1010010 | 1010 | 10001 | 100110100 | 1000101 | 110001 |
Color Harmonies of #D427BE
Complementary color
Monochromatic Colors of #D427BE
Black with #D427BE
Text Example
Text Example
White with #D427BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D427BE; }
p { color: rgb(212,39,190); }
H1.HeaderClassName
{
color: #D427BE;
}
.AnyTagClassName
{
color: #D427BE;
}
</style>
background-color css
<style>
a { background-color: #D427BE; }
a { background-color: rgb(212,39,190); }
div.DivClassName
{
background-color: #D427BE;
}
.BgClassName
{
background-color: #D427BE;
}
</style>
border-color css
<style>
span { border-color: #D427BE; }
span { border-color: rgb(212,39,190); }
td.TdClassName
{
border-color: #D427BE;
}
.TagClassName
{
border-color: #D427BE;
}
</style>