Shades of Deep Magenta #D905BC
Tints of Deep Magenta #D905BC
RGB
CMYK
RGB Variations
Color information
#D905BC (or 0xD905BC) is known color: Deep Magenta. HEX triplet: D9, 05 and BC. RGB value is (217,5,188). Sum of RGB (Red+Green+Blue) = 217+5+188=410 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.93% from 410); Green value is 5 (2.34% from 255 or 1.22% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 217 - color contains mainly: red. Hex color #D905BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D905BC is #26FA43. Grayscale: #585858. Windows color (decimal): -2554436 or 12322265. OLE color: 12322265.
HSL color Cylindrical-coordinate representation of color #D905BC: hue angle of 308.21º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D905BC is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 5 | 188 | - |
| CMYK | 0 | 0.98 | 0.13 | 0.15 |
| HSL | 308.21º | 0.95% | 0.44% | - |
| HSV(B) | 308.21º | 0.98% | 0.85% | - |
| XYZ | 37.75 | 18.49 | 49.16 | - |
| YUV | 89.25 | 183.74 | 219.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 5 | 188 | 0 | 0.98 | 0.13 | 0.15 | 308.21 | 0.95 | 0.44 |
| Hex | D9 | 5 | BC | 0 | 62 | D | F | 134 | 5F | 2C |
| Octal | 331 | 5 | 274 | 0 | 142 | 15 | 17 | 464 | 137 | 54 |
| Binary | 11011001 | 101 | 10111100 | 0 | 1100010 | 1101 | 1111 | 100110100 | 1011111 | 101100 |
Color Harmonies of #D905BC
Complementary color
Monochromatic Colors of #D905BC
Black with #D905BC
Text Example
Text Example
White with #D905BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D905BC; }
p { color: rgb(217,5,188); }
H1.HeaderClassName
{
color: #D905BC;
}
.AnyTagClassName
{
color: #D905BC;
}
</style>
background-color css
<style>
a { background-color: #D905BC; }
a { background-color: rgb(217,5,188); }
div.DivClassName
{
background-color: #D905BC;
}
.BgClassName
{
background-color: #D905BC;
}
</style>
border-color css
<style>
span { border-color: #D905BC; }
span { border-color: rgb(217,5,188); }
td.TdClassName
{
border-color: #D905BC;
}
.TagClassName
{
border-color: #D905BC;
}
</style>