Shades of Cerise #D63E6D
Tints of Cerise #D63E6D
RGB
CMYK
RGB Variations
Color information
#D63E6D (or 0xD63E6D) is known color: Cerise. HEX triplet: D6, 3E and 6D. RGB value is (214,62,109). Sum of RGB (Red+Green+Blue) = 214+62+109=385 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.58% from 385); Green value is 62 (24.61% from 255 or 16.10% from 385); Blue value is 109 (42.97% from 255 or 28.31% from 385); Max value from RGB is 214 - color contains mainly: red. Hex color #D63E6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63E6D is #29C192. Grayscale: #707070. Windows color (decimal): -2736531 or 7159510. OLE color: 7159510.
HSL color Cylindrical-coordinate representation of color #D63E6D: hue angle of 341.45º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D63E6D is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 62 | 109 | - |
| CMYK | 0 | 0.71 | 0.49 | 0.16 |
| HSL | 341.45º | 0.65% | 0.54% | - |
| HSV(B) | 341.45º | 0.71% | 0.84% | - |
| XYZ | 32.21 | 18.85 | 16.41 | - |
| YUV | 112.81 | 125.86 | 200.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 62 | 109 | 0 | 0.71 | 0.49 | 0.16 | 341.45 | 0.65 | 0.54 |
| Hex | D6 | 3E | 6D | 0 | 47 | 31 | 10 | 155 | 41 | 36 |
| Octal | 326 | 76 | 155 | 0 | 107 | 61 | 20 | 525 | 101 | 66 |
| Binary | 11010110 | 111110 | 1101101 | 0 | 1000111 | 110001 | 10000 | 101010101 | 1000001 | 110110 |
Color Harmonies of #D63E6D
Complementary color
Monochromatic Colors of #D63E6D
Black with #D63E6D
Text Example
Text Example
White with #D63E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63E6D; }
p { color: rgb(214,62,109); }
H1.HeaderClassName
{
color: #D63E6D;
}
.AnyTagClassName
{
color: #D63E6D;
}
</style>
background-color css
<style>
a { background-color: #D63E6D; }
a { background-color: rgb(214,62,109); }
div.DivClassName
{
background-color: #D63E6D;
}
.BgClassName
{
background-color: #D63E6D;
}
</style>
border-color css
<style>
span { border-color: #D63E6D; }
span { border-color: rgb(214,62,109); }
td.TdClassName
{
border-color: #D63E6D;
}
.TagClassName
{
border-color: #D63E6D;
}
</style>