Shades of Deep Cerise #D93DAE
Tints of Deep Cerise #D93DAE
RGB
CMYK
RGB Variations
Color information
#D93DAE (or 0xD93DAE) is known color: Deep Cerise. HEX triplet: D9, 3D and AE. RGB value is (217,61,174). Sum of RGB (Red+Green+Blue) = 217+61+174=452 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.01% from 452); Green value is 61 (24.22% from 255 or 13.50% from 452); Blue value is 174 (68.36% from 255 or 38.50% from 452); Max value from RGB is 217 - color contains mainly: red. Hex color #D93DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93DAE is #26C251. Grayscale: #787878. Windows color (decimal): -2540114 or 11419097. OLE color: 11419097.
HSL color Cylindrical-coordinate representation of color #D93DAE: hue angle of 316.54º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D93DAE is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 61 | 174 | - |
| CMYK | 0 | 0.72 | 0.20 | 0.15 |
| HSL | 316.54º | 0.67% | 0.55% | - |
| HSV(B) | 316.54º | 0.72% | 0.85% | - |
| XYZ | 37.92 | 21.15 | 42.13 | - |
| YUV | 120.53 | 158.18 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 61 | 174 | 0 | 0.72 | 0.20 | 0.15 | 316.54 | 0.67 | 0.55 |
| Hex | D9 | 3D | AE | 0 | 48 | 14 | F | 13D | 43 | 37 |
| Octal | 331 | 75 | 256 | 0 | 110 | 24 | 17 | 475 | 103 | 67 |
| Binary | 11011001 | 111101 | 10101110 | 0 | 1001000 | 10100 | 1111 | 100111101 | 1000011 | 110111 |
Color Harmonies of #D93DAE
Complementary color
Monochromatic Colors of #D93DAE
Black with #D93DAE
Text Example
Text Example
White with #D93DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93DAE; }
p { color: rgb(217,61,174); }
H1.HeaderClassName
{
color: #D93DAE;
}
.AnyTagClassName
{
color: #D93DAE;
}
</style>
background-color css
<style>
a { background-color: #D93DAE; }
a { background-color: rgb(217,61,174); }
div.DivClassName
{
background-color: #D93DAE;
}
.BgClassName
{
background-color: #D93DAE;
}
</style>
border-color css
<style>
span { border-color: #D93DAE; }
span { border-color: rgb(217,61,174); }
td.TdClassName
{
border-color: #D93DAE;
}
.TagClassName
{
border-color: #D93DAE;
}
</style>