Shades of Cerise #D5406A
Tints of Cerise #D5406A
RGB
CMYK
RGB Variations
Color information
#D5406A (or 0xD5406A) is known color: Cerise. HEX triplet: D5, 40 and 6A. RGB value is (213,64,106). Sum of RGB (Red+Green+Blue) = 213+64+106=383 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.61% from 383); Green value is 64 (25.39% from 255 or 16.71% from 383); Blue value is 106 (41.80% from 255 or 27.68% from 383); Max value from RGB is 213 - color contains mainly: red. Hex color #D5406A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5406A is #2ABF95. Grayscale: #717171. Windows color (decimal): -2801558 or 6963413. OLE color: 6963413.
HSL color Cylindrical-coordinate representation of color #D5406A: hue angle of 343.09º 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 #D5406A is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 64 | 106 | - |
| CMYK | 0 | 0.70 | 0.50 | 0.16 |
| HSL | 343.09º | 0.64% | 0.54% | - |
| HSV(B) | 343.09º | 0.7% | 0.84% | - |
| XYZ | 31.88 | 18.85 | 15.59 | - |
| YUV | 113.34 | 123.86 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 64 | 106 | 0 | 0.70 | 0.50 | 0.16 | 343.09 | 0.64 | 0.54 |
| Hex | D5 | 40 | 6A | 0 | 46 | 32 | 10 | 157 | 40 | 36 |
| Octal | 325 | 100 | 152 | 0 | 106 | 62 | 20 | 527 | 100 | 66 |
| Binary | 11010101 | 1000000 | 1101010 | 0 | 1000110 | 110010 | 10000 | 101010111 | 1000000 | 110110 |
Color Harmonies of #D5406A
Complementary color
Monochromatic Colors of #D5406A
Black with #D5406A
Text Example
Text Example
White with #D5406A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5406A; }
p { color: rgb(213,64,106); }
H1.HeaderClassName
{
color: #D5406A;
}
.AnyTagClassName
{
color: #D5406A;
}
</style>
background-color css
<style>
a { background-color: #D5406A; }
a { background-color: rgb(213,64,106); }
div.DivClassName
{
background-color: #D5406A;
}
.BgClassName
{
background-color: #D5406A;
}
</style>
border-color css
<style>
span { border-color: #D5406A; }
span { border-color: rgb(213,64,106); }
td.TdClassName
{
border-color: #D5406A;
}
.TagClassName
{
border-color: #D5406A;
}
</style>