Shades of Deep Magenta #D509CB
Tints of Deep Magenta #D509CB
RGB
CMYK
RGB Variations
Color information
#D509CB (or 0xD509CB) is known color: Deep Magenta. HEX triplet: D5, 09 and CB. RGB value is (213,9,203). Sum of RGB (Red+Green+Blue) = 213+9+203=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 9 (3.91% from 255 or 2.12% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D509CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D509CB is #2AF634. Grayscale: #5B5B5B. Windows color (decimal): -2815541 or 13306325. OLE color: 13306325.
HSL color Cylindrical-coordinate representation of color #D509CB: hue angle of 302.94º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D509CB is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 9 | 203 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.16 |
| HSL | 302.94º | 0.92% | 0.44% | - |
| HSV(B) | 302.94º | 0.96% | 0.84% | - |
| XYZ | 38.32 | 18.65 | 58.08 | - |
| YUV | 92.11 | 190.59 | 214.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 9 | 203 | 0 | 0.96 | 0.05 | 0.16 | 302.94 | 0.92 | 0.44 |
| Hex | D5 | 9 | CB | 0 | 60 | 5 | 10 | 12F | 5C | 2C |
| Octal | 325 | 11 | 313 | 0 | 140 | 5 | 20 | 457 | 134 | 54 |
| Binary | 11010101 | 1001 | 11001011 | 0 | 1100000 | 101 | 10000 | 100101111 | 1011100 | 101100 |
Color Harmonies of #D509CB
Complementary color
Monochromatic Colors of #D509CB
Black with #D509CB
Text Example
Text Example
White with #D509CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D509CB; }
p { color: rgb(213,9,203); }
H1.HeaderClassName
{
color: #D509CB;
}
.AnyTagClassName
{
color: #D509CB;
}
</style>
background-color css
<style>
a { background-color: #D509CB; }
a { background-color: rgb(213,9,203); }
div.DivClassName
{
background-color: #D509CB;
}
.BgClassName
{
background-color: #D509CB;
}
</style>
border-color css
<style>
span { border-color: #D509CB; }
span { border-color: rgb(213,9,203); }
td.TdClassName
{
border-color: #D509CB;
}
.TagClassName
{
border-color: #D509CB;
}
</style>