Shades of Cerise #D63956
Tints of Cerise #D63956
RGB
CMYK
RGB Variations
Color information
#D63956 (or 0xD63956) is known color: Cerise. HEX triplet: D6, 39 and 56. RGB value is (214,57,86). Sum of RGB (Red+Green+Blue) = 214+57+86=357 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.94% from 357); Green value is 57 (22.66% from 255 or 15.97% from 357); Blue value is 86 (33.98% from 255 or 24.09% from 357); Max value from RGB is 214 - color contains mainly: red. Hex color #D63956 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63956 is #29C6A9. Grayscale: #6B6B6B. Windows color (decimal): -2737834 or 5650902. OLE color: 5650902.
HSL color Cylindrical-coordinate representation of color #D63956: hue angle of 348.92º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D63956 is Cyan = 0, Magento = 0.73, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 57 | 86 | - |
| CMYK | 0 | 0.73 | 0.60 | 0.16 |
| HSL | 348.92º | 0.66% | 0.53% | - |
| HSV(B) | 348.92º | 0.73% | 0.84% | - |
| XYZ | 30.87 | 17.89 | 10.63 | - |
| YUV | 107.25 | 116.01 | 204.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 57 | 86 | 0 | 0.73 | 0.60 | 0.16 | 348.92 | 0.66 | 0.53 |
| Hex | D6 | 39 | 56 | 0 | 49 | 3C | 10 | 15D | 42 | 35 |
| Octal | 326 | 71 | 126 | 0 | 111 | 74 | 20 | 535 | 102 | 65 |
| Binary | 11010110 | 111001 | 1010110 | 0 | 1001001 | 111100 | 10000 | 101011101 | 1000010 | 110101 |
Color Harmonies of #D63956
Complementary color
Monochromatic Colors of #D63956
Black with #D63956
Text Example
Text Example
White with #D63956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63956; }
p { color: rgb(214,57,86); }
H1.HeaderClassName
{
color: #D63956;
}
.AnyTagClassName
{
color: #D63956;
}
</style>
background-color css
<style>
a { background-color: #D63956; }
a { background-color: rgb(214,57,86); }
div.DivClassName
{
background-color: #D63956;
}
.BgClassName
{
background-color: #D63956;
}
</style>
border-color css
<style>
span { border-color: #D63956; }
span { border-color: rgb(214,57,86); }
td.TdClassName
{
border-color: #D63956;
}
.TagClassName
{
border-color: #D63956;
}
</style>