Shades of Deep Magenta #D506B5
Tints of Deep Magenta #D506B5
RGB
CMYK
RGB Variations
Color information
#D506B5 (or 0xD506B5) is known color: Deep Magenta. HEX triplet: D5, 06 and B5. RGB value is (213,6,181). Sum of RGB (Red+Green+Blue) = 213+6+181=400 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.25% from 400); Green value is 6 (2.73% from 255 or 1.5% from 400); Blue value is 181 (71.09% from 255 or 45.25% from 400); Max value from RGB is 213 - color contains mainly: red. Hex color #D506B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D506B5 is #2AF94A. Grayscale: #575757. Windows color (decimal): -2816331 or 11863765. OLE color: 11863765.
HSL color Cylindrical-coordinate representation of color #D506B5: hue angle of 309.28º 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 #D506B5 is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 6 | 181 | - |
| CMYK | 0 | 0.97 | 0.15 | 0.16 |
| HSL | 309.28º | 0.95% | 0.43% | - |
| HSV(B) | 309.28º | 0.97% | 0.84% | - |
| XYZ | 35.85 | 17.61 | 45.23 | - |
| YUV | 87.84 | 180.58 | 217.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 6 | 181 | 0 | 0.97 | 0.15 | 0.16 | 309.28 | 0.95 | 0.43 |
| Hex | D5 | 6 | B5 | 0 | 61 | F | 10 | 135 | 5F | 2B |
| Octal | 325 | 6 | 265 | 0 | 141 | 17 | 20 | 465 | 137 | 53 |
| Binary | 11010101 | 110 | 10110101 | 0 | 1100001 | 1111 | 10000 | 100110101 | 1011111 | 101011 |
Color Harmonies of #D506B5
Complementary color
Monochromatic Colors of #D506B5
Black with #D506B5
Text Example
Text Example
White with #D506B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D506B5; }
p { color: rgb(213,6,181); }
H1.HeaderClassName
{
color: #D506B5;
}
.AnyTagClassName
{
color: #D506B5;
}
</style>
background-color css
<style>
a { background-color: #D506B5; }
a { background-color: rgb(213,6,181); }
div.DivClassName
{
background-color: #D506B5;
}
.BgClassName
{
background-color: #D506B5;
}
</style>
border-color css
<style>
span { border-color: #D506B5; }
span { border-color: rgb(213,6,181); }
td.TdClassName
{
border-color: #D506B5;
}
.TagClassName
{
border-color: #D506B5;
}
</style>