Shades of Cerise #D63756
Tints of Cerise #D63756
RGB
CMYK
RGB Variations
Color information
#D63756 (or 0xD63756) is known color: Cerise. HEX triplet: D6, 37 and 56. RGB value is (214,55,86). Sum of RGB (Red+Green+Blue) = 214+55+86=355 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.28% from 355); Green value is 55 (21.88% from 255 or 15.49% from 355); Blue value is 86 (33.98% from 255 or 24.23% from 355); Max value from RGB is 214 - color contains mainly: red. Hex color #D63756 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63756 is #29C8A9. Grayscale: #6A6A6A. Windows color (decimal): -2738346 or 5650390. OLE color: 5650390.
HSL color Cylindrical-coordinate representation of color #D63756: hue angle of 348.3º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D63756 is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 55 | 86 | - |
| CMYK | 0 | 0.74 | 0.60 | 0.16 |
| HSL | 348.3º | 0.66% | 0.53% | - |
| HSV(B) | 348.3º | 0.74% | 0.84% | - |
| XYZ | 30.78 | 17.7 | 10.6 | - |
| YUV | 106.08 | 116.68 | 204.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 55 | 86 | 0 | 0.74 | 0.60 | 0.16 | 348.3 | 0.66 | 0.53 |
| Hex | D6 | 37 | 56 | 0 | 4A | 3C | 10 | 15C | 42 | 35 |
| Octal | 326 | 67 | 126 | 0 | 112 | 74 | 20 | 534 | 102 | 65 |
| Binary | 11010110 | 110111 | 1010110 | 0 | 1001010 | 111100 | 10000 | 101011100 | 1000010 | 110101 |
Color Harmonies of #D63756
Complementary color
Monochromatic Colors of #D63756
Black with #D63756
Text Example
Text Example
White with #D63756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63756; }
p { color: rgb(214,55,86); }
H1.HeaderClassName
{
color: #D63756;
}
.AnyTagClassName
{
color: #D63756;
}
</style>
background-color css
<style>
a { background-color: #D63756; }
a { background-color: rgb(214,55,86); }
div.DivClassName
{
background-color: #D63756;
}
.BgClassName
{
background-color: #D63756;
}
</style>
border-color css
<style>
span { border-color: #D63756; }
span { border-color: rgb(214,55,86); }
td.TdClassName
{
border-color: #D63756;
}
.TagClassName
{
border-color: #D63756;
}
</style>