Shades of Deep Magenta #D603B4
Tints of Deep Magenta #D603B4
RGB
CMYK
RGB Variations
Color information
#D603B4 (or 0xD603B4) is known color: Deep Magenta. HEX triplet: D6, 03 and B4. RGB value is (214,3,180). Sum of RGB (Red+Green+Blue) = 214+3+180=397 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.90% from 397); Green value is 3 (1.56% from 255 or 0.76% from 397); Blue value is 180 (70.70% from 255 or 45.34% from 397); Max value from RGB is 214 - color contains mainly: red. Hex color #D603B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D603B4 is #29FC4B. Grayscale: #555555. Windows color (decimal): -2751564 or 11797462. OLE color: 11797462.
HSL color Cylindrical-coordinate representation of color #D603B4: hue angle of 309.67º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D603B4 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 3 | 180 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.16 |
| HSL | 309.67º | 0.97% | 0.43% | - |
| HSV(B) | 309.67º | 0.99% | 0.84% | - |
| XYZ | 36 | 17.66 | 44.69 | - |
| YUV | 86.27 | 180.9 | 219.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 3 | 180 | 0 | 0.99 | 0.16 | 0.16 | 309.67 | 0.97 | 0.43 |
| Hex | D6 | 3 | B4 | 0 | 63 | 10 | 10 | 136 | 61 | 2B |
| Octal | 326 | 3 | 264 | 0 | 143 | 20 | 20 | 466 | 141 | 53 |
| Binary | 11010110 | 11 | 10110100 | 0 | 1100011 | 10000 | 10000 | 100110110 | 1100001 | 101011 |
Color Harmonies of #D603B4
Complementary color
Monochromatic Colors of #D603B4
Black with #D603B4
Text Example
Text Example
White with #D603B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D603B4; }
p { color: rgb(214,3,180); }
H1.HeaderClassName
{
color: #D603B4;
}
.AnyTagClassName
{
color: #D603B4;
}
</style>
background-color css
<style>
a { background-color: #D603B4; }
a { background-color: rgb(214,3,180); }
div.DivClassName
{
background-color: #D603B4;
}
.BgClassName
{
background-color: #D603B4;
}
</style>
border-color css
<style>
span { border-color: #D603B4; }
span { border-color: rgb(214,3,180); }
td.TdClassName
{
border-color: #D603B4;
}
.TagClassName
{
border-color: #D603B4;
}
</style>