Shades of Deep Magenta #D900CC
Tints of Deep Magenta #D900CC
RGB
CMYK
RGB Variations
Color information
#D900CC (or 0xD900CC) is known color: Deep Magenta. HEX triplet: D9, 00 and CC. RGB value is (217,0,204). Sum of RGB (Red+Green+Blue) = 217+0+204=421 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.54% from 421); Green value is 0 (0.39% from 255 or 0% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 217 - color contains mainly: red. Hex color #D900CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D900CC is #26FF33. Grayscale: #575757. Windows color (decimal): -2555700 or 13369561. OLE color: 13369561.
HSL color Cylindrical-coordinate representation of color #D900CC: hue angle of 303.59º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D900CC is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 0 | 204 | - |
| CMYK | 0 | 1 | 0.06 | 0.15 |
| HSL | 303.59º | 1% | 0.43% | - |
| HSV(B) | 303.59º | 1% | 0.85% | - |
| XYZ | 39.51 | 19.11 | 58.73 | - |
| YUV | 88.14 | 193.39 | 219.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 0 | 204 | 0 | 1 | 0.06 | 0.15 | 303.59 | 1 | 0.43 |
| Hex | D9 | 0 | CC | 0 | 64 | 6 | F | 130 | 64 | 2B |
| Octal | 331 | 0 | 314 | 0 | 144 | 6 | 17 | 460 | 144 | 53 |
| Binary | 11011001 | 0 | 11001100 | 0 | 1100100 | 110 | 1111 | 100110000 | 1100100 | 101011 |
Color Harmonies of #D900CC
Complementary color
Monochromatic Colors of #D900CC
Black with #D900CC
Text Example
Text Example
White with #D900CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D900CC; }
p { color: rgb(217,0,204); }
H1.HeaderClassName
{
color: #D900CC;
}
.AnyTagClassName
{
color: #D900CC;
}
</style>
background-color css
<style>
a { background-color: #D900CC; }
a { background-color: rgb(217,0,204); }
div.DivClassName
{
background-color: #D900CC;
}
.BgClassName
{
background-color: #D900CC;
}
</style>
border-color css
<style>
span { border-color: #D900CC; }
span { border-color: rgb(217,0,204); }
td.TdClassName
{
border-color: #D900CC;
}
.TagClassName
{
border-color: #D900CC;
}
</style>