Shades of Cerise #D5385E
Tints of Cerise #D5385E
RGB
CMYK
RGB Variations
Color information
#D5385E (or 0xD5385E) is known color: Cerise. HEX triplet: D5, 38 and 5E. RGB value is (213,56,94). Sum of RGB (Red+Green+Blue) = 213+56+94=363 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.68% from 363); Green value is 56 (22.27% from 255 or 15.43% from 363); Blue value is 94 (37.11% from 255 or 25.90% from 363); Max value from RGB is 213 - color contains mainly: red. Hex color #D5385E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5385E is #2AC7A1. Grayscale: #6B6B6B. Windows color (decimal): -2803618 or 6174933. OLE color: 6174933.
HSL color Cylindrical-coordinate representation of color #D5385E: hue angle of 345.48º 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 #D5385E is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 56 | 94 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.16 |
| HSL | 345.48º | 0.65% | 0.53% | - |
| HSV(B) | 345.48º | 0.74% | 0.84% | - |
| XYZ | 30.88 | 17.78 | 12.39 | - |
| YUV | 107.28 | 120.51 | 203.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 56 | 94 | 0 | 0.74 | 0.56 | 0.16 | 345.48 | 0.65 | 0.53 |
| Hex | D5 | 38 | 5E | 0 | 4A | 38 | 10 | 159 | 41 | 35 |
| Octal | 325 | 70 | 136 | 0 | 112 | 70 | 20 | 531 | 101 | 65 |
| Binary | 11010101 | 111000 | 1011110 | 0 | 1001010 | 111000 | 10000 | 101011001 | 1000001 | 110101 |
Color Harmonies of #D5385E
Complementary color
Monochromatic Colors of #D5385E
Black with #D5385E
Text Example
Text Example
White with #D5385E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5385E; }
p { color: rgb(213,56,94); }
H1.HeaderClassName
{
color: #D5385E;
}
.AnyTagClassName
{
color: #D5385E;
}
</style>
background-color css
<style>
a { background-color: #D5385E; }
a { background-color: rgb(213,56,94); }
div.DivClassName
{
background-color: #D5385E;
}
.BgClassName
{
background-color: #D5385E;
}
</style>
border-color css
<style>
span { border-color: #D5385E; }
span { border-color: rgb(213,56,94); }
td.TdClassName
{
border-color: #D5385E;
}
.TagClassName
{
border-color: #D5385E;
}
</style>