Shades of Cerise #D7355A
Tints of Cerise #D7355A
RGB
CMYK
RGB Variations
Color information
#D7355A (or 0xD7355A) is known color: Cerise. HEX triplet: D7, 35 and 5A. RGB value is (215,53,90). Sum of RGB (Red+Green+Blue) = 215+53+90=358 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.06% from 358); Green value is 53 (21.09% from 255 or 14.80% from 358); Blue value is 90 (35.55% from 255 or 25.14% from 358); Max value from RGB is 215 - color contains mainly: red. Hex color #D7355A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7355A is #28CAA5. Grayscale: #696969. Windows color (decimal): -2673318 or 5912023. OLE color: 5912023.
HSL color Cylindrical-coordinate representation of color #D7355A: hue angle of 346.3º 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 #D7355A is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 53 | 90 | - |
| CMYK | 0 | 0.75 | 0.58 | 0.16 |
| HSL | 346.3º | 0.67% | 0.53% | - |
| HSV(B) | 346.3º | 0.75% | 0.84% | - |
| XYZ | 31.14 | 17.73 | 11.45 | - |
| YUV | 105.66 | 119.17 | 205.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 53 | 90 | 0 | 0.75 | 0.58 | 0.16 | 346.3 | 0.67 | 0.53 |
| Hex | D7 | 35 | 5A | 0 | 4B | 3A | 10 | 15A | 43 | 35 |
| Octal | 327 | 65 | 132 | 0 | 113 | 72 | 20 | 532 | 103 | 65 |
| Binary | 11010111 | 110101 | 1011010 | 0 | 1001011 | 111010 | 10000 | 101011010 | 1000011 | 110101 |
Color Harmonies of #D7355A
Complementary color
Monochromatic Colors of #D7355A
Black with #D7355A
Text Example
Text Example
White with #D7355A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7355A; }
p { color: rgb(215,53,90); }
H1.HeaderClassName
{
color: #D7355A;
}
.AnyTagClassName
{
color: #D7355A;
}
</style>
background-color css
<style>
a { background-color: #D7355A; }
a { background-color: rgb(215,53,90); }
div.DivClassName
{
background-color: #D7355A;
}
.BgClassName
{
background-color: #D7355A;
}
</style>
border-color css
<style>
span { border-color: #D7355A; }
span { border-color: rgb(215,53,90); }
td.TdClassName
{
border-color: #D7355A;
}
.TagClassName
{
border-color: #D7355A;
}
</style>