Shades of Deep Magenta #D605B8
Tints of Deep Magenta #D605B8
RGB
CMYK
RGB Variations
Color information
#D605B8 (or 0xD605B8) is known color: Deep Magenta. HEX triplet: D6, 05 and B8. RGB value is (214,5,184). Sum of RGB (Red+Green+Blue) = 214+5+184=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 5 (2.34% from 255 or 1.24% from 403); Blue value is 184 (72.27% from 255 or 45.66% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D605B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D605B8 is #29FA47. Grayscale: #575757. Windows color (decimal): -2751048 or 12060118. OLE color: 12060118.
HSL color Cylindrical-coordinate representation of color #D605B8: hue angle of 308.61º 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 #D605B8 is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 5 | 184 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.16 |
| HSL | 308.61º | 0.95% | 0.43% | - |
| HSV(B) | 308.61º | 0.98% | 0.84% | - |
| XYZ | 36.44 | 17.87 | 46.88 | - |
| YUV | 87.9 | 182.24 | 217.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 5 | 184 | 0 | 0.98 | 0.14 | 0.16 | 308.61 | 0.95 | 0.43 |
| Hex | D6 | 5 | B8 | 0 | 62 | E | 10 | 135 | 5F | 2B |
| Octal | 326 | 5 | 270 | 0 | 142 | 16 | 20 | 465 | 137 | 53 |
| Binary | 11010110 | 101 | 10111000 | 0 | 1100010 | 1110 | 10000 | 100110101 | 1011111 | 101011 |
Color Harmonies of #D605B8
Complementary color
Monochromatic Colors of #D605B8
Black with #D605B8
Text Example
Text Example
White with #D605B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D605B8; }
p { color: rgb(214,5,184); }
H1.HeaderClassName
{
color: #D605B8;
}
.AnyTagClassName
{
color: #D605B8;
}
</style>
background-color css
<style>
a { background-color: #D605B8; }
a { background-color: rgb(214,5,184); }
div.DivClassName
{
background-color: #D605B8;
}
.BgClassName
{
background-color: #D605B8;
}
</style>
border-color css
<style>
span { border-color: #D605B8; }
span { border-color: rgb(214,5,184); }
td.TdClassName
{
border-color: #D605B8;
}
.TagClassName
{
border-color: #D605B8;
}
</style>