Shades of Deep Magenta #D923C3
Tints of Deep Magenta #D923C3
RGB
CMYK
RGB Variations
Color information
#D923C3 (or 0xD923C3) is known color: Deep Magenta. HEX triplet: D9, 23 and C3. RGB value is (217,35,195). Sum of RGB (Red+Green+Blue) = 217+35+195=447 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.55% from 447); Green value is 35 (14.06% from 255 or 7.83% from 447); Blue value is 195 (76.56% from 255 or 43.62% from 447); Max value from RGB is 217 - color contains mainly: red. Hex color #D923C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D923C3 is #26DC3C. Grayscale: #6B6B6B. Windows color (decimal): -2546749 or 12788697. OLE color: 12788697.
HSL color Cylindrical-coordinate representation of color #D923C3: hue angle of 307.25º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D923C3 is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 35 | 195 | - |
| CMYK | 0 | 0.84 | 0.10 | 0.15 |
| HSL | 307.25º | 0.72% | 0.49% | - |
| HSV(B) | 307.25º | 0.84% | 0.85% | - |
| XYZ | 39.07 | 19.89 | 53.41 | - |
| YUV | 107.66 | 177.3 | 205.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 35 | 195 | 0 | 0.84 | 0.10 | 0.15 | 307.25 | 0.72 | 0.49 |
| Hex | D9 | 23 | C3 | 0 | 54 | A | F | 133 | 48 | 31 |
| Octal | 331 | 43 | 303 | 0 | 124 | 12 | 17 | 463 | 110 | 61 |
| Binary | 11011001 | 100011 | 11000011 | 0 | 1010100 | 1010 | 1111 | 100110011 | 1001000 | 110001 |
Color Harmonies of #D923C3
Complementary color
Monochromatic Colors of #D923C3
Black with #D923C3
Text Example
Text Example
White with #D923C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D923C3; }
p { color: rgb(217,35,195); }
H1.HeaderClassName
{
color: #D923C3;
}
.AnyTagClassName
{
color: #D923C3;
}
</style>
background-color css
<style>
a { background-color: #D923C3; }
a { background-color: rgb(217,35,195); }
div.DivClassName
{
background-color: #D923C3;
}
.BgClassName
{
background-color: #D923C3;
}
</style>
border-color css
<style>
span { border-color: #D923C3; }
span { border-color: rgb(217,35,195); }
td.TdClassName
{
border-color: #D923C3;
}
.TagClassName
{
border-color: #D923C3;
}
</style>