Shades of Cerise #D5396B
Tints of Cerise #D5396B
RGB
CMYK
RGB Variations
Color information
#D5396B (or 0xD5396B) is known color: Cerise. HEX triplet: D5, 39 and 6B. RGB value is (213,57,107). Sum of RGB (Red+Green+Blue) = 213+57+107=377 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.50% from 377); Green value is 57 (22.66% from 255 or 15.12% from 377); Blue value is 107 (42.19% from 255 or 28.38% from 377); Max value from RGB is 213 - color contains mainly: red. Hex color #D5396B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5396B is #2AC694. Grayscale: #6D6D6D. Windows color (decimal): -2803349 or 7027157. OLE color: 7027157.
HSL color Cylindrical-coordinate representation of color #D5396B: hue angle of 340.77º 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 #D5396B is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 57 | 107 | - |
| CMYK | 0 | 0.73 | 0.50 | 0.16 |
| HSL | 340.77º | 0.65% | 0.53% | - |
| HSV(B) | 340.77º | 0.73% | 0.84% | - |
| XYZ | 31.56 | 18.13 | 15.75 | - |
| YUV | 109.34 | 126.68 | 201.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 57 | 107 | 0 | 0.73 | 0.50 | 0.16 | 340.77 | 0.65 | 0.53 |
| Hex | D5 | 39 | 6B | 0 | 49 | 32 | 10 | 155 | 41 | 35 |
| Octal | 325 | 71 | 153 | 0 | 111 | 62 | 20 | 525 | 101 | 65 |
| Binary | 11010101 | 111001 | 1101011 | 0 | 1001001 | 110010 | 10000 | 101010101 | 1000001 | 110101 |
Color Harmonies of #D5396B
Complementary color
Monochromatic Colors of #D5396B
Black with #D5396B
Text Example
Text Example
White with #D5396B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5396B; }
p { color: rgb(213,57,107); }
H1.HeaderClassName
{
color: #D5396B;
}
.AnyTagClassName
{
color: #D5396B;
}
</style>
background-color css
<style>
a { background-color: #D5396B; }
a { background-color: rgb(213,57,107); }
div.DivClassName
{
background-color: #D5396B;
}
.BgClassName
{
background-color: #D5396B;
}
</style>
border-color css
<style>
span { border-color: #D5396B; }
span { border-color: rgb(213,57,107); }
td.TdClassName
{
border-color: #D5396B;
}
.TagClassName
{
border-color: #D5396B;
}
</style>