Shades of Cerise #D5376D
Tints of Cerise #D5376D
RGB
CMYK
RGB Variations
Color information
#D5376D (or 0xD5376D) is known color: Cerise. HEX triplet: D5, 37 and 6D. RGB value is (213,55,109). Sum of RGB (Red+Green+Blue) = 213+55+109=377 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.50% from 377); Green value is 55 (21.88% from 255 or 14.59% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 213 - color contains mainly: red. Hex color #D5376D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5376D is #2AC892. Grayscale: #6C6C6C. Windows color (decimal): -2803859 or 7157717. OLE color: 7157717.
HSL color Cylindrical-coordinate representation of color #D5376D: hue angle of 339.49º 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 #D5376D is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 55 | 109 | - |
| CMYK | 0 | 0.74 | 0.49 | 0.16 |
| HSL | 339.49º | 0.65% | 0.53% | - |
| HSV(B) | 339.49º | 0.74% | 0.84% | - |
| XYZ | 31.57 | 17.98 | 16.28 | - |
| YUV | 108.4 | 128.35 | 202.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 55 | 109 | 0 | 0.74 | 0.49 | 0.16 | 339.49 | 0.65 | 0.53 |
| Hex | D5 | 37 | 6D | 0 | 4A | 31 | 10 | 153 | 41 | 35 |
| Octal | 325 | 67 | 155 | 0 | 112 | 61 | 20 | 523 | 101 | 65 |
| Binary | 11010101 | 110111 | 1101101 | 0 | 1001010 | 110001 | 10000 | 101010011 | 1000001 | 110101 |
Color Harmonies of #D5376D
Complementary color
Monochromatic Colors of #D5376D
Black with #D5376D
Text Example
Text Example
White with #D5376D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5376D; }
p { color: rgb(213,55,109); }
H1.HeaderClassName
{
color: #D5376D;
}
.AnyTagClassName
{
color: #D5376D;
}
</style>
background-color css
<style>
a { background-color: #D5376D; }
a { background-color: rgb(213,55,109); }
div.DivClassName
{
background-color: #D5376D;
}
.BgClassName
{
background-color: #D5376D;
}
</style>
border-color css
<style>
span { border-color: #D5376D; }
span { border-color: rgb(213,55,109); }
td.TdClassName
{
border-color: #D5376D;
}
.TagClassName
{
border-color: #D5376D;
}
</style>