Shades of Deep Magenta #D024C3
Tints of Deep Magenta #D024C3
RGB
CMYK
RGB Variations
Color information
#D024C3 (or 0xD024C3) is known color: Deep Magenta. HEX triplet: D0, 24 and C3. RGB value is (208,36,195). Sum of RGB (Red+Green+Blue) = 208+36+195=439 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.38% from 439); Green value is 36 (14.45% from 255 or 8.20% from 439); Blue value is 195 (76.56% from 255 or 44.42% from 439); Max value from RGB is 208 - color contains mainly: red. Hex color #D024C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D024C3 is #2FDB3C. Grayscale: #696969. Windows color (decimal): -3136317 or 12788944. OLE color: 12788944.
HSL color Cylindrical-coordinate representation of color #D024C3: hue angle of 304.53º 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 #D024C3 is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 36 | 195 | - |
| CMYK | 0 | 0.83 | 0.06 | 0.18 |
| HSL | 304.53º | 0.7% | 0.48% | - |
| HSV(B) | 304.53º | 0.83% | 0.82% | - |
| XYZ | 36.49 | 18.61 | 53.3 | - |
| YUV | 105.55 | 178.48 | 201.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 36 | 195 | 0 | 0.83 | 0.06 | 0.18 | 304.53 | 0.7 | 0.48 |
| Hex | D0 | 24 | C3 | 0 | 53 | 6 | 12 | 131 | 46 | 30 |
| Octal | 320 | 44 | 303 | 0 | 123 | 6 | 22 | 461 | 106 | 60 |
| Binary | 11010000 | 100100 | 11000011 | 0 | 1010011 | 110 | 10010 | 100110001 | 1000110 | 110000 |
Color Harmonies of #D024C3
Complementary color
Monochromatic Colors of #D024C3
Black with #D024C3
Text Example
Text Example
White with #D024C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D024C3; }
p { color: rgb(208,36,195); }
H1.HeaderClassName
{
color: #D024C3;
}
.AnyTagClassName
{
color: #D024C3;
}
</style>
background-color css
<style>
a { background-color: #D024C3; }
a { background-color: rgb(208,36,195); }
div.DivClassName
{
background-color: #D024C3;
}
.BgClassName
{
background-color: #D024C3;
}
</style>
border-color css
<style>
span { border-color: #D024C3; }
span { border-color: rgb(208,36,195); }
td.TdClassName
{
border-color: #D024C3;
}
.TagClassName
{
border-color: #D024C3;
}
</style>