Shades of Deep Magenta #D403CC
Tints of Deep Magenta #D403CC
RGB
CMYK
RGB Variations
Color information
#D403CC (or 0xD403CC) is known color: Deep Magenta. HEX triplet: D4, 03 and CC. RGB value is (212,3,204). Sum of RGB (Red+Green+Blue) = 212+3+204=419 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.60% from 419); Green value is 3 (1.56% from 255 or 0.72% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 212 - color contains mainly: red. Hex color #D403CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D403CC is #2BFC33. Grayscale: #575757. Windows color (decimal): -2882612 or 13370324. OLE color: 13370324.
HSL color Cylindrical-coordinate representation of color #D403CC: hue angle of 302.3º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D403CC is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 3 | 204 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.17 |
| HSL | 302.3º | 0.97% | 0.42% | - |
| HSV(B) | 302.3º | 0.99% | 0.83% | - |
| XYZ | 38.08 | 18.42 | 58.68 | - |
| YUV | 88.41 | 193.24 | 216.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 3 | 204 | 0 | 0.99 | 0.04 | 0.17 | 302.3 | 0.97 | 0.42 |
| Hex | D4 | 3 | CC | 0 | 63 | 4 | 11 | 12E | 61 | 2A |
| Octal | 324 | 3 | 314 | 0 | 143 | 4 | 21 | 456 | 141 | 52 |
| Binary | 11010100 | 11 | 11001100 | 0 | 1100011 | 100 | 10001 | 100101110 | 1100001 | 101010 |
Color Harmonies of #D403CC
Complementary color
Monochromatic Colors of #D403CC
Black with #D403CC
Text Example
Text Example
White with #D403CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D403CC; }
p { color: rgb(212,3,204); }
H1.HeaderClassName
{
color: #D403CC;
}
.AnyTagClassName
{
color: #D403CC;
}
</style>
background-color css
<style>
a { background-color: #D403CC; }
a { background-color: rgb(212,3,204); }
div.DivClassName
{
background-color: #D403CC;
}
.BgClassName
{
background-color: #D403CC;
}
</style>
border-color css
<style>
span { border-color: #D403CC; }
span { border-color: rgb(212,3,204); }
td.TdClassName
{
border-color: #D403CC;
}
.TagClassName
{
border-color: #D403CC;
}
</style>