Shades of Deep Magenta #D506BE
Tints of Deep Magenta #D506BE
RGB
CMYK
RGB Variations
Color information
#D506BE (or 0xD506BE) is known color: Deep Magenta. HEX triplet: D5, 06 and BE. RGB value is (213,6,190). Sum of RGB (Red+Green+Blue) = 213+6+190=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 6 (2.73% from 255 or 1.47% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D506BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D506BE is #2AF941. Grayscale: #585858. Windows color (decimal): -2816322 or 12453589. OLE color: 12453589.
HSL color Cylindrical-coordinate representation of color #D506BE: hue angle of 306.67º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D506BE is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 6 | 190 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.16 |
| HSL | 306.67º | 0.95% | 0.43% | - |
| HSV(B) | 306.67º | 0.97% | 0.84% | - |
| XYZ | 36.8 | 17.99 | 50.25 | - |
| YUV | 88.87 | 185.08 | 216.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 6 | 190 | 0 | 0.97 | 0.11 | 0.16 | 306.67 | 0.95 | 0.43 |
| Hex | D5 | 6 | BE | 0 | 61 | B | 10 | 133 | 5F | 2B |
| Octal | 325 | 6 | 276 | 0 | 141 | 13 | 20 | 463 | 137 | 53 |
| Binary | 11010101 | 110 | 10111110 | 0 | 1100001 | 1011 | 10000 | 100110011 | 1011111 | 101011 |
Color Harmonies of #D506BE
Complementary color
Monochromatic Colors of #D506BE
Black with #D506BE
Text Example
Text Example
White with #D506BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D506BE; }
p { color: rgb(213,6,190); }
H1.HeaderClassName
{
color: #D506BE;
}
.AnyTagClassName
{
color: #D506BE;
}
</style>
background-color css
<style>
a { background-color: #D506BE; }
a { background-color: rgb(213,6,190); }
div.DivClassName
{
background-color: #D506BE;
}
.BgClassName
{
background-color: #D506BE;
}
</style>
border-color css
<style>
span { border-color: #D506BE; }
span { border-color: rgb(213,6,190); }
td.TdClassName
{
border-color: #D506BE;
}
.TagClassName
{
border-color: #D506BE;
}
</style>