Shades of Deep Magenta #D624BC
Tints of Deep Magenta #D624BC
RGB
CMYK
RGB Variations
Color information
#D624BC (or 0xD624BC) is known color: Deep Magenta. HEX triplet: D6, 24 and BC. RGB value is (214,36,188). Sum of RGB (Red+Green+Blue) = 214+36+188=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 36 (14.45% from 255 or 8.22% from 438); Blue value is 188 (73.83% from 255 or 42.92% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D624BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D624BC is #29DB43. Grayscale: #6A6A6A. Windows color (decimal): -2743108 or 12330198. OLE color: 12330198.
HSL color Cylindrical-coordinate representation of color #D624BC: hue angle of 308.76º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D624BC is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 36 | 188 | - |
| CMYK | 0 | 0.83 | 0.12 | 0.16 |
| HSL | 308.76º | 0.71% | 0.49% | - |
| HSV(B) | 308.76º | 0.83% | 0.84% | - |
| XYZ | 37.44 | 19.19 | 49.31 | - |
| YUV | 106.55 | 173.97 | 204.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 36 | 188 | 0 | 0.83 | 0.12 | 0.16 | 308.76 | 0.71 | 0.49 |
| Hex | D6 | 24 | BC | 0 | 53 | C | 10 | 135 | 47 | 31 |
| Octal | 326 | 44 | 274 | 0 | 123 | 14 | 20 | 465 | 107 | 61 |
| Binary | 11010110 | 100100 | 10111100 | 0 | 1010011 | 1100 | 10000 | 100110101 | 1000111 | 110001 |
Color Harmonies of #D624BC
Complementary color
Monochromatic Colors of #D624BC
Black with #D624BC
Text Example
Text Example
White with #D624BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D624BC; }
p { color: rgb(214,36,188); }
H1.HeaderClassName
{
color: #D624BC;
}
.AnyTagClassName
{
color: #D624BC;
}
</style>
background-color css
<style>
a { background-color: #D624BC; }
a { background-color: rgb(214,36,188); }
div.DivClassName
{
background-color: #D624BC;
}
.BgClassName
{
background-color: #D624BC;
}
</style>
border-color css
<style>
span { border-color: #D624BC; }
span { border-color: rgb(214,36,188); }
td.TdClassName
{
border-color: #D624BC;
}
.TagClassName
{
border-color: #D624BC;
}
</style>