Shades of Deep Cerise #D93CAA
Tints of Deep Cerise #D93CAA
RGB
CMYK
RGB Variations
Color information
#D93CAA (or 0xD93CAA) is known color: Deep Cerise. HEX triplet: D9, 3C and AA. RGB value is (217,60,170). Sum of RGB (Red+Green+Blue) = 217+60+170=447 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.55% from 447); Green value is 60 (23.83% from 255 or 13.42% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 217 - color contains mainly: red. Hex color #D93CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93CAA is #26C355. Grayscale: #777777. Windows color (decimal): -2540374 or 11156697. OLE color: 11156697.
HSL color Cylindrical-coordinate representation of color #D93CAA: hue angle of 317.96º 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 #D93CAA is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 60 | 170 | - |
| CMYK | 0 | 0.72 | 0.22 | 0.15 |
| HSL | 317.96º | 0.67% | 0.54% | - |
| HSV(B) | 317.96º | 0.72% | 0.85% | - |
| XYZ | 37.49 | 20.89 | 40.09 | - |
| YUV | 119.48 | 156.51 | 197.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 60 | 170 | 0 | 0.72 | 0.22 | 0.15 | 317.96 | 0.67 | 0.54 |
| Hex | D9 | 3C | AA | 0 | 48 | 16 | F | 13E | 43 | 36 |
| Octal | 331 | 74 | 252 | 0 | 110 | 26 | 17 | 476 | 103 | 66 |
| Binary | 11011001 | 111100 | 10101010 | 0 | 1001000 | 10110 | 1111 | 100111110 | 1000011 | 110110 |
Color Harmonies of #D93CAA
Complementary color
Monochromatic Colors of #D93CAA
Black with #D93CAA
Text Example
Text Example
White with #D93CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93CAA; }
p { color: rgb(217,60,170); }
H1.HeaderClassName
{
color: #D93CAA;
}
.AnyTagClassName
{
color: #D93CAA;
}
</style>
background-color css
<style>
a { background-color: #D93CAA; }
a { background-color: rgb(217,60,170); }
div.DivClassName
{
background-color: #D93CAA;
}
.BgClassName
{
background-color: #D93CAA;
}
</style>
border-color css
<style>
span { border-color: #D93CAA; }
span { border-color: rgb(217,60,170); }
td.TdClassName
{
border-color: #D93CAA;
}
.TagClassName
{
border-color: #D93CAA;
}
</style>