Shades of Deep Magenta #D623CA
Tints of Deep Magenta #D623CA
RGB
CMYK
RGB Variations
Color information
#D623CA (or 0xD623CA) is known color: Deep Magenta. HEX triplet: D6, 23 and CA. RGB value is (214,35,202). Sum of RGB (Red+Green+Blue) = 214+35+202=451 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.45% from 451); Green value is 35 (14.06% from 255 or 7.76% from 451); Blue value is 202 (79.30% from 255 or 44.79% from 451); Max value from RGB is 214 - color contains mainly: red. Hex color #D623CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D623CA is #29DC35. Grayscale: #6B6B6B. Windows color (decimal): -2743350 or 13247446. OLE color: 13247446.
HSL color Cylindrical-coordinate representation of color #D623CA: hue angle of 304.02º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D623CA is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 35 | 202 | - |
| CMYK | 0 | 0.84 | 0.06 | 0.16 |
| HSL | 304.02º | 0.72% | 0.49% | - |
| HSV(B) | 304.02º | 0.84% | 0.84% | - |
| XYZ | 38.99 | 19.76 | 57.64 | - |
| YUV | 107.56 | 181.3 | 203.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 35 | 202 | 0 | 0.84 | 0.06 | 0.16 | 304.02 | 0.72 | 0.49 |
| Hex | D6 | 23 | CA | 0 | 54 | 6 | 10 | 130 | 48 | 31 |
| Octal | 326 | 43 | 312 | 0 | 124 | 6 | 20 | 460 | 110 | 61 |
| Binary | 11010110 | 100011 | 11001010 | 0 | 1010100 | 110 | 10000 | 100110000 | 1001000 | 110001 |
Color Harmonies of #D623CA
Complementary color
Monochromatic Colors of #D623CA
Black with #D623CA
Text Example
Text Example
White with #D623CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D623CA; }
p { color: rgb(214,35,202); }
H1.HeaderClassName
{
color: #D623CA;
}
.AnyTagClassName
{
color: #D623CA;
}
</style>
background-color css
<style>
a { background-color: #D623CA; }
a { background-color: rgb(214,35,202); }
div.DivClassName
{
background-color: #D623CA;
}
.BgClassName
{
background-color: #D623CA;
}
</style>
border-color css
<style>
span { border-color: #D623CA; }
span { border-color: rgb(214,35,202); }
td.TdClassName
{
border-color: #D623CA;
}
.TagClassName
{
border-color: #D623CA;
}
</style>