Shades of Deep Cerise #D7349B
Tints of Deep Cerise #D7349B
RGB
CMYK
RGB Variations
Color information
#D7349B (or 0xD7349B) is known color: Deep Cerise. HEX triplet: D7, 34 and 9B. RGB value is (215,52,155). Sum of RGB (Red+Green+Blue) = 215+52+155=422 (55% of max value = 765). Red value is 215 (84.38% from 255 or 50.95% from 422); Green value is 52 (20.70% from 255 or 12.32% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 215 - color contains mainly: red. Hex color #D7349B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7349B is #28CB64. Grayscale: #707070. Windows color (decimal): -2673509 or 10171607. OLE color: 10171607.
HSL color Cylindrical-coordinate representation of color #D7349B: hue angle of 322.09º 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 #D7349B is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 52 | 155 | - |
| CMYK | 0 | 0.76 | 0.28 | 0.16 |
| HSL | 322.09º | 0.67% | 0.52% | - |
| HSV(B) | 322.09º | 0.76% | 0.84% | - |
| XYZ | 35.17 | 19.27 | 32.88 | - |
| YUV | 112.48 | 152 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 52 | 155 | 0 | 0.76 | 0.28 | 0.16 | 322.09 | 0.67 | 0.52 |
| Hex | D7 | 34 | 9B | 0 | 4C | 1C | 10 | 142 | 43 | 34 |
| Octal | 327 | 64 | 233 | 0 | 114 | 34 | 20 | 502 | 103 | 64 |
| Binary | 11010111 | 110100 | 10011011 | 0 | 1001100 | 11100 | 10000 | 101000010 | 1000011 | 110100 |
Color Harmonies of #D7349B
Complementary color
Monochromatic Colors of #D7349B
Black with #D7349B
Text Example
Text Example
White with #D7349B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7349B; }
p { color: rgb(215,52,155); }
H1.HeaderClassName
{
color: #D7349B;
}
.AnyTagClassName
{
color: #D7349B;
}
</style>
background-color css
<style>
a { background-color: #D7349B; }
a { background-color: rgb(215,52,155); }
div.DivClassName
{
background-color: #D7349B;
}
.BgClassName
{
background-color: #D7349B;
}
</style>
border-color css
<style>
span { border-color: #D7349B; }
span { border-color: rgb(215,52,155); }
td.TdClassName
{
border-color: #D7349B;
}
.TagClassName
{
border-color: #D7349B;
}
</style>