Shades of Deep Cerise #D93BAE
Tints of Deep Cerise #D93BAE
RGB
CMYK
RGB Variations
Color information
#D93BAE (or 0xD93BAE) is known color: Deep Cerise. HEX triplet: D9, 3B and AE. RGB value is (217,59,174). Sum of RGB (Red+Green+Blue) = 217+59+174=450 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.22% from 450); Green value is 59 (23.44% from 255 or 13.11% from 450); Blue value is 174 (68.36% from 255 or 38.67% from 450); Max value from RGB is 217 - color contains mainly: red. Hex color #D93BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93BAE is #26C451. Grayscale: #777777. Windows color (decimal): -2540626 or 11418585. OLE color: 11418585.
HSL color Cylindrical-coordinate representation of color #D93BAE: hue angle of 316.33º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D93BAE is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 59 | 174 | - |
| CMYK | 0 | 0.73 | 0.20 | 0.15 |
| HSL | 316.33º | 0.68% | 0.54% | - |
| HSV(B) | 316.33º | 0.73% | 0.85% | - |
| XYZ | 37.82 | 20.94 | 42.09 | - |
| YUV | 119.35 | 158.85 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 59 | 174 | 0 | 0.73 | 0.20 | 0.15 | 316.33 | 0.68 | 0.54 |
| Hex | D9 | 3B | AE | 0 | 49 | 14 | F | 13C | 44 | 36 |
| Octal | 331 | 73 | 256 | 0 | 111 | 24 | 17 | 474 | 104 | 66 |
| Binary | 11011001 | 111011 | 10101110 | 0 | 1001001 | 10100 | 1111 | 100111100 | 1000100 | 110110 |
Color Harmonies of #D93BAE
Complementary color
Monochromatic Colors of #D93BAE
Black with #D93BAE
Text Example
Text Example
White with #D93BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93BAE; }
p { color: rgb(217,59,174); }
H1.HeaderClassName
{
color: #D93BAE;
}
.AnyTagClassName
{
color: #D93BAE;
}
</style>
background-color css
<style>
a { background-color: #D93BAE; }
a { background-color: rgb(217,59,174); }
div.DivClassName
{
background-color: #D93BAE;
}
.BgClassName
{
background-color: #D93BAE;
}
</style>
border-color css
<style>
span { border-color: #D93BAE; }
span { border-color: rgb(217,59,174); }
td.TdClassName
{
border-color: #D93BAE;
}
.TagClassName
{
border-color: #D93BAE;
}
</style>