Shades of Deep Cerise #D94185
Tints of Deep Cerise #D94185
RGB
CMYK
RGB Variations
Color information
#D94185 (or 0xD94185) is known color: Deep Cerise. HEX triplet: D9, 41 and 85. RGB value is (217,65,133). Sum of RGB (Red+Green+Blue) = 217+65+133=415 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.29% from 415); Green value is 65 (25.78% from 255 or 15.66% from 415); Blue value is 133 (52.34% from 255 or 32.05% from 415); Max value from RGB is 217 - color contains mainly: red. Hex color #D94185 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94185 is #26BE7A. Grayscale: #767676. Windows color (decimal): -2539131 or 8733145. OLE color: 8733145.
HSL color Cylindrical-coordinate representation of color #D94185: hue angle of 333.16º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D94185 is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 65 | 133 | - |
| CMYK | 0 | 0.70 | 0.39 | 0.15 |
| HSL | 333.16º | 0.67% | 0.55% | - |
| HSV(B) | 333.16º | 0.7% | 0.85% | - |
| XYZ | 34.74 | 20.23 | 24.26 | - |
| YUV | 118.2 | 136.36 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 65 | 133 | 0 | 0.70 | 0.39 | 0.15 | 333.16 | 0.67 | 0.55 |
| Hex | D9 | 41 | 85 | 0 | 46 | 27 | F | 14D | 43 | 37 |
| Octal | 331 | 101 | 205 | 0 | 106 | 47 | 17 | 515 | 103 | 67 |
| Binary | 11011001 | 1000001 | 10000101 | 0 | 1000110 | 100111 | 1111 | 101001101 | 1000011 | 110111 |
Color Harmonies of #D94185
Complementary color
Monochromatic Colors of #D94185
Black with #D94185
Text Example
Text Example
White with #D94185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94185; }
p { color: rgb(217,65,133); }
H1.HeaderClassName
{
color: #D94185;
}
.AnyTagClassName
{
color: #D94185;
}
</style>
background-color css
<style>
a { background-color: #D94185; }
a { background-color: rgb(217,65,133); }
div.DivClassName
{
background-color: #D94185;
}
.BgClassName
{
background-color: #D94185;
}
</style>
border-color css
<style>
span { border-color: #D94185; }
span { border-color: rgb(217,65,133); }
td.TdClassName
{
border-color: #D94185;
}
.TagClassName
{
border-color: #D94185;
}
</style>