Shades of Deep Magenta #D506C8
Tints of Deep Magenta #D506C8
RGB
CMYK
RGB Variations
Color information
#D506C8 (or 0xD506C8) is known color: Deep Magenta. HEX triplet: D5, 06 and C8. RGB value is (213,6,200). Sum of RGB (Red+Green+Blue) = 213+6+200=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 6 (2.73% from 255 or 1.43% from 419); Blue value is 200 (78.52% from 255 or 47.73% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D506C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D506C8 is #2AF937. Grayscale: #595959. Windows color (decimal): -2816312 or 13108949. OLE color: 13108949.
HSL color Cylindrical-coordinate representation of color #D506C8: hue angle of 303.77º 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 #D506C8 is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 6 | 200 | - |
| CMYK | 0 | 0.97 | 0.06 | 0.16 |
| HSL | 303.77º | 0.95% | 0.43% | - |
| HSV(B) | 303.77º | 0.97% | 0.84% | - |
| XYZ | 37.93 | 18.45 | 56.2 | - |
| YUV | 90.01 | 190.08 | 215.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 6 | 200 | 0 | 0.97 | 0.06 | 0.16 | 303.77 | 0.95 | 0.43 |
| Hex | D5 | 6 | C8 | 0 | 61 | 6 | 10 | 130 | 5F | 2B |
| Octal | 325 | 6 | 310 | 0 | 141 | 6 | 20 | 460 | 137 | 53 |
| Binary | 11010101 | 110 | 11001000 | 0 | 1100001 | 110 | 10000 | 100110000 | 1011111 | 101011 |
Color Harmonies of #D506C8
Complementary color
Monochromatic Colors of #D506C8
Black with #D506C8
Text Example
Text Example
White with #D506C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D506C8; }
p { color: rgb(213,6,200); }
H1.HeaderClassName
{
color: #D506C8;
}
.AnyTagClassName
{
color: #D506C8;
}
</style>
background-color css
<style>
a { background-color: #D506C8; }
a { background-color: rgb(213,6,200); }
div.DivClassName
{
background-color: #D506C8;
}
.BgClassName
{
background-color: #D506C8;
}
</style>
border-color css
<style>
span { border-color: #D506C8; }
span { border-color: rgb(213,6,200); }
td.TdClassName
{
border-color: #D506C8;
}
.TagClassName
{
border-color: #D506C8;
}
</style>