Shades of Cerise #D5406C
Tints of Cerise #D5406C
RGB
CMYK
RGB Variations
Color information
#D5406C (or 0xD5406C) is known color: Cerise. HEX triplet: D5, 40 and 6C. RGB value is (213,64,108). Sum of RGB (Red+Green+Blue) = 213+64+108=385 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.32% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 108 (42.58% from 255 or 28.05% from 385); Max value from RGB is 213 - color contains mainly: red. Hex color #D5406C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5406C is #2ABF93. Grayscale: #717171. Windows color (decimal): -2801556 or 7094485. OLE color: 7094485.
HSL color Cylindrical-coordinate representation of color #D5406C: hue angle of 342.28º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D5406C is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 64 | 108 | - |
| CMYK | 0 | 0.70 | 0.49 | 0.16 |
| HSL | 342.28º | 0.64% | 0.54% | - |
| HSV(B) | 342.28º | 0.7% | 0.84% | - |
| XYZ | 31.98 | 18.9 | 16.15 | - |
| YUV | 113.57 | 124.86 | 198.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 64 | 108 | 0 | 0.70 | 0.49 | 0.16 | 342.28 | 0.64 | 0.54 |
| Hex | D5 | 40 | 6C | 0 | 46 | 31 | 10 | 156 | 40 | 36 |
| Octal | 325 | 100 | 154 | 0 | 106 | 61 | 20 | 526 | 100 | 66 |
| Binary | 11010101 | 1000000 | 1101100 | 0 | 1000110 | 110001 | 10000 | 101010110 | 1000000 | 110110 |
Color Harmonies of #D5406C
Complementary color
Monochromatic Colors of #D5406C
Black with #D5406C
Text Example
Text Example
White with #D5406C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5406C; }
p { color: rgb(213,64,108); }
H1.HeaderClassName
{
color: #D5406C;
}
.AnyTagClassName
{
color: #D5406C;
}
</style>
background-color css
<style>
a { background-color: #D5406C; }
a { background-color: rgb(213,64,108); }
div.DivClassName
{
background-color: #D5406C;
}
.BgClassName
{
background-color: #D5406C;
}
</style>
border-color css
<style>
span { border-color: #D5406C; }
span { border-color: rgb(213,64,108); }
td.TdClassName
{
border-color: #D5406C;
}
.TagClassName
{
border-color: #D5406C;
}
</style>