Shades of Deep Magenta #D505B5
Tints of Deep Magenta #D505B5
RGB
CMYK
RGB Variations
Color information
#D505B5 (or 0xD505B5) is known color: Deep Magenta. HEX triplet: D5, 05 and B5. RGB value is (213,5,181). Sum of RGB (Red+Green+Blue) = 213+5+181=399 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.38% from 399); Green value is 5 (2.34% from 255 or 1.25% from 399); Blue value is 181 (71.09% from 255 or 45.36% from 399); Max value from RGB is 213 - color contains mainly: red. Hex color #D505B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D505B5 is #2AFA4A. Grayscale: #565656. Windows color (decimal): -2816587 or 11863509. OLE color: 11863509.
HSL color Cylindrical-coordinate representation of color #D505B5: hue angle of 309.23º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D505B5 is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 5 | 181 | - |
| CMYK | 0 | 0.98 | 0.15 | 0.16 |
| HSL | 309.23º | 0.95% | 0.43% | - |
| HSV(B) | 309.23º | 0.98% | 0.84% | - |
| XYZ | 35.84 | 17.59 | 45.22 | - |
| YUV | 87.26 | 180.91 | 217.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 5 | 181 | 0 | 0.98 | 0.15 | 0.16 | 309.23 | 0.95 | 0.43 |
| Hex | D5 | 5 | B5 | 0 | 62 | F | 10 | 135 | 5F | 2B |
| Octal | 325 | 5 | 265 | 0 | 142 | 17 | 20 | 465 | 137 | 53 |
| Binary | 11010101 | 101 | 10110101 | 0 | 1100010 | 1111 | 10000 | 100110101 | 1011111 | 101011 |
Color Harmonies of #D505B5
Complementary color
Monochromatic Colors of #D505B5
Black with #D505B5
Text Example
Text Example
White with #D505B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D505B5; }
p { color: rgb(213,5,181); }
H1.HeaderClassName
{
color: #D505B5;
}
.AnyTagClassName
{
color: #D505B5;
}
</style>
background-color css
<style>
a { background-color: #D505B5; }
a { background-color: rgb(213,5,181); }
div.DivClassName
{
background-color: #D505B5;
}
.BgClassName
{
background-color: #D505B5;
}
</style>
border-color css
<style>
span { border-color: #D505B5; }
span { border-color: rgb(213,5,181); }
td.TdClassName
{
border-color: #D505B5;
}
.TagClassName
{
border-color: #D505B5;
}
</style>