Shades of Deep Cerise #D93180
Tints of Deep Cerise #D93180
RGB
CMYK
RGB Variations
Color information
#D93180 (or 0xD93180) is known color: Deep Cerise. HEX triplet: D9, 31 and 80. RGB value is (217,49,128). Sum of RGB (Red+Green+Blue) = 217+49+128=394 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.08% from 394); Green value is 49 (19.53% from 255 or 12.44% from 394); Blue value is 128 (50.39% from 255 or 32.49% from 394); Max value from RGB is 217 - color contains mainly: red. Hex color #D93180 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93180 is #26CE7F. Grayscale: #6C6C6C. Windows color (decimal): -2543232 or 8401369. OLE color: 8401369.
HSL color Cylindrical-coordinate representation of color #D93180: hue angle of 331.79º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D93180 is Cyan = 0, Magento = 0.77, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 49 | 128 | - |
| CMYK | 0 | 0.77 | 0.41 | 0.15 |
| HSL | 331.79º | 0.69% | 0.52% | - |
| HSV(B) | 331.79º | 0.77% | 0.85% | - |
| XYZ | 33.61 | 18.51 | 22.22 | - |
| YUV | 108.24 | 139.16 | 205.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 49 | 128 | 0 | 0.77 | 0.41 | 0.15 | 331.79 | 0.69 | 0.52 |
| Hex | D9 | 31 | 80 | 0 | 4D | 29 | F | 14C | 45 | 34 |
| Octal | 331 | 61 | 200 | 0 | 115 | 51 | 17 | 514 | 105 | 64 |
| Binary | 11011001 | 110001 | 10000000 | 0 | 1001101 | 101001 | 1111 | 101001100 | 1000101 | 110100 |
Color Harmonies of #D93180
Complementary color
Monochromatic Colors of #D93180
Black with #D93180
Text Example
Text Example
White with #D93180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93180; }
p { color: rgb(217,49,128); }
H1.HeaderClassName
{
color: #D93180;
}
.AnyTagClassName
{
color: #D93180;
}
</style>
background-color css
<style>
a { background-color: #D93180; }
a { background-color: rgb(217,49,128); }
div.DivClassName
{
background-color: #D93180;
}
.BgClassName
{
background-color: #D93180;
}
</style>
border-color css
<style>
span { border-color: #D93180; }
span { border-color: rgb(217,49,128); }
td.TdClassName
{
border-color: #D93180;
}
.TagClassName
{
border-color: #D93180;
}
</style>