Shades of Deep Cerise #D7378E
Tints of Deep Cerise #D7378E
RGB
CMYK
RGB Variations
Color information
#D7378E (or 0xD7378E) is known color: Deep Cerise. HEX triplet: D7, 37 and 8E. RGB value is (215,55,142). Sum of RGB (Red+Green+Blue) = 215+55+142=412 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.18% from 412); Green value is 55 (21.88% from 255 or 13.35% from 412); Blue value is 142 (55.86% from 255 or 34.47% from 412); Max value from RGB is 215 - color contains mainly: red. Hex color #D7378E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7378E is #28C871. Grayscale: #707070. Windows color (decimal): -2672754 or 9320407. OLE color: 9320407.
HSL color Cylindrical-coordinate representation of color #D7378E: hue angle of 327.38º 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 #D7378E is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 55 | 142 | - |
| CMYK | 0 | 0.74 | 0.34 | 0.16 |
| HSL | 327.38º | 0.67% | 0.53% | - |
| HSV(B) | 327.38º | 0.74% | 0.84% | - |
| XYZ | 34.27 | 19.13 | 27.48 | - |
| YUV | 112.76 | 144.51 | 200.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 55 | 142 | 0 | 0.74 | 0.34 | 0.16 | 327.38 | 0.67 | 0.53 |
| Hex | D7 | 37 | 8E | 0 | 4A | 22 | 10 | 147 | 43 | 35 |
| Octal | 327 | 67 | 216 | 0 | 112 | 42 | 20 | 507 | 103 | 65 |
| Binary | 11010111 | 110111 | 10001110 | 0 | 1001010 | 100010 | 10000 | 101000111 | 1000011 | 110101 |
Color Harmonies of #D7378E
Complementary color
Monochromatic Colors of #D7378E
Black with #D7378E
Text Example
Text Example
White with #D7378E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7378E; }
p { color: rgb(215,55,142); }
H1.HeaderClassName
{
color: #D7378E;
}
.AnyTagClassName
{
color: #D7378E;
}
</style>
background-color css
<style>
a { background-color: #D7378E; }
a { background-color: rgb(215,55,142); }
div.DivClassName
{
background-color: #D7378E;
}
.BgClassName
{
background-color: #D7378E;
}
</style>
border-color css
<style>
span { border-color: #D7378E; }
span { border-color: rgb(215,55,142); }
td.TdClassName
{
border-color: #D7378E;
}
.TagClassName
{
border-color: #D7378E;
}
</style>