Shades of Deep Cerise #D7349D
Tints of Deep Cerise #D7349D
RGB
CMYK
RGB Variations
Color information
#D7349D (or 0xD7349D) is known color: Deep Cerise. HEX triplet: D7, 34 and 9D. RGB value is (215,52,157). Sum of RGB (Red+Green+Blue) = 215+52+157=424 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.71% from 424); Green value is 52 (20.70% from 255 or 12.26% from 424); Blue value is 157 (61.72% from 255 or 37.03% from 424); Max value from RGB is 215 - color contains mainly: red. Hex color #D7349D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7349D is #28CB62. Grayscale: #707070. Windows color (decimal): -2673507 or 10302679. OLE color: 10302679.
HSL color Cylindrical-coordinate representation of color #D7349D: hue angle of 321.35º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D7349D is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 52 | 157 | - |
| CMYK | 0 | 0.76 | 0.27 | 0.16 |
| HSL | 321.35º | 0.67% | 0.52% | - |
| HSV(B) | 321.35º | 0.76% | 0.84% | - |
| XYZ | 35.34 | 19.34 | 33.77 | - |
| YUV | 112.71 | 153 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 52 | 157 | 0 | 0.76 | 0.27 | 0.16 | 321.35 | 0.67 | 0.52 |
| Hex | D7 | 34 | 9D | 0 | 4C | 1B | 10 | 141 | 43 | 34 |
| Octal | 327 | 64 | 235 | 0 | 114 | 33 | 20 | 501 | 103 | 64 |
| Binary | 11010111 | 110100 | 10011101 | 0 | 1001100 | 11011 | 10000 | 101000001 | 1000011 | 110100 |
Color Harmonies of #D7349D
Complementary color
Monochromatic Colors of #D7349D
Black with #D7349D
Text Example
Text Example
White with #D7349D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7349D; }
p { color: rgb(215,52,157); }
H1.HeaderClassName
{
color: #D7349D;
}
.AnyTagClassName
{
color: #D7349D;
}
</style>
background-color css
<style>
a { background-color: #D7349D; }
a { background-color: rgb(215,52,157); }
div.DivClassName
{
background-color: #D7349D;
}
.BgClassName
{
background-color: #D7349D;
}
</style>
border-color css
<style>
span { border-color: #D7349D; }
span { border-color: rgb(215,52,157); }
td.TdClassName
{
border-color: #D7349D;
}
.TagClassName
{
border-color: #D7349D;
}
</style>