Shades of Cerise #D5375D
Tints of Cerise #D5375D
RGB
CMYK
RGB Variations
Color information
#D5375D (or 0xD5375D) is known color: Cerise. HEX triplet: D5, 37 and 5D. RGB value is (213,55,93). Sum of RGB (Red+Green+Blue) = 213+55+93=361 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.00% from 361); Green value is 55 (21.88% from 255 or 15.24% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 213 - color contains mainly: red. Hex color #D5375D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5375D is #2AC8A2. Grayscale: #6A6A6A. Windows color (decimal): -2803875 or 6109141. OLE color: 6109141.
HSL color Cylindrical-coordinate representation of color #D5375D: hue angle of 345.57º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D5375D is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 55 | 93 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.16 |
| HSL | 345.57º | 0.65% | 0.53% | - |
| HSV(B) | 345.57º | 0.74% | 0.84% | - |
| XYZ | 30.78 | 17.67 | 12.14 | - |
| YUV | 106.57 | 120.35 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 55 | 93 | 0 | 0.74 | 0.56 | 0.16 | 345.57 | 0.65 | 0.53 |
| Hex | D5 | 37 | 5D | 0 | 4A | 38 | 10 | 15A | 41 | 35 |
| Octal | 325 | 67 | 135 | 0 | 112 | 70 | 20 | 532 | 101 | 65 |
| Binary | 11010101 | 110111 | 1011101 | 0 | 1001010 | 111000 | 10000 | 101011010 | 1000001 | 110101 |
Color Harmonies of #D5375D
Complementary color
Monochromatic Colors of #D5375D
Black with #D5375D
Text Example
Text Example
White with #D5375D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5375D; }
p { color: rgb(213,55,93); }
H1.HeaderClassName
{
color: #D5375D;
}
.AnyTagClassName
{
color: #D5375D;
}
</style>
background-color css
<style>
a { background-color: #D5375D; }
a { background-color: rgb(213,55,93); }
div.DivClassName
{
background-color: #D5375D;
}
.BgClassName
{
background-color: #D5375D;
}
</style>
border-color css
<style>
span { border-color: #D5375D; }
span { border-color: rgb(213,55,93); }
td.TdClassName
{
border-color: #D5375D;
}
.TagClassName
{
border-color: #D5375D;
}
</style>