Shades of Cerise #D7356D
Tints of Cerise #D7356D
RGB
CMYK
RGB Variations
Color information
#D7356D (or 0xD7356D) is known color: Cerise. HEX triplet: D7, 35 and 6D. RGB value is (215,53,109). Sum of RGB (Red+Green+Blue) = 215+53+109=377 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.03% from 377); Green value is 53 (21.09% from 255 or 14.06% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 215 - color contains mainly: red. Hex color #D7356D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7356D is #28CA92. Grayscale: #6B6B6B. Windows color (decimal): -2673299 or 7157207. OLE color: 7157207.
HSL color Cylindrical-coordinate representation of color #D7356D: hue angle of 339.26º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D7356D is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 53 | 109 | - |
| CMYK | 0 | 0.75 | 0.49 | 0.16 |
| HSL | 339.26º | 0.67% | 0.53% | - |
| HSV(B) | 339.26º | 0.75% | 0.84% | - |
| XYZ | 32.06 | 18.1 | 16.27 | - |
| YUV | 107.82 | 128.67 | 204.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 53 | 109 | 0 | 0.75 | 0.49 | 0.16 | 339.26 | 0.67 | 0.53 |
| Hex | D7 | 35 | 6D | 0 | 4B | 31 | 10 | 153 | 43 | 35 |
| Octal | 327 | 65 | 155 | 0 | 113 | 61 | 20 | 523 | 103 | 65 |
| Binary | 11010111 | 110101 | 1101101 | 0 | 1001011 | 110001 | 10000 | 101010011 | 1000011 | 110101 |
Color Harmonies of #D7356D
Complementary color
Monochromatic Colors of #D7356D
Black with #D7356D
Text Example
Text Example
White with #D7356D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7356D; }
p { color: rgb(215,53,109); }
H1.HeaderClassName
{
color: #D7356D;
}
.AnyTagClassName
{
color: #D7356D;
}
</style>
background-color css
<style>
a { background-color: #D7356D; }
a { background-color: rgb(215,53,109); }
div.DivClassName
{
background-color: #D7356D;
}
.BgClassName
{
background-color: #D7356D;
}
</style>
border-color css
<style>
span { border-color: #D7356D; }
span { border-color: rgb(215,53,109); }
td.TdClassName
{
border-color: #D7356D;
}
.TagClassName
{
border-color: #D7356D;
}
</style>