Shades of Deep Cerise #D9238C
Tints of Deep Cerise #D9238C
RGB
CMYK
RGB Variations
Color information
#D9238C (or 0xD9238C) is known color: Deep Cerise. HEX triplet: D9, 23 and 8C. RGB value is (217,35,140). Sum of RGB (Red+Green+Blue) = 217+35+140=392 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.36% from 392); Green value is 35 (14.06% from 255 or 8.93% from 392); Blue value is 140 (55.08% from 255 or 35.71% from 392); Max value from RGB is 217 - color contains mainly: red. Hex color #D9238C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9238C is #26DC73. Grayscale: #656565. Windows color (decimal): -2546804 or 9184217. OLE color: 9184217.
HSL color Cylindrical-coordinate representation of color #D9238C: hue angle of 325.38º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D9238C is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 35 | 140 | - |
| CMYK | 0 | 0.84 | 0.35 | 0.15 |
| HSL | 325.38º | 0.72% | 0.49% | - |
| HSV(B) | 325.38º | 0.84% | 0.85% | - |
| XYZ | 33.95 | 17.85 | 26.47 | - |
| YUV | 101.39 | 149.8 | 210.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 35 | 140 | 0 | 0.84 | 0.35 | 0.15 | 325.38 | 0.72 | 0.49 |
| Hex | D9 | 23 | 8C | 0 | 54 | 23 | F | 145 | 48 | 31 |
| Octal | 331 | 43 | 214 | 0 | 124 | 43 | 17 | 505 | 110 | 61 |
| Binary | 11011001 | 100011 | 10001100 | 0 | 1010100 | 100011 | 1111 | 101000101 | 1001000 | 110001 |
Color Harmonies of #D9238C
Complementary color
Monochromatic Colors of #D9238C
Black with #D9238C
Text Example
Text Example
White with #D9238C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9238C; }
p { color: rgb(217,35,140); }
H1.HeaderClassName
{
color: #D9238C;
}
.AnyTagClassName
{
color: #D9238C;
}
</style>
background-color css
<style>
a { background-color: #D9238C; }
a { background-color: rgb(217,35,140); }
div.DivClassName
{
background-color: #D9238C;
}
.BgClassName
{
background-color: #D9238C;
}
</style>
border-color css
<style>
span { border-color: #D9238C; }
span { border-color: rgb(217,35,140); }
td.TdClassName
{
border-color: #D9238C;
}
.TagClassName
{
border-color: #D9238C;
}
</style>