Shades of Deep Cerise #D94180
Tints of Deep Cerise #D94180
RGB
CMYK
RGB Variations
Color information
#D94180 (or 0xD94180) is known color: Deep Cerise. HEX triplet: D9, 41 and 80. RGB value is (217,65,128). Sum of RGB (Red+Green+Blue) = 217+65+128=410 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.93% from 410); Green value is 65 (25.78% from 255 or 15.85% from 410); Blue value is 128 (50.39% from 255 or 31.22% from 410); Max value from RGB is 217 - color contains mainly: red. Hex color #D94180 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94180 is #26BE7F. Grayscale: #757575. Windows color (decimal): -2539136 or 8405465. OLE color: 8405465.
HSL color Cylindrical-coordinate representation of color #D94180: hue angle of 335.13º 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 #D94180 is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 65 | 128 | - |
| CMYK | 0 | 0.70 | 0.41 | 0.15 |
| HSL | 335.13º | 0.67% | 0.55% | - |
| HSV(B) | 335.13º | 0.7% | 0.85% | - |
| XYZ | 34.4 | 20.09 | 22.49 | - |
| YUV | 117.63 | 133.86 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 65 | 128 | 0 | 0.70 | 0.41 | 0.15 | 335.13 | 0.67 | 0.55 |
| Hex | D9 | 41 | 80 | 0 | 46 | 29 | F | 14F | 43 | 37 |
| Octal | 331 | 101 | 200 | 0 | 106 | 51 | 17 | 517 | 103 | 67 |
| Binary | 11011001 | 1000001 | 10000000 | 0 | 1000110 | 101001 | 1111 | 101001111 | 1000011 | 110111 |
Color Harmonies of #D94180
Complementary color
Monochromatic Colors of #D94180
Black with #D94180
Text Example
Text Example
White with #D94180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94180; }
p { color: rgb(217,65,128); }
H1.HeaderClassName
{
color: #D94180;
}
.AnyTagClassName
{
color: #D94180;
}
</style>
background-color css
<style>
a { background-color: #D94180; }
a { background-color: rgb(217,65,128); }
div.DivClassName
{
background-color: #D94180;
}
.BgClassName
{
background-color: #D94180;
}
</style>
border-color css
<style>
span { border-color: #D94180; }
span { border-color: rgb(217,65,128); }
td.TdClassName
{
border-color: #D94180;
}
.TagClassName
{
border-color: #D94180;
}
</style>