Shades of Deep Magenta #D525BE
Tints of Deep Magenta #D525BE
RGB
CMYK
RGB Variations
Color information
#D525BE (or 0xD525BE) is known color: Deep Magenta. HEX triplet: D5, 25 and BE. RGB value is (213,37,190). Sum of RGB (Red+Green+Blue) = 213+37+190=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 37 (14.84% from 255 or 8.41% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D525BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D525BE is #2ADA41. Grayscale: #6A6A6A. Windows color (decimal): -2808386 or 12461525. OLE color: 12461525.
HSL color Cylindrical-coordinate representation of color #D525BE: hue angle of 307.84º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D525BE is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 37 | 190 | - |
| CMYK | 0 | 0.83 | 0.11 | 0.16 |
| HSL | 307.84º | 0.7% | 0.49% | - |
| HSV(B) | 307.84º | 0.83% | 0.84% | - |
| XYZ | 37.4 | 19.19 | 50.45 | - |
| YUV | 107.07 | 174.81 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 37 | 190 | 0 | 0.83 | 0.11 | 0.16 | 307.84 | 0.7 | 0.49 |
| Hex | D5 | 25 | BE | 0 | 53 | B | 10 | 134 | 46 | 31 |
| Octal | 325 | 45 | 276 | 0 | 123 | 13 | 20 | 464 | 106 | 61 |
| Binary | 11010101 | 100101 | 10111110 | 0 | 1010011 | 1011 | 10000 | 100110100 | 1000110 | 110001 |
Color Harmonies of #D525BE
Complementary color
Monochromatic Colors of #D525BE
Black with #D525BE
Text Example
Text Example
White with #D525BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D525BE; }
p { color: rgb(213,37,190); }
H1.HeaderClassName
{
color: #D525BE;
}
.AnyTagClassName
{
color: #D525BE;
}
</style>
background-color css
<style>
a { background-color: #D525BE; }
a { background-color: rgb(213,37,190); }
div.DivClassName
{
background-color: #D525BE;
}
.BgClassName
{
background-color: #D525BE;
}
</style>
border-color css
<style>
span { border-color: #D525BE; }
span { border-color: rgb(213,37,190); }
td.TdClassName
{
border-color: #D525BE;
}
.TagClassName
{
border-color: #D525BE;
}
</style>