Shades of Cerise #D5365E
Tints of Cerise #D5365E
RGB
CMYK
RGB Variations
Color information
#D5365E (or 0xD5365E) is known color: Cerise. HEX triplet: D5, 36 and 5E. RGB value is (213,54,94). Sum of RGB (Red+Green+Blue) = 213+54+94=361 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.00% from 361); Green value is 54 (21.48% from 255 or 14.96% from 361); Blue value is 94 (37.11% from 255 or 26.04% from 361); Max value from RGB is 213 - color contains mainly: red. Hex color #D5365E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5365E is #2AC9A1. Grayscale: #6A6A6A. Windows color (decimal): -2804130 or 6174421. OLE color: 6174421.
HSL color Cylindrical-coordinate representation of color #D5365E: hue angle of 344.91º degrees, saturation: 0.65, 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 #D5365E is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 54 | 94 | - |
| CMYK | 0 | 0.75 | 0.56 | 0.16 |
| HSL | 344.91º | 0.65% | 0.52% | - |
| HSV(B) | 344.91º | 0.75% | 0.84% | - |
| XYZ | 30.78 | 17.59 | 12.36 | - |
| YUV | 106.1 | 121.18 | 204.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 54 | 94 | 0 | 0.75 | 0.56 | 0.16 | 344.91 | 0.65 | 0.52 |
| Hex | D5 | 36 | 5E | 0 | 4B | 38 | 10 | 159 | 41 | 34 |
| Octal | 325 | 66 | 136 | 0 | 113 | 70 | 20 | 531 | 101 | 64 |
| Binary | 11010101 | 110110 | 1011110 | 0 | 1001011 | 111000 | 10000 | 101011001 | 1000001 | 110100 |
Color Harmonies of #D5365E
Complementary color
Monochromatic Colors of #D5365E
Black with #D5365E
Text Example
Text Example
White with #D5365E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5365E; }
p { color: rgb(213,54,94); }
H1.HeaderClassName
{
color: #D5365E;
}
.AnyTagClassName
{
color: #D5365E;
}
</style>
background-color css
<style>
a { background-color: #D5365E; }
a { background-color: rgb(213,54,94); }
div.DivClassName
{
background-color: #D5365E;
}
.BgClassName
{
background-color: #D5365E;
}
</style>
border-color css
<style>
span { border-color: #D5365E; }
span { border-color: rgb(213,54,94); }
td.TdClassName
{
border-color: #D5365E;
}
.TagClassName
{
border-color: #D5365E;
}
</style>