Shades of Deep Magenta #D024BC
Tints of Deep Magenta #D024BC
RGB
CMYK
RGB Variations
Color information
#D024BC (or 0xD024BC) is known color: Deep Magenta. HEX triplet: D0, 24 and BC. RGB value is (208,36,188). Sum of RGB (Red+Green+Blue) = 208+36+188=432 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.15% from 432); Green value is 36 (14.45% from 255 or 8.33% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 208 - color contains mainly: red. Hex color #D024BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D024BC is #2FDB43. Grayscale: #686868. Windows color (decimal): -3136324 or 12330192. OLE color: 12330192.
HSL color Cylindrical-coordinate representation of color #D024BC: hue angle of 306.98º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D024BC is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 36 | 188 | - |
| CMYK | 0 | 0.83 | 0.10 | 0.18 |
| HSL | 306.98º | 0.7% | 0.48% | - |
| HSV(B) | 306.98º | 0.83% | 0.82% | - |
| XYZ | 35.72 | 18.3 | 49.23 | - |
| YUV | 104.76 | 174.98 | 201.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 36 | 188 | 0 | 0.83 | 0.10 | 0.18 | 306.98 | 0.7 | 0.48 |
| Hex | D0 | 24 | BC | 0 | 53 | A | 12 | 133 | 46 | 30 |
| Octal | 320 | 44 | 274 | 0 | 123 | 12 | 22 | 463 | 106 | 60 |
| Binary | 11010000 | 100100 | 10111100 | 0 | 1010011 | 1010 | 10010 | 100110011 | 1000110 | 110000 |
Color Harmonies of #D024BC
Complementary color
Monochromatic Colors of #D024BC
Black with #D024BC
Text Example
Text Example
White with #D024BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D024BC; }
p { color: rgb(208,36,188); }
H1.HeaderClassName
{
color: #D024BC;
}
.AnyTagClassName
{
color: #D024BC;
}
</style>
background-color css
<style>
a { background-color: #D024BC; }
a { background-color: rgb(208,36,188); }
div.DivClassName
{
background-color: #D024BC;
}
.BgClassName
{
background-color: #D024BC;
}
</style>
border-color css
<style>
span { border-color: #D024BC; }
span { border-color: rgb(208,36,188); }
td.TdClassName
{
border-color: #D024BC;
}
.TagClassName
{
border-color: #D024BC;
}
</style>