Shades of Deep Cerise #D93CA9
Tints of Deep Cerise #D93CA9
RGB
CMYK
RGB Variations
Color information
#D93CA9 (or 0xD93CA9) is known color: Deep Cerise. HEX triplet: D9, 3C and A9. RGB value is (217,60,169). Sum of RGB (Red+Green+Blue) = 217+60+169=446 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.65% from 446); Green value is 60 (23.83% from 255 or 13.45% from 446); Blue value is 169 (66.41% from 255 or 37.89% from 446); Max value from RGB is 217 - color contains mainly: red. Hex color #D93CA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93CA9 is #26C356. Grayscale: #777777. Windows color (decimal): -2540375 or 11091161. OLE color: 11091161.
HSL color Cylindrical-coordinate representation of color #D93CA9: hue angle of 318.34º 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 #D93CA9 is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 60 | 169 | - |
| CMYK | 0 | 0.72 | 0.22 | 0.15 |
| HSL | 318.34º | 0.67% | 0.54% | - |
| HSV(B) | 318.34º | 0.72% | 0.85% | - |
| XYZ | 37.39 | 20.85 | 39.59 | - |
| YUV | 119.37 | 156.01 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 60 | 169 | 0 | 0.72 | 0.22 | 0.15 | 318.34 | 0.67 | 0.54 |
| Hex | D9 | 3C | A9 | 0 | 48 | 16 | F | 13E | 43 | 36 |
| Octal | 331 | 74 | 251 | 0 | 110 | 26 | 17 | 476 | 103 | 66 |
| Binary | 11011001 | 111100 | 10101001 | 0 | 1001000 | 10110 | 1111 | 100111110 | 1000011 | 110110 |
Color Harmonies of #D93CA9
Complementary color
Monochromatic Colors of #D93CA9
Black with #D93CA9
Text Example
Text Example
White with #D93CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93CA9; }
p { color: rgb(217,60,169); }
H1.HeaderClassName
{
color: #D93CA9;
}
.AnyTagClassName
{
color: #D93CA9;
}
</style>
background-color css
<style>
a { background-color: #D93CA9; }
a { background-color: rgb(217,60,169); }
div.DivClassName
{
background-color: #D93CA9;
}
.BgClassName
{
background-color: #D93CA9;
}
</style>
border-color css
<style>
span { border-color: #D93CA9; }
span { border-color: rgb(217,60,169); }
td.TdClassName
{
border-color: #D93CA9;
}
.TagClassName
{
border-color: #D93CA9;
}
</style>