Shades of Deep Magenta #D903CB
Tints of Deep Magenta #D903CB
RGB
CMYK
RGB Variations
Color information
#D903CB (or 0xD903CB) is known color: Deep Magenta. HEX triplet: D9, 03 and CB. RGB value is (217,3,203). Sum of RGB (Red+Green+Blue) = 217+3+203=423 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.30% from 423); Green value is 3 (1.56% from 255 or 0.71% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 217 - color contains mainly: red. Hex color #D903CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D903CB is #26FC34. Grayscale: #595959. Windows color (decimal): -2554933 or 13304793. OLE color: 13304793.
HSL color Cylindrical-coordinate representation of color #D903CB: hue angle of 303.93º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D903CB is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 3 | 203 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.15 |
| HSL | 303.93º | 0.97% | 0.43% | - |
| HSV(B) | 303.93º | 0.99% | 0.85% | - |
| XYZ | 39.43 | 19.13 | 58.11 | - |
| YUV | 89.79 | 191.9 | 218.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 3 | 203 | 0 | 0.99 | 0.06 | 0.15 | 303.93 | 0.97 | 0.43 |
| Hex | D9 | 3 | CB | 0 | 63 | 6 | F | 130 | 61 | 2B |
| Octal | 331 | 3 | 313 | 0 | 143 | 6 | 17 | 460 | 141 | 53 |
| Binary | 11011001 | 11 | 11001011 | 0 | 1100011 | 110 | 1111 | 100110000 | 1100001 | 101011 |
Color Harmonies of #D903CB
Complementary color
Monochromatic Colors of #D903CB
Black with #D903CB
Text Example
Text Example
White with #D903CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D903CB; }
p { color: rgb(217,3,203); }
H1.HeaderClassName
{
color: #D903CB;
}
.AnyTagClassName
{
color: #D903CB;
}
</style>
background-color css
<style>
a { background-color: #D903CB; }
a { background-color: rgb(217,3,203); }
div.DivClassName
{
background-color: #D903CB;
}
.BgClassName
{
background-color: #D903CB;
}
</style>
border-color css
<style>
span { border-color: #D903CB; }
span { border-color: rgb(217,3,203); }
td.TdClassName
{
border-color: #D903CB;
}
.TagClassName
{
border-color: #D903CB;
}
</style>