Shades of Cerise #D63D6F
Tints of Cerise #D63D6F
RGB
CMYK
RGB Variations
Color information
#D63D6F (or 0xD63D6F) is known color: Cerise. HEX triplet: D6, 3D and 6F. RGB value is (214,61,111). Sum of RGB (Red+Green+Blue) = 214+61+111=386 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.44% from 386); Green value is 61 (24.22% from 255 or 15.80% from 386); Blue value is 111 (43.75% from 255 or 28.76% from 386); Max value from RGB is 214 - color contains mainly: red. Hex color #D63D6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63D6F is #29C290. Grayscale: #707070. Windows color (decimal): -2736785 or 7290326. OLE color: 7290326.
HSL color Cylindrical-coordinate representation of color #D63D6F: hue angle of 340.39º 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 #D63D6F is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 61 | 111 | - |
| CMYK | 0 | 0.71 | 0.48 | 0.16 |
| HSL | 340.39º | 0.65% | 0.54% | - |
| HSV(B) | 340.39º | 0.71% | 0.84% | - |
| XYZ | 32.27 | 18.78 | 16.96 | - |
| YUV | 112.45 | 127.19 | 200.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 61 | 111 | 0 | 0.71 | 0.48 | 0.16 | 340.39 | 0.65 | 0.54 |
| Hex | D6 | 3D | 6F | 0 | 47 | 30 | 10 | 154 | 41 | 36 |
| Octal | 326 | 75 | 157 | 0 | 107 | 60 | 20 | 524 | 101 | 66 |
| Binary | 11010110 | 111101 | 1101111 | 0 | 1000111 | 110000 | 10000 | 101010100 | 1000001 | 110110 |
Color Harmonies of #D63D6F
Complementary color
Monochromatic Colors of #D63D6F
Black with #D63D6F
Text Example
Text Example
White with #D63D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63D6F; }
p { color: rgb(214,61,111); }
H1.HeaderClassName
{
color: #D63D6F;
}
.AnyTagClassName
{
color: #D63D6F;
}
</style>
background-color css
<style>
a { background-color: #D63D6F; }
a { background-color: rgb(214,61,111); }
div.DivClassName
{
background-color: #D63D6F;
}
.BgClassName
{
background-color: #D63D6F;
}
</style>
border-color css
<style>
span { border-color: #D63D6F; }
span { border-color: rgb(214,61,111); }
td.TdClassName
{
border-color: #D63D6F;
}
.TagClassName
{
border-color: #D63D6F;
}
</style>