Shades of Deep Cerise #D93CA6
Tints of Deep Cerise #D93CA6
RGB
CMYK
RGB Variations
Color information
#D93CA6 (or 0xD93CA6) is known color: Deep Cerise. HEX triplet: D9, 3C and A6. RGB value is (217,60,166). Sum of RGB (Red+Green+Blue) = 217+60+166=443 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.98% from 443); Green value is 60 (23.83% from 255 or 13.54% from 443); Blue value is 166 (65.23% from 255 or 37.47% from 443); Max value from RGB is 217 - color contains mainly: red. Hex color #D93CA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93CA6 is #26C359. Grayscale: #767676. Windows color (decimal): -2540378 or 10894553. OLE color: 10894553.
HSL color Cylindrical-coordinate representation of color #D93CA6: hue angle of 319.49º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D93CA6 is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 60 | 166 | - |
| CMYK | 0 | 0.72 | 0.24 | 0.15 |
| HSL | 319.49º | 0.67% | 0.54% | - |
| HSV(B) | 319.49º | 0.72% | 0.85% | - |
| XYZ | 37.11 | 20.74 | 38.12 | - |
| YUV | 119.03 | 154.51 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 60 | 166 | 0 | 0.72 | 0.24 | 0.15 | 319.49 | 0.67 | 0.54 |
| Hex | D9 | 3C | A6 | 0 | 48 | 18 | F | 13F | 43 | 36 |
| Octal | 331 | 74 | 246 | 0 | 110 | 30 | 17 | 477 | 103 | 66 |
| Binary | 11011001 | 111100 | 10100110 | 0 | 1001000 | 11000 | 1111 | 100111111 | 1000011 | 110110 |
Color Harmonies of #D93CA6
Complementary color
Monochromatic Colors of #D93CA6
Black with #D93CA6
Text Example
Text Example
White with #D93CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93CA6; }
p { color: rgb(217,60,166); }
H1.HeaderClassName
{
color: #D93CA6;
}
.AnyTagClassName
{
color: #D93CA6;
}
</style>
background-color css
<style>
a { background-color: #D93CA6; }
a { background-color: rgb(217,60,166); }
div.DivClassName
{
background-color: #D93CA6;
}
.BgClassName
{
background-color: #D93CA6;
}
</style>
border-color css
<style>
span { border-color: #D93CA6; }
span { border-color: rgb(217,60,166); }
td.TdClassName
{
border-color: #D93CA6;
}
.TagClassName
{
border-color: #D93CA6;
}
</style>