Shades of Deep Cerise #D9238B
Tints of Deep Cerise #D9238B
RGB
CMYK
RGB Variations
Color information
#D9238B (or 0xD9238B) is known color: Deep Cerise. HEX triplet: D9, 23 and 8B. RGB value is (217,35,139). Sum of RGB (Red+Green+Blue) = 217+35+139=391 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.50% from 391); Green value is 35 (14.06% from 255 or 8.95% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 217 - color contains mainly: red. Hex color #D9238B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9238B is #26DC74. Grayscale: #656565. Windows color (decimal): -2546805 or 9118681. OLE color: 9118681.
HSL color Cylindrical-coordinate representation of color #D9238B: hue angle of 325.71º 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 #D9238B is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 35 | 139 | - |
| CMYK | 0 | 0.84 | 0.36 | 0.15 |
| HSL | 325.71º | 0.72% | 0.49% | - |
| HSV(B) | 325.71º | 0.84% | 0.85% | - |
| XYZ | 33.88 | 17.82 | 26.08 | - |
| YUV | 101.27 | 149.3 | 210.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 35 | 139 | 0 | 0.84 | 0.36 | 0.15 | 325.71 | 0.72 | 0.49 |
| Hex | D9 | 23 | 8B | 0 | 54 | 24 | F | 146 | 48 | 31 |
| Octal | 331 | 43 | 213 | 0 | 124 | 44 | 17 | 506 | 110 | 61 |
| Binary | 11011001 | 100011 | 10001011 | 0 | 1010100 | 100100 | 1111 | 101000110 | 1001000 | 110001 |
Color Harmonies of #D9238B
Complementary color
Monochromatic Colors of #D9238B
Black with #D9238B
Text Example
Text Example
White with #D9238B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9238B; }
p { color: rgb(217,35,139); }
H1.HeaderClassName
{
color: #D9238B;
}
.AnyTagClassName
{
color: #D9238B;
}
</style>
background-color css
<style>
a { background-color: #D9238B; }
a { background-color: rgb(217,35,139); }
div.DivClassName
{
background-color: #D9238B;
}
.BgClassName
{
background-color: #D9238B;
}
</style>
border-color css
<style>
span { border-color: #D9238B; }
span { border-color: rgb(217,35,139); }
td.TdClassName
{
border-color: #D9238B;
}
.TagClassName
{
border-color: #D9238B;
}
</style>