Shades of Deep Cerise #D7379B
Tints of Deep Cerise #D7379B
RGB
CMYK
RGB Variations
Color information
#D7379B (or 0xD7379B) is known color: Deep Cerise. HEX triplet: D7, 37 and 9B. RGB value is (215,55,155). Sum of RGB (Red+Green+Blue) = 215+55+155=425 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.59% from 425); Green value is 55 (21.88% from 255 or 12.94% from 425); Blue value is 155 (60.94% from 255 or 36.47% from 425); Max value from RGB is 215 - color contains mainly: red. Hex color #D7379B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7379B is #28C864. Grayscale: #717171. Windows color (decimal): -2672741 or 10172375. OLE color: 10172375.
HSL color Cylindrical-coordinate representation of color #D7379B: hue angle of 322.5º 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 #D7379B is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 55 | 155 | - |
| CMYK | 0 | 0.74 | 0.28 | 0.16 |
| HSL | 322.5º | 0.67% | 0.53% | - |
| HSV(B) | 322.5º | 0.74% | 0.84% | - |
| XYZ | 35.31 | 19.55 | 32.92 | - |
| YUV | 114.24 | 151.01 | 199.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 55 | 155 | 0 | 0.74 | 0.28 | 0.16 | 322.5 | 0.67 | 0.53 |
| Hex | D7 | 37 | 9B | 0 | 4A | 1C | 10 | 142 | 43 | 35 |
| Octal | 327 | 67 | 233 | 0 | 112 | 34 | 20 | 502 | 103 | 65 |
| Binary | 11010111 | 110111 | 10011011 | 0 | 1001010 | 11100 | 10000 | 101000010 | 1000011 | 110101 |
Color Harmonies of #D7379B
Complementary color
Monochromatic Colors of #D7379B
Black with #D7379B
Text Example
Text Example
White with #D7379B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7379B; }
p { color: rgb(215,55,155); }
H1.HeaderClassName
{
color: #D7379B;
}
.AnyTagClassName
{
color: #D7379B;
}
</style>
background-color css
<style>
a { background-color: #D7379B; }
a { background-color: rgb(215,55,155); }
div.DivClassName
{
background-color: #D7379B;
}
.BgClassName
{
background-color: #D7379B;
}
</style>
border-color css
<style>
span { border-color: #D7379B; }
span { border-color: rgb(215,55,155); }
td.TdClassName
{
border-color: #D7379B;
}
.TagClassName
{
border-color: #D7379B;
}
</style>