Shades of Cerise #D63F6D
Tints of Cerise #D63F6D
RGB
CMYK
RGB Variations
Color information
#D63F6D (or 0xD63F6D) is known color: Cerise. HEX triplet: D6, 3F and 6D. RGB value is (214,63,109). Sum of RGB (Red+Green+Blue) = 214+63+109=386 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.44% from 386); Green value is 63 (25% from 255 or 16.32% from 386); Blue value is 109 (42.97% from 255 or 28.24% from 386); Max value from RGB is 214 - color contains mainly: red. Hex color #D63F6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63F6D is #29C092. Grayscale: #717171. Windows color (decimal): -2736275 or 7159766. OLE color: 7159766.
HSL color Cylindrical-coordinate representation of color #D63F6D: hue angle of 341.72º 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 #D63F6D is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 63 | 109 | - |
| CMYK | 0 | 0.71 | 0.49 | 0.16 |
| HSL | 341.72º | 0.65% | 0.54% | - |
| HSV(B) | 341.72º | 0.71% | 0.84% | - |
| XYZ | 32.27 | 18.96 | 16.43 | - |
| YUV | 113.39 | 125.53 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 63 | 109 | 0 | 0.71 | 0.49 | 0.16 | 341.72 | 0.65 | 0.54 |
| Hex | D6 | 3F | 6D | 0 | 47 | 31 | 10 | 156 | 41 | 36 |
| Octal | 326 | 77 | 155 | 0 | 107 | 61 | 20 | 526 | 101 | 66 |
| Binary | 11010110 | 111111 | 1101101 | 0 | 1000111 | 110001 | 10000 | 101010110 | 1000001 | 110110 |
Color Harmonies of #D63F6D
Complementary color
Monochromatic Colors of #D63F6D
Black with #D63F6D
Text Example
Text Example
White with #D63F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63F6D; }
p { color: rgb(214,63,109); }
H1.HeaderClassName
{
color: #D63F6D;
}
.AnyTagClassName
{
color: #D63F6D;
}
</style>
background-color css
<style>
a { background-color: #D63F6D; }
a { background-color: rgb(214,63,109); }
div.DivClassName
{
background-color: #D63F6D;
}
.BgClassName
{
background-color: #D63F6D;
}
</style>
border-color css
<style>
span { border-color: #D63F6D; }
span { border-color: rgb(214,63,109); }
td.TdClassName
{
border-color: #D63F6D;
}
.TagClassName
{
border-color: #D63F6D;
}
</style>