Shades of Deep Magenta #D003B3
Tints of Deep Magenta #D003B3
RGB
CMYK
RGB Variations
Color information
#D003B3 (or 0xD003B3) is known color: Deep Magenta. HEX triplet: D0, 03 and B3. RGB value is (208,3,179). Sum of RGB (Red+Green+Blue) = 208+3+179=390 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.33% from 390); Green value is 3 (1.56% from 255 or 0.77% from 390); Blue value is 179 (70.31% from 255 or 45.90% from 390); Max value from RGB is 208 - color contains mainly: red. Hex color #D003B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D003B3 is #2FFC4C. Grayscale: #535353. Windows color (decimal): -3144781 or 11731920. OLE color: 11731920.
HSL color Cylindrical-coordinate representation of color #D003B3: hue angle of 308.49º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D003B3 is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 3 | 179 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.18 |
| HSL | 308.49º | 0.97% | 0.41% | - |
| HSV(B) | 308.49º | 0.99% | 0.82% | - |
| XYZ | 34.18 | 16.73 | 44.08 | - |
| YUV | 84.36 | 181.42 | 216.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 3 | 179 | 0 | 0.99 | 0.14 | 0.18 | 308.49 | 0.97 | 0.41 |
| Hex | D0 | 3 | B3 | 0 | 63 | E | 12 | 134 | 61 | 29 |
| Octal | 320 | 3 | 263 | 0 | 143 | 16 | 22 | 464 | 141 | 51 |
| Binary | 11010000 | 11 | 10110011 | 0 | 1100011 | 1110 | 10010 | 100110100 | 1100001 | 101001 |
Color Harmonies of #D003B3
Complementary color
Monochromatic Colors of #D003B3
Black with #D003B3
Text Example
Text Example
White with #D003B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D003B3; }
p { color: rgb(208,3,179); }
H1.HeaderClassName
{
color: #D003B3;
}
.AnyTagClassName
{
color: #D003B3;
}
</style>
background-color css
<style>
a { background-color: #D003B3; }
a { background-color: rgb(208,3,179); }
div.DivClassName
{
background-color: #D003B3;
}
.BgClassName
{
background-color: #D003B3;
}
</style>
border-color css
<style>
span { border-color: #D003B3; }
span { border-color: rgb(208,3,179); }
td.TdClassName
{
border-color: #D003B3;
}
.TagClassName
{
border-color: #D003B3;
}
</style>