Shades of Deep Magenta #D624CB
Tints of Deep Magenta #D624CB
RGB
CMYK
RGB Variations
Color information
#D624CB (or 0xD624CB) is known color: Deep Magenta. HEX triplet: D6, 24 and CB. RGB value is (214,36,203). Sum of RGB (Red+Green+Blue) = 214+36+203=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 36 (14.45% from 255 or 7.95% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 214 - color contains mainly: red. Hex color #D624CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D624CB is #29DB34. Grayscale: #6B6B6B. Windows color (decimal): -2743093 or 13313238. OLE color: 13313238.
HSL color Cylindrical-coordinate representation of color #D624CB: hue angle of 303.71º 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 #D624CB is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 36 | 203 | - |
| CMYK | 0 | 0.83 | 0.05 | 0.16 |
| HSL | 303.71º | 0.71% | 0.49% | - |
| HSV(B) | 303.71º | 0.83% | 0.84% | - |
| XYZ | 39.14 | 19.87 | 58.27 | - |
| YUV | 108.26 | 181.47 | 203.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 36 | 203 | 0 | 0.83 | 0.05 | 0.16 | 303.71 | 0.71 | 0.49 |
| Hex | D6 | 24 | CB | 0 | 53 | 5 | 10 | 130 | 47 | 31 |
| Octal | 326 | 44 | 313 | 0 | 123 | 5 | 20 | 460 | 107 | 61 |
| Binary | 11010110 | 100100 | 11001011 | 0 | 1010011 | 101 | 10000 | 100110000 | 1000111 | 110001 |
Color Harmonies of #D624CB
Complementary color
Monochromatic Colors of #D624CB
Black with #D624CB
Text Example
Text Example
White with #D624CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D624CB; }
p { color: rgb(214,36,203); }
H1.HeaderClassName
{
color: #D624CB;
}
.AnyTagClassName
{
color: #D624CB;
}
</style>
background-color css
<style>
a { background-color: #D624CB; }
a { background-color: rgb(214,36,203); }
div.DivClassName
{
background-color: #D624CB;
}
.BgClassName
{
background-color: #D624CB;
}
</style>
border-color css
<style>
span { border-color: #D624CB; }
span { border-color: rgb(214,36,203); }
td.TdClassName
{
border-color: #D624CB;
}
.TagClassName
{
border-color: #D624CB;
}
</style>