Shades of Deep Cerise #D7279C
Tints of Deep Cerise #D7279C
RGB
CMYK
RGB Variations
Color information
#D7279C (or 0xD7279C) is known color: Deep Cerise. HEX triplet: D7, 27 and 9C. RGB value is (215,39,156). Sum of RGB (Red+Green+Blue) = 215+39+156=410 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.44% from 410); Green value is 39 (15.62% from 255 or 9.51% from 410); Blue value is 156 (61.33% from 255 or 38.05% from 410); Max value from RGB is 215 - color contains mainly: red. Hex color #D7279C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7279C is #28D863. Grayscale: #686868. Windows color (decimal): -2676836 or 10233815. OLE color: 10233815.
HSL color Cylindrical-coordinate representation of color #D7279C: hue angle of 320.11º 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 #D7279C is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 39 | 156 | - |
| CMYK | 0 | 0.82 | 0.27 | 0.16 |
| HSL | 320.11º | 0.69% | 0.5% | - |
| HSV(B) | 320.11º | 0.82% | 0.84% | - |
| XYZ | 34.75 | 18.3 | 33.15 | - |
| YUV | 104.96 | 156.81 | 206.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 39 | 156 | 0 | 0.82 | 0.27 | 0.16 | 320.11 | 0.69 | 0.5 |
| Hex | D7 | 27 | 9C | 0 | 52 | 1B | 10 | 140 | 45 | 32 |
| Octal | 327 | 47 | 234 | 0 | 122 | 33 | 20 | 500 | 105 | 62 |
| Binary | 11010111 | 100111 | 10011100 | 0 | 1010010 | 11011 | 10000 | 101000000 | 1000101 | 110010 |
Color Harmonies of #D7279C
Complementary color
Monochromatic Colors of #D7279C
Black with #D7279C
Text Example
Text Example
White with #D7279C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7279C; }
p { color: rgb(215,39,156); }
H1.HeaderClassName
{
color: #D7279C;
}
.AnyTagClassName
{
color: #D7279C;
}
</style>
background-color css
<style>
a { background-color: #D7279C; }
a { background-color: rgb(215,39,156); }
div.DivClassName
{
background-color: #D7279C;
}
.BgClassName
{
background-color: #D7279C;
}
</style>
border-color css
<style>
span { border-color: #D7279C; }
span { border-color: rgb(215,39,156); }
td.TdClassName
{
border-color: #D7279C;
}
.TagClassName
{
border-color: #D7279C;
}
</style>