Shades of Deep Cerise #D93CA8
Tints of Deep Cerise #D93CA8
RGB
CMYK
RGB Variations
Color information
#D93CA8 (or 0xD93CA8) is known color: Deep Cerise. HEX triplet: D9, 3C and A8. RGB value is (217,60,168). Sum of RGB (Red+Green+Blue) = 217+60+168=445 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.76% from 445); Green value is 60 (23.83% from 255 or 13.48% from 445); Blue value is 168 (66.02% from 255 or 37.75% from 445); Max value from RGB is 217 - color contains mainly: red. Hex color #D93CA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93CA8 is #26C357. Grayscale: #767676. Windows color (decimal): -2540376 or 11025625. OLE color: 11025625.
HSL color Cylindrical-coordinate representation of color #D93CA8: hue angle of 318.73º 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 #D93CA8 is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 60 | 168 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.15 |
| HSL | 318.73º | 0.67% | 0.54% | - |
| HSV(B) | 318.73º | 0.72% | 0.85% | - |
| XYZ | 37.3 | 20.81 | 39.1 | - |
| YUV | 119.26 | 155.51 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 60 | 168 | 0 | 0.72 | 0.23 | 0.15 | 318.73 | 0.67 | 0.54 |
| Hex | D9 | 3C | A8 | 0 | 48 | 17 | F | 13F | 43 | 36 |
| Octal | 331 | 74 | 250 | 0 | 110 | 27 | 17 | 477 | 103 | 66 |
| Binary | 11011001 | 111100 | 10101000 | 0 | 1001000 | 10111 | 1111 | 100111111 | 1000011 | 110110 |
Color Harmonies of #D93CA8
Complementary color
Monochromatic Colors of #D93CA8
Black with #D93CA8
Text Example
Text Example
White with #D93CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93CA8; }
p { color: rgb(217,60,168); }
H1.HeaderClassName
{
color: #D93CA8;
}
.AnyTagClassName
{
color: #D93CA8;
}
</style>
background-color css
<style>
a { background-color: #D93CA8; }
a { background-color: rgb(217,60,168); }
div.DivClassName
{
background-color: #D93CA8;
}
.BgClassName
{
background-color: #D93CA8;
}
</style>
border-color css
<style>
span { border-color: #D93CA8; }
span { border-color: rgb(217,60,168); }
td.TdClassName
{
border-color: #D93CA8;
}
.TagClassName
{
border-color: #D93CA8;
}
</style>