Shades of Deep Magenta #D906C4
Tints of Deep Magenta #D906C4
RGB
CMYK
RGB Variations
Color information
#D906C4 (or 0xD906C4) is known color: Deep Magenta. HEX triplet: D9, 06 and C4. RGB value is (217,6,196). Sum of RGB (Red+Green+Blue) = 217+6+196=419 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.79% from 419); Green value is 6 (2.73% from 255 or 1.43% from 419); Blue value is 196 (76.95% from 255 or 46.78% from 419); Max value from RGB is 217 - color contains mainly: red. Hex color #D906C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D906C4 is #26F93B. Grayscale: #5A5A5A. Windows color (decimal): -2554172 or 12846809. OLE color: 12846809.
HSL color Cylindrical-coordinate representation of color #D906C4: hue angle of 305.97º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D906C4 is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 6 | 196 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.15 |
| HSL | 305.97º | 0.95% | 0.44% | - |
| HSV(B) | 305.97º | 0.97% | 0.85% | - |
| XYZ | 38.64 | 18.87 | 53.83 | - |
| YUV | 90.75 | 187.4 | 218.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 6 | 196 | 0 | 0.97 | 0.10 | 0.15 | 305.97 | 0.95 | 0.44 |
| Hex | D9 | 6 | C4 | 0 | 61 | A | F | 132 | 5F | 2C |
| Octal | 331 | 6 | 304 | 0 | 141 | 12 | 17 | 462 | 137 | 54 |
| Binary | 11011001 | 110 | 11000100 | 0 | 1100001 | 1010 | 1111 | 100110010 | 1011111 | 101100 |
Color Harmonies of #D906C4
Complementary color
Monochromatic Colors of #D906C4
Black with #D906C4
Text Example
Text Example
White with #D906C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D906C4; }
p { color: rgb(217,6,196); }
H1.HeaderClassName
{
color: #D906C4;
}
.AnyTagClassName
{
color: #D906C4;
}
</style>
background-color css
<style>
a { background-color: #D906C4; }
a { background-color: rgb(217,6,196); }
div.DivClassName
{
background-color: #D906C4;
}
.BgClassName
{
background-color: #D906C4;
}
</style>
border-color css
<style>
span { border-color: #D906C4; }
span { border-color: rgb(217,6,196); }
td.TdClassName
{
border-color: #D906C4;
}
.TagClassName
{
border-color: #D906C4;
}
</style>