Shades of Deep Magenta #D909C4
Tints of Deep Magenta #D909C4
RGB
CMYK
RGB Variations
Color information
#D909C4 (or 0xD909C4) is known color: Deep Magenta. HEX triplet: D9, 09 and C4. RGB value is (217,9,196). Sum of RGB (Red+Green+Blue) = 217+9+196=422 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.42% from 422); Green value is 9 (3.91% from 255 or 2.13% from 422); Blue value is 196 (76.95% from 255 or 46.45% from 422); Max value from RGB is 217 - color contains mainly: red. Hex color #D909C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D909C4 is #26F63B. Grayscale: #5B5B5B. Windows color (decimal): -2553404 or 12847577. OLE color: 12847577.
HSL color Cylindrical-coordinate representation of color #D909C4: hue angle of 306.06º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D909C4 is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 9 | 196 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.15 |
| HSL | 306.06º | 0.92% | 0.44% | - |
| HSV(B) | 306.06º | 0.96% | 0.85% | - |
| XYZ | 38.68 | 18.93 | 53.84 | - |
| YUV | 92.51 | 186.41 | 216.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 9 | 196 | 0 | 0.96 | 0.10 | 0.15 | 306.06 | 0.92 | 0.44 |
| Hex | D9 | 9 | C4 | 0 | 60 | A | F | 132 | 5C | 2C |
| Octal | 331 | 11 | 304 | 0 | 140 | 12 | 17 | 462 | 134 | 54 |
| Binary | 11011001 | 1001 | 11000100 | 0 | 1100000 | 1010 | 1111 | 100110010 | 1011100 | 101100 |
Color Harmonies of #D909C4
Complementary color
Monochromatic Colors of #D909C4
Black with #D909C4
Text Example
Text Example
White with #D909C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D909C4; }
p { color: rgb(217,9,196); }
H1.HeaderClassName
{
color: #D909C4;
}
.AnyTagClassName
{
color: #D909C4;
}
</style>
background-color css
<style>
a { background-color: #D909C4; }
a { background-color: rgb(217,9,196); }
div.DivClassName
{
background-color: #D909C4;
}
.BgClassName
{
background-color: #D909C4;
}
</style>
border-color css
<style>
span { border-color: #D909C4; }
span { border-color: rgb(217,9,196); }
td.TdClassName
{
border-color: #D909C4;
}
.TagClassName
{
border-color: #D909C4;
}
</style>