Shades of Cerise #D63955
Tints of Cerise #D63955
RGB
CMYK
RGB Variations
Color information
#D63955 (or 0xD63955) is known color: Cerise. HEX triplet: D6, 39 and 55. RGB value is (214,57,85). Sum of RGB (Red+Green+Blue) = 214+57+85=356 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.11% from 356); Green value is 57 (22.66% from 255 or 16.01% from 356); Blue value is 85 (33.59% from 255 or 23.88% from 356); Max value from RGB is 214 - color contains mainly: red. Hex color #D63955 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63955 is #29C6AA. Grayscale: #6B6B6B. Windows color (decimal): -2737835 or 5585366. OLE color: 5585366.
HSL color Cylindrical-coordinate representation of color #D63955: hue angle of 349.3º 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 #D63955 is Cyan = 0, Magento = 0.73, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 57 | 85 | - |
| CMYK | 0 | 0.73 | 0.60 | 0.16 |
| HSL | 349.3º | 0.66% | 0.53% | - |
| HSV(B) | 349.3º | 0.73% | 0.84% | - |
| XYZ | 30.83 | 17.88 | 10.42 | - |
| YUV | 107.14 | 115.51 | 204.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 57 | 85 | 0 | 0.73 | 0.60 | 0.16 | 349.3 | 0.66 | 0.53 |
| Hex | D6 | 39 | 55 | 0 | 49 | 3C | 10 | 15D | 42 | 35 |
| Octal | 326 | 71 | 125 | 0 | 111 | 74 | 20 | 535 | 102 | 65 |
| Binary | 11010110 | 111001 | 1010101 | 0 | 1001001 | 111100 | 10000 | 101011101 | 1000010 | 110101 |
Color Harmonies of #D63955
Complementary color
Monochromatic Colors of #D63955
Black with #D63955
Text Example
Text Example
White with #D63955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63955; }
p { color: rgb(214,57,85); }
H1.HeaderClassName
{
color: #D63955;
}
.AnyTagClassName
{
color: #D63955;
}
</style>
background-color css
<style>
a { background-color: #D63955; }
a { background-color: rgb(214,57,85); }
div.DivClassName
{
background-color: #D63955;
}
.BgClassName
{
background-color: #D63955;
}
</style>
border-color css
<style>
span { border-color: #D63955; }
span { border-color: rgb(214,57,85); }
td.TdClassName
{
border-color: #D63955;
}
.TagClassName
{
border-color: #D63955;
}
</style>