Shades of Deep Cerise #D9388B
Tints of Deep Cerise #D9388B
RGB
CMYK
RGB Variations
Color information
#D9388B (or 0xD9388B) is known color: Deep Cerise. HEX triplet: D9, 38 and 8B. RGB value is (217,56,139). Sum of RGB (Red+Green+Blue) = 217+56+139=412 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.67% from 412); Green value is 56 (22.27% from 255 or 13.59% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 217 - color contains mainly: red. Hex color #D9388B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9388B is #26C774. Grayscale: #717171. Windows color (decimal): -2541429 or 9124057. OLE color: 9124057.
HSL color Cylindrical-coordinate representation of color #D9388B: hue angle of 329.07º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D9388B is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 56 | 139 | - |
| CMYK | 0 | 0.74 | 0.36 | 0.15 |
| HSL | 329.07º | 0.68% | 0.54% | - |
| HSV(B) | 329.07º | 0.74% | 0.85% | - |
| XYZ | 34.69 | 19.44 | 26.35 | - |
| YUV | 113.6 | 142.34 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 56 | 139 | 0 | 0.74 | 0.36 | 0.15 | 329.07 | 0.68 | 0.54 |
| Hex | D9 | 38 | 8B | 0 | 4A | 24 | F | 149 | 44 | 36 |
| Octal | 331 | 70 | 213 | 0 | 112 | 44 | 17 | 511 | 104 | 66 |
| Binary | 11011001 | 111000 | 10001011 | 0 | 1001010 | 100100 | 1111 | 101001001 | 1000100 | 110110 |
Color Harmonies of #D9388B
Complementary color
Monochromatic Colors of #D9388B
Black with #D9388B
Text Example
Text Example
White with #D9388B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9388B; }
p { color: rgb(217,56,139); }
H1.HeaderClassName
{
color: #D9388B;
}
.AnyTagClassName
{
color: #D9388B;
}
</style>
background-color css
<style>
a { background-color: #D9388B; }
a { background-color: rgb(217,56,139); }
div.DivClassName
{
background-color: #D9388B;
}
.BgClassName
{
background-color: #D9388B;
}
</style>
border-color css
<style>
span { border-color: #D9388B; }
span { border-color: rgb(217,56,139); }
td.TdClassName
{
border-color: #D9388B;
}
.TagClassName
{
border-color: #D9388B;
}
</style>