Shades of Cerise #D7355F
Tints of Cerise #D7355F
RGB
CMYK
RGB Variations
Color information
#D7355F (or 0xD7355F) is known color: Cerise. HEX triplet: D7, 35 and 5F. RGB value is (215,53,95). Sum of RGB (Red+Green+Blue) = 215+53+95=363 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.23% from 363); Green value is 53 (21.09% from 255 or 14.60% from 363); Blue value is 95 (37.5% from 255 or 26.17% from 363); Max value from RGB is 215 - color contains mainly: red. Hex color #D7355F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7355F is #28CAA0. Grayscale: #6A6A6A. Windows color (decimal): -2673313 or 6239703. OLE color: 6239703.
HSL color Cylindrical-coordinate representation of color #D7355F: hue angle of 344.44º 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 #D7355F is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 53 | 95 | - |
| CMYK | 0 | 0.75 | 0.56 | 0.16 |
| HSL | 344.44º | 0.67% | 0.53% | - |
| HSV(B) | 344.44º | 0.75% | 0.84% | - |
| XYZ | 31.36 | 17.82 | 12.61 | - |
| YUV | 106.23 | 121.67 | 205.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 53 | 95 | 0 | 0.75 | 0.56 | 0.16 | 344.44 | 0.67 | 0.53 |
| Hex | D7 | 35 | 5F | 0 | 4B | 38 | 10 | 158 | 43 | 35 |
| Octal | 327 | 65 | 137 | 0 | 113 | 70 | 20 | 530 | 103 | 65 |
| Binary | 11010111 | 110101 | 1011111 | 0 | 1001011 | 111000 | 10000 | 101011000 | 1000011 | 110101 |
Color Harmonies of #D7355F
Complementary color
Monochromatic Colors of #D7355F
Black with #D7355F
Text Example
Text Example
White with #D7355F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7355F; }
p { color: rgb(215,53,95); }
H1.HeaderClassName
{
color: #D7355F;
}
.AnyTagClassName
{
color: #D7355F;
}
</style>
background-color css
<style>
a { background-color: #D7355F; }
a { background-color: rgb(215,53,95); }
div.DivClassName
{
background-color: #D7355F;
}
.BgClassName
{
background-color: #D7355F;
}
</style>
border-color css
<style>
span { border-color: #D7355F; }
span { border-color: rgb(215,53,95); }
td.TdClassName
{
border-color: #D7355F;
}
.TagClassName
{
border-color: #D7355F;
}
</style>