Shades of Deep Cerise #D7278D
Tints of Deep Cerise #D7278D
RGB
CMYK
RGB Variations
Color information
#D7278D (or 0xD7278D) is known color: Deep Cerise. HEX triplet: D7, 27 and 8D. RGB value is (215,39,141). Sum of RGB (Red+Green+Blue) = 215+39+141=395 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.43% from 395); Green value is 39 (15.62% from 255 or 9.87% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 215 - color contains mainly: red. Hex color #D7278D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7278D is #28D872. Grayscale: #676767. Windows color (decimal): -2676851 or 9250775. OLE color: 9250775.
HSL color Cylindrical-coordinate representation of color #D7278D: hue angle of 325.23º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D7278D is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 39 | 141 | - |
| CMYK | 0 | 0.82 | 0.34 | 0.16 |
| HSL | 325.23º | 0.69% | 0.5% | - |
| HSV(B) | 325.23º | 0.82% | 0.84% | - |
| XYZ | 33.56 | 17.82 | 26.87 | - |
| YUV | 103.25 | 149.31 | 207.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 39 | 141 | 0 | 0.82 | 0.34 | 0.16 | 325.23 | 0.69 | 0.5 |
| Hex | D7 | 27 | 8D | 0 | 52 | 22 | 10 | 145 | 45 | 32 |
| Octal | 327 | 47 | 215 | 0 | 122 | 42 | 20 | 505 | 105 | 62 |
| Binary | 11010111 | 100111 | 10001101 | 0 | 1010010 | 100010 | 10000 | 101000101 | 1000101 | 110010 |
Color Harmonies of #D7278D
Complementary color
Monochromatic Colors of #D7278D
Black with #D7278D
Text Example
Text Example
White with #D7278D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7278D; }
p { color: rgb(215,39,141); }
H1.HeaderClassName
{
color: #D7278D;
}
.AnyTagClassName
{
color: #D7278D;
}
</style>
background-color css
<style>
a { background-color: #D7278D; }
a { background-color: rgb(215,39,141); }
div.DivClassName
{
background-color: #D7278D;
}
.BgClassName
{
background-color: #D7278D;
}
</style>
border-color css
<style>
span { border-color: #D7278D; }
span { border-color: rgb(215,39,141); }
td.TdClassName
{
border-color: #D7278D;
}
.TagClassName
{
border-color: #D7278D;
}
</style>