Shades of Deep Cerise #D94085
Tints of Deep Cerise #D94085
RGB
CMYK
RGB Variations
Color information
#D94085 (or 0xD94085) is known color: Deep Cerise. HEX triplet: D9, 40 and 85. RGB value is (217,64,133). Sum of RGB (Red+Green+Blue) = 217+64+133=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 64 (25.39% from 255 or 15.46% from 414); Blue value is 133 (52.34% from 255 or 32.13% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D94085 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94085 is #26BF7A. Grayscale: #757575. Windows color (decimal): -2539387 or 8732889. OLE color: 8732889.
HSL color Cylindrical-coordinate representation of color #D94085: hue angle of 332.94º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D94085 is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 64 | 133 | - |
| CMYK | 0 | 0.71 | 0.39 | 0.15 |
| HSL | 332.94º | 0.67% | 0.55% | - |
| HSV(B) | 332.94º | 0.71% | 0.85% | - |
| XYZ | 34.68 | 20.11 | 24.24 | - |
| YUV | 117.61 | 136.69 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 64 | 133 | 0 | 0.71 | 0.39 | 0.15 | 332.94 | 0.67 | 0.55 |
| Hex | D9 | 40 | 85 | 0 | 47 | 27 | F | 14D | 43 | 37 |
| Octal | 331 | 100 | 205 | 0 | 107 | 47 | 17 | 515 | 103 | 67 |
| Binary | 11011001 | 1000000 | 10000101 | 0 | 1000111 | 100111 | 1111 | 101001101 | 1000011 | 110111 |
Color Harmonies of #D94085
Complementary color
Monochromatic Colors of #D94085
Black with #D94085
Text Example
Text Example
White with #D94085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94085; }
p { color: rgb(217,64,133); }
H1.HeaderClassName
{
color: #D94085;
}
.AnyTagClassName
{
color: #D94085;
}
</style>
background-color css
<style>
a { background-color: #D94085; }
a { background-color: rgb(217,64,133); }
div.DivClassName
{
background-color: #D94085;
}
.BgClassName
{
background-color: #D94085;
}
</style>
border-color css
<style>
span { border-color: #D94085; }
span { border-color: rgb(217,64,133); }
td.TdClassName
{
border-color: #D94085;
}
.TagClassName
{
border-color: #D94085;
}
</style>