Shades of Deep Cerise #D7388B
Tints of Deep Cerise #D7388B
RGB
CMYK
RGB Variations
Color information
#D7388B (or 0xD7388B) is known color: Deep Cerise. HEX triplet: D7, 38 and 8B. RGB value is (215,56,139). Sum of RGB (Red+Green+Blue) = 215+56+139=410 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.44% from 410); Green value is 56 (22.27% from 255 or 13.66% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 215 - color contains mainly: red. Hex color #D7388B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7388B is #28C774. Grayscale: #707070. Windows color (decimal): -2672501 or 9124055. OLE color: 9124055.
HSL color Cylindrical-coordinate representation of color #D7388B: hue angle of 328.68º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D7388B is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 56 | 139 | - |
| CMYK | 0 | 0.74 | 0.35 | 0.16 |
| HSL | 328.68º | 0.67% | 0.53% | - |
| HSV(B) | 328.68º | 0.74% | 0.84% | - |
| XYZ | 34.1 | 19.14 | 26.32 | - |
| YUV | 113 | 142.68 | 200.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 56 | 139 | 0 | 0.74 | 0.35 | 0.16 | 328.68 | 0.67 | 0.53 |
| Hex | D7 | 38 | 8B | 0 | 4A | 23 | 10 | 149 | 43 | 35 |
| Octal | 327 | 70 | 213 | 0 | 112 | 43 | 20 | 511 | 103 | 65 |
| Binary | 11010111 | 111000 | 10001011 | 0 | 1001010 | 100011 | 10000 | 101001001 | 1000011 | 110101 |
Color Harmonies of #D7388B
Complementary color
Monochromatic Colors of #D7388B
Black with #D7388B
Text Example
Text Example
White with #D7388B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7388B; }
p { color: rgb(215,56,139); }
H1.HeaderClassName
{
color: #D7388B;
}
.AnyTagClassName
{
color: #D7388B;
}
</style>
background-color css
<style>
a { background-color: #D7388B; }
a { background-color: rgb(215,56,139); }
div.DivClassName
{
background-color: #D7388B;
}
.BgClassName
{
background-color: #D7388B;
}
</style>
border-color css
<style>
span { border-color: #D7388B; }
span { border-color: rgb(215,56,139); }
td.TdClassName
{
border-color: #D7388B;
}
.TagClassName
{
border-color: #D7388B;
}
</style>