Shades of Cerise #D5396A
Tints of Cerise #D5396A
RGB
CMYK
RGB Variations
Color information
#D5396A (or 0xD5396A) is known color: Cerise. HEX triplet: D5, 39 and 6A. RGB value is (213,57,106). Sum of RGB (Red+Green+Blue) = 213+57+106=376 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.65% from 376); Green value is 57 (22.66% from 255 or 15.16% from 376); Blue value is 106 (41.80% from 255 or 28.19% from 376); Max value from RGB is 213 - color contains mainly: red. Hex color #D5396A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5396A is #2AC695. Grayscale: #6D6D6D. Windows color (decimal): -2803350 or 6961621. OLE color: 6961621.
HSL color Cylindrical-coordinate representation of color #D5396A: hue angle of 341.15º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D5396A is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 57 | 106 | - |
| CMYK | 0 | 0.73 | 0.50 | 0.16 |
| HSL | 341.15º | 0.65% | 0.53% | - |
| HSV(B) | 341.15º | 0.73% | 0.84% | - |
| XYZ | 31.51 | 18.11 | 15.47 | - |
| YUV | 109.23 | 126.18 | 202.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 57 | 106 | 0 | 0.73 | 0.50 | 0.16 | 341.15 | 0.65 | 0.53 |
| Hex | D5 | 39 | 6A | 0 | 49 | 32 | 10 | 155 | 41 | 35 |
| Octal | 325 | 71 | 152 | 0 | 111 | 62 | 20 | 525 | 101 | 65 |
| Binary | 11010101 | 111001 | 1101010 | 0 | 1001001 | 110010 | 10000 | 101010101 | 1000001 | 110101 |
Color Harmonies of #D5396A
Complementary color
Monochromatic Colors of #D5396A
Black with #D5396A
Text Example
Text Example
White with #D5396A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5396A; }
p { color: rgb(213,57,106); }
H1.HeaderClassName
{
color: #D5396A;
}
.AnyTagClassName
{
color: #D5396A;
}
</style>
background-color css
<style>
a { background-color: #D5396A; }
a { background-color: rgb(213,57,106); }
div.DivClassName
{
background-color: #D5396A;
}
.BgClassName
{
background-color: #D5396A;
}
</style>
border-color css
<style>
span { border-color: #D5396A; }
span { border-color: rgb(213,57,106); }
td.TdClassName
{
border-color: #D5396A;
}
.TagClassName
{
border-color: #D5396A;
}
</style>