Shades of Deep Cerise #D7319C
Tints of Deep Cerise #D7319C
RGB
CMYK
RGB Variations
Color information
#D7319C (or 0xD7319C) is known color: Deep Cerise. HEX triplet: D7, 31 and 9C. RGB value is (215,49,156). Sum of RGB (Red+Green+Blue) = 215+49+156=420 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.19% from 420); Green value is 49 (19.53% from 255 or 11.67% from 420); Blue value is 156 (61.33% from 255 or 37.14% from 420); Max value from RGB is 215 - color contains mainly: red. Hex color #D7319C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7319C is #28CE63. Grayscale: #6E6E6E. Windows color (decimal): -2674276 or 10236375. OLE color: 10236375.
HSL color Cylindrical-coordinate representation of color #D7319C: hue angle of 321.33º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D7319C is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 49 | 156 | - |
| CMYK | 0 | 0.77 | 0.27 | 0.16 |
| HSL | 321.33º | 0.67% | 0.52% | - |
| HSV(B) | 321.33º | 0.77% | 0.84% | - |
| XYZ | 35.12 | 19.04 | 33.28 | - |
| YUV | 110.83 | 153.5 | 202.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 49 | 156 | 0 | 0.77 | 0.27 | 0.16 | 321.33 | 0.67 | 0.52 |
| Hex | D7 | 31 | 9C | 0 | 4D | 1B | 10 | 141 | 43 | 34 |
| Octal | 327 | 61 | 234 | 0 | 115 | 33 | 20 | 501 | 103 | 64 |
| Binary | 11010111 | 110001 | 10011100 | 0 | 1001101 | 11011 | 10000 | 101000001 | 1000011 | 110100 |
Color Harmonies of #D7319C
Complementary color
Monochromatic Colors of #D7319C
Black with #D7319C
Text Example
Text Example
White with #D7319C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7319C; }
p { color: rgb(215,49,156); }
H1.HeaderClassName
{
color: #D7319C;
}
.AnyTagClassName
{
color: #D7319C;
}
</style>
background-color css
<style>
a { background-color: #D7319C; }
a { background-color: rgb(215,49,156); }
div.DivClassName
{
background-color: #D7319C;
}
.BgClassName
{
background-color: #D7319C;
}
</style>
border-color css
<style>
span { border-color: #D7319C; }
span { border-color: rgb(215,49,156); }
td.TdClassName
{
border-color: #D7319C;
}
.TagClassName
{
border-color: #D7319C;
}
</style>