Shades of Deep Cerise #D7379C
Tints of Deep Cerise #D7379C
RGB
CMYK
RGB Variations
Color information
#D7379C (or 0xD7379C) is known color: Deep Cerise. HEX triplet: D7, 37 and 9C. RGB value is (215,55,156). Sum of RGB (Red+Green+Blue) = 215+55+156=426 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.47% from 426); Green value is 55 (21.88% from 255 or 12.91% from 426); Blue value is 156 (61.33% from 255 or 36.62% from 426); Max value from RGB is 215 - color contains mainly: red. Hex color #D7379C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7379C is #28C863. Grayscale: #727272. Windows color (decimal): -2672740 or 10237911. OLE color: 10237911.
HSL color Cylindrical-coordinate representation of color #D7379C: hue angle of 322.12º 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 #D7379C is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 55 | 156 | - |
| CMYK | 0 | 0.74 | 0.27 | 0.16 |
| HSL | 322.13º | 0.67% | 0.53% | - |
| HSV(B) | 322.13º | 0.74% | 0.84% | - |
| XYZ | 35.39 | 19.58 | 33.37 | - |
| YUV | 114.35 | 151.51 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 55 | 156 | 0 | 0.74 | 0.27 | 0.16 | 322.13 | 0.67 | 0.53 |
| Hex | D7 | 37 | 9C | 0 | 4A | 1B | 10 | 142 | 43 | 35 |
| Octal | 327 | 67 | 234 | 0 | 112 | 33 | 20 | 502 | 103 | 65 |
| Binary | 11010111 | 110111 | 10011100 | 0 | 1001010 | 11011 | 10000 | 101000010 | 1000011 | 110101 |
Color Harmonies of #D7379C
Complementary color
Monochromatic Colors of #D7379C
Black with #D7379C
Text Example
Text Example
White with #D7379C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7379C; }
p { color: rgb(215,55,156); }
H1.HeaderClassName
{
color: #D7379C;
}
.AnyTagClassName
{
color: #D7379C;
}
</style>
background-color css
<style>
a { background-color: #D7379C; }
a { background-color: rgb(215,55,156); }
div.DivClassName
{
background-color: #D7379C;
}
.BgClassName
{
background-color: #D7379C;
}
</style>
border-color css
<style>
span { border-color: #D7379C; }
span { border-color: rgb(215,55,156); }
td.TdClassName
{
border-color: #D7379C;
}
.TagClassName
{
border-color: #D7379C;
}
</style>