Shades of Deep Magenta #D005B4
Tints of Deep Magenta #D005B4
RGB
CMYK
RGB Variations
Color information
#D005B4 (or 0xD005B4) is known color: Deep Magenta. HEX triplet: D0, 05 and B4. RGB value is (208,5,180). Sum of RGB (Red+Green+Blue) = 208+5+180=393 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.93% from 393); Green value is 5 (2.34% from 255 or 1.27% from 393); Blue value is 180 (70.70% from 255 or 45.80% from 393); Max value from RGB is 208 - color contains mainly: red. Hex color #D005B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D005B4 is #2FFA4B. Grayscale: #555555. Windows color (decimal): -3144268 or 11797968. OLE color: 11797968.
HSL color Cylindrical-coordinate representation of color #D005B4: hue angle of 308.28º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D005B4 is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 5 | 180 | - |
| CMYK | 0 | 0.98 | 0.13 | 0.18 |
| HSL | 308.28º | 0.95% | 0.42% | - |
| HSV(B) | 308.28º | 0.98% | 0.82% | - |
| XYZ | 34.3 | 16.81 | 44.62 | - |
| YUV | 85.65 | 181.25 | 215.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 5 | 180 | 0 | 0.98 | 0.13 | 0.18 | 308.28 | 0.95 | 0.42 |
| Hex | D0 | 5 | B4 | 0 | 62 | D | 12 | 134 | 5F | 2A |
| Octal | 320 | 5 | 264 | 0 | 142 | 15 | 22 | 464 | 137 | 52 |
| Binary | 11010000 | 101 | 10110100 | 0 | 1100010 | 1101 | 10010 | 100110100 | 1011111 | 101010 |
Color Harmonies of #D005B4
Complementary color
Monochromatic Colors of #D005B4
Black with #D005B4
Text Example
Text Example
White with #D005B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D005B4; }
p { color: rgb(208,5,180); }
H1.HeaderClassName
{
color: #D005B4;
}
.AnyTagClassName
{
color: #D005B4;
}
</style>
background-color css
<style>
a { background-color: #D005B4; }
a { background-color: rgb(208,5,180); }
div.DivClassName
{
background-color: #D005B4;
}
.BgClassName
{
background-color: #D005B4;
}
</style>
border-color css
<style>
span { border-color: #D005B4; }
span { border-color: rgb(208,5,180); }
td.TdClassName
{
border-color: #D005B4;
}
.TagClassName
{
border-color: #D005B4;
}
</style>