Shades of Cerise #D63D54
Tints of Cerise #D63D54
RGB
CMYK
RGB Variations
Color information
#D63D54 (or 0xD63D54) is known color: Cerise. HEX triplet: D6, 3D and 54. RGB value is (214,61,84). Sum of RGB (Red+Green+Blue) = 214+61+84=359 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.61% from 359); Green value is 61 (24.22% from 255 or 16.99% from 359); Blue value is 84 (33.20% from 255 or 23.40% from 359); Max value from RGB is 214 - color contains mainly: red. Hex color #D63D54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63D54 is #29C2AB. Grayscale: #6D6D6D. Windows color (decimal): -2736812 or 5520854. OLE color: 5520854.
HSL color Cylindrical-coordinate representation of color #D63D54: hue angle of 350.98º 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 #D63D54 is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 61 | 84 | - |
| CMYK | 0 | 0.71 | 0.61 | 0.16 |
| HSL | 350.98º | 0.65% | 0.54% | - |
| HSV(B) | 350.98º | 0.71% | 0.84% | - |
| XYZ | 31 | 18.27 | 10.28 | - |
| YUV | 109.37 | 113.69 | 202.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 61 | 84 | 0 | 0.71 | 0.61 | 0.16 | 350.98 | 0.65 | 0.54 |
| Hex | D6 | 3D | 54 | 0 | 47 | 3D | 10 | 15F | 41 | 36 |
| Octal | 326 | 75 | 124 | 0 | 107 | 75 | 20 | 537 | 101 | 66 |
| Binary | 11010110 | 111101 | 1010100 | 0 | 1000111 | 111101 | 10000 | 101011111 | 1000001 | 110110 |
Color Harmonies of #D63D54
Complementary color
Monochromatic Colors of #D63D54
Black with #D63D54
Text Example
Text Example
White with #D63D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63D54; }
p { color: rgb(214,61,84); }
H1.HeaderClassName
{
color: #D63D54;
}
.AnyTagClassName
{
color: #D63D54;
}
</style>
background-color css
<style>
a { background-color: #D63D54; }
a { background-color: rgb(214,61,84); }
div.DivClassName
{
background-color: #D63D54;
}
.BgClassName
{
background-color: #D63D54;
}
</style>
border-color css
<style>
span { border-color: #D63D54; }
span { border-color: rgb(214,61,84); }
td.TdClassName
{
border-color: #D63D54;
}
.TagClassName
{
border-color: #D63D54;
}
</style>