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