Shades of Cerise #D5355D
Tints of Cerise #D5355D
RGB
CMYK
RGB Variations
Color information
#D5355D (or 0xD5355D) is known color: Cerise. HEX triplet: D5, 35 and 5D. RGB value is (213,53,93). Sum of RGB (Red+Green+Blue) = 213+53+93=359 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.33% from 359); Green value is 53 (21.09% from 255 or 14.76% from 359); Blue value is 93 (36.72% from 255 or 25.91% from 359); Max value from RGB is 213 - color contains mainly: red. Hex color #D5355D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5355D is #2ACAA2. Grayscale: #696969. Windows color (decimal): -2804387 or 6108629. OLE color: 6108629.
HSL color Cylindrical-coordinate representation of color #D5355D: hue angle of 345º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D5355D is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 53 | 93 | - |
| CMYK | 0 | 0.75 | 0.56 | 0.16 |
| HSL | 345º | 0.66% | 0.52% | - |
| HSV(B) | 345º | 0.75% | 0.84% | - |
| XYZ | 30.69 | 17.48 | 12.11 | - |
| YUV | 105.4 | 121.01 | 204.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 53 | 93 | 0 | 0.75 | 0.56 | 0.16 | 345 | 0.66 | 0.52 |
| Hex | D5 | 35 | 5D | 0 | 4B | 38 | 10 | 159 | 42 | 34 |
| Octal | 325 | 65 | 135 | 0 | 113 | 70 | 20 | 531 | 102 | 64 |
| Binary | 11010101 | 110101 | 1011101 | 0 | 1001011 | 111000 | 10000 | 101011001 | 1000010 | 110100 |
Color Harmonies of #D5355D
Complementary color
Monochromatic Colors of #D5355D
Black with #D5355D
Text Example
Text Example
White with #D5355D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5355D; }
p { color: rgb(213,53,93); }
H1.HeaderClassName
{
color: #D5355D;
}
.AnyTagClassName
{
color: #D5355D;
}
</style>
background-color css
<style>
a { background-color: #D5355D; }
a { background-color: rgb(213,53,93); }
div.DivClassName
{
background-color: #D5355D;
}
.BgClassName
{
background-color: #D5355D;
}
</style>
border-color css
<style>
span { border-color: #D5355D; }
span { border-color: rgb(213,53,93); }
td.TdClassName
{
border-color: #D5355D;
}
.TagClassName
{
border-color: #D5355D;
}
</style>