Shades of Deep Magenta #D505BF
Tints of Deep Magenta #D505BF
RGB
CMYK
RGB Variations
Color information
#D505BF (or 0xD505BF) is known color: Deep Magenta. HEX triplet: D5, 05 and BF. RGB value is (213,5,191). Sum of RGB (Red+Green+Blue) = 213+5+191=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 5 (2.34% from 255 or 1.22% from 409); Blue value is 191 (75% from 255 or 46.70% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D505BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D505BF is #2AFA40. Grayscale: #575757. Windows color (decimal): -2816577 or 12518869. OLE color: 12518869.
HSL color Cylindrical-coordinate representation of color #D505BF: hue angle of 306.35º 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 #D505BF is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 5 | 191 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.16 |
| HSL | 306.35º | 0.95% | 0.43% | - |
| HSV(B) | 306.35º | 0.98% | 0.84% | - |
| XYZ | 36.9 | 18.02 | 50.82 | - |
| YUV | 88.4 | 185.91 | 216.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 5 | 191 | 0 | 0.98 | 0.10 | 0.16 | 306.35 | 0.95 | 0.43 |
| Hex | D5 | 5 | BF | 0 | 62 | A | 10 | 132 | 5F | 2B |
| Octal | 325 | 5 | 277 | 0 | 142 | 12 | 20 | 462 | 137 | 53 |
| Binary | 11010101 | 101 | 10111111 | 0 | 1100010 | 1010 | 10000 | 100110010 | 1011111 | 101011 |
Color Harmonies of #D505BF
Complementary color
Monochromatic Colors of #D505BF
Black with #D505BF
Text Example
Text Example
White with #D505BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D505BF; }
p { color: rgb(213,5,191); }
H1.HeaderClassName
{
color: #D505BF;
}
.AnyTagClassName
{
color: #D505BF;
}
</style>
background-color css
<style>
a { background-color: #D505BF; }
a { background-color: rgb(213,5,191); }
div.DivClassName
{
background-color: #D505BF;
}
.BgClassName
{
background-color: #D505BF;
}
</style>
border-color css
<style>
span { border-color: #D505BF; }
span { border-color: rgb(213,5,191); }
td.TdClassName
{
border-color: #D505BF;
}
.TagClassName
{
border-color: #D505BF;
}
</style>