Shades of Deep Magenta #D505CB
Tints of Deep Magenta #D505CB
RGB
CMYK
RGB Variations
Color information
#D505CB (or 0xD505CB) is known color: Deep Magenta. HEX triplet: D5, 05 and CB. RGB value is (213,5,203). Sum of RGB (Red+Green+Blue) = 213+5+203=421 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.59% from 421); Green value is 5 (2.34% from 255 or 1.19% from 421); Blue value is 203 (79.69% from 255 or 48.22% from 421); Max value from RGB is 213 - color contains mainly: red. Hex color #D505CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D505CB is #2AFA34. Grayscale: #595959. Windows color (decimal): -2816565 or 13305301. OLE color: 13305301.
HSL color Cylindrical-coordinate representation of color #D505CB: hue angle of 302.88º 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 #D505CB is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 5 | 203 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.16 |
| HSL | 302.88º | 0.95% | 0.43% | - |
| HSV(B) | 302.88º | 0.98% | 0.84% | - |
| XYZ | 38.27 | 18.57 | 58.07 | - |
| YUV | 89.76 | 191.91 | 215.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 5 | 203 | 0 | 0.98 | 0.05 | 0.16 | 302.88 | 0.95 | 0.43 |
| Hex | D5 | 5 | CB | 0 | 62 | 5 | 10 | 12F | 5F | 2B |
| Octal | 325 | 5 | 313 | 0 | 142 | 5 | 20 | 457 | 137 | 53 |
| Binary | 11010101 | 101 | 11001011 | 0 | 1100010 | 101 | 10000 | 100101111 | 1011111 | 101011 |
Color Harmonies of #D505CB
Complementary color
Monochromatic Colors of #D505CB
Black with #D505CB
Text Example
Text Example
White with #D505CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D505CB; }
p { color: rgb(213,5,203); }
H1.HeaderClassName
{
color: #D505CB;
}
.AnyTagClassName
{
color: #D505CB;
}
</style>
background-color css
<style>
a { background-color: #D505CB; }
a { background-color: rgb(213,5,203); }
div.DivClassName
{
background-color: #D505CB;
}
.BgClassName
{
background-color: #D505CB;
}
</style>
border-color css
<style>
span { border-color: #D505CB; }
span { border-color: rgb(213,5,203); }
td.TdClassName
{
border-color: #D505CB;
}
.TagClassName
{
border-color: #D505CB;
}
</style>