Shades of Cerise #D6405E
Tints of Cerise #D6405E
RGB
CMYK
RGB Variations
Color information
#D6405E (or 0xD6405E) is known color: Cerise. HEX triplet: D6, 40 and 5E. RGB value is (214,64,94). Sum of RGB (Red+Green+Blue) = 214+64+94=372 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.53% from 372); Green value is 64 (25.39% from 255 or 17.20% from 372); Blue value is 94 (37.11% from 255 or 25.27% from 372); Max value from RGB is 214 - color contains mainly: red. Hex color #D6405E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6405E is #29BFA1. Grayscale: #707070. Windows color (decimal): -2736034 or 6176982. OLE color: 6176982.
HSL color Cylindrical-coordinate representation of color #D6405E: hue angle of 348º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D6405E is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 64 | 94 | - |
| CMYK | 0 | 0.70 | 0.56 | 0.16 |
| HSL | 348º | 0.65% | 0.55% | - |
| HSV(B) | 348º | 0.7% | 0.84% | - |
| XYZ | 31.59 | 18.77 | 12.55 | - |
| YUV | 112.27 | 117.7 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 64 | 94 | 0 | 0.70 | 0.56 | 0.16 | 348 | 0.65 | 0.55 |
| Hex | D6 | 40 | 5E | 0 | 46 | 38 | 10 | 15C | 41 | 37 |
| Octal | 326 | 100 | 136 | 0 | 106 | 70 | 20 | 534 | 101 | 67 |
| Binary | 11010110 | 1000000 | 1011110 | 0 | 1000110 | 111000 | 10000 | 101011100 | 1000001 | 110111 |
Color Harmonies of #D6405E
Complementary color
Monochromatic Colors of #D6405E
Black with #D6405E
Text Example
Text Example
White with #D6405E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6405E; }
p { color: rgb(214,64,94); }
H1.HeaderClassName
{
color: #D6405E;
}
.AnyTagClassName
{
color: #D6405E;
}
</style>
background-color css
<style>
a { background-color: #D6405E; }
a { background-color: rgb(214,64,94); }
div.DivClassName
{
background-color: #D6405E;
}
.BgClassName
{
background-color: #D6405E;
}
</style>
border-color css
<style>
span { border-color: #D6405E; }
span { border-color: rgb(214,64,94); }
td.TdClassName
{
border-color: #D6405E;
}
.TagClassName
{
border-color: #D6405E;
}
</style>