Shades of Cerise #D5405B
Tints of Cerise #D5405B
RGB
CMYK
RGB Variations
Color information
#D5405B (or 0xD5405B) is known color: Cerise. HEX triplet: D5, 40 and 5B. RGB value is (213,64,91). Sum of RGB (Red+Green+Blue) = 213+64+91=368 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.88% from 368); Green value is 64 (25.39% from 255 or 17.39% from 368); Blue value is 91 (35.94% from 255 or 24.73% from 368); Max value from RGB is 213 - color contains mainly: red. Hex color #D5405B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5405B is #2ABFA4. Grayscale: #6F6F6F. Windows color (decimal): -2801573 or 5980373. OLE color: 5980373.
HSL color Cylindrical-coordinate representation of color #D5405B: hue angle of 349.13º 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 #D5405B is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 64 | 91 | - |
| CMYK | 0 | 0.70 | 0.57 | 0.16 |
| HSL | 349.13º | 0.64% | 0.54% | - |
| HSV(B) | 349.13º | 0.7% | 0.84% | - |
| XYZ | 31.16 | 18.57 | 11.84 | - |
| YUV | 111.63 | 116.36 | 200.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 64 | 91 | 0 | 0.70 | 0.57 | 0.16 | 349.13 | 0.64 | 0.54 |
| Hex | D5 | 40 | 5B | 0 | 46 | 39 | 10 | 15D | 40 | 36 |
| Octal | 325 | 100 | 133 | 0 | 106 | 71 | 20 | 535 | 100 | 66 |
| Binary | 11010101 | 1000000 | 1011011 | 0 | 1000110 | 111001 | 10000 | 101011101 | 1000000 | 110110 |
Color Harmonies of #D5405B
Complementary color
Monochromatic Colors of #D5405B
Black with #D5405B
Text Example
Text Example
White with #D5405B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5405B; }
p { color: rgb(213,64,91); }
H1.HeaderClassName
{
color: #D5405B;
}
.AnyTagClassName
{
color: #D5405B;
}
</style>
background-color css
<style>
a { background-color: #D5405B; }
a { background-color: rgb(213,64,91); }
div.DivClassName
{
background-color: #D5405B;
}
.BgClassName
{
background-color: #D5405B;
}
</style>
border-color css
<style>
span { border-color: #D5405B; }
span { border-color: rgb(213,64,91); }
td.TdClassName
{
border-color: #D5405B;
}
.TagClassName
{
border-color: #D5405B;
}
</style>