Shades of Cerise #D63F6B
Tints of Cerise #D63F6B
RGB
CMYK
RGB Variations
Color information
#D63F6B (or 0xD63F6B) is known color: Cerise. HEX triplet: D6, 3F and 6B. RGB value is (214,63,107). Sum of RGB (Red+Green+Blue) = 214+63+107=384 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.73% from 384); Green value is 63 (25% from 255 or 16.41% from 384); Blue value is 107 (42.19% from 255 or 27.86% from 384); Max value from RGB is 214 - color contains mainly: red. Hex color #D63F6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63F6B is #29C094. Grayscale: #717171. Windows color (decimal): -2736277 or 7028694. OLE color: 7028694.
HSL color Cylindrical-coordinate representation of color #D63F6B: hue angle of 342.52º 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 #D63F6B is Cyan = 0, Magento = 0.71, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 63 | 107 | - |
| CMYK | 0 | 0.71 | 0.50 | 0.16 |
| HSL | 342.52º | 0.65% | 0.54% | - |
| HSV(B) | 342.52º | 0.71% | 0.84% | - |
| XYZ | 32.16 | 18.91 | 15.87 | - |
| YUV | 113.17 | 124.53 | 199.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 63 | 107 | 0 | 0.71 | 0.50 | 0.16 | 342.52 | 0.65 | 0.54 |
| Hex | D6 | 3F | 6B | 0 | 47 | 32 | 10 | 157 | 41 | 36 |
| Octal | 326 | 77 | 153 | 0 | 107 | 62 | 20 | 527 | 101 | 66 |
| Binary | 11010110 | 111111 | 1101011 | 0 | 1000111 | 110010 | 10000 | 101010111 | 1000001 | 110110 |
Color Harmonies of #D63F6B
Complementary color
Monochromatic Colors of #D63F6B
Black with #D63F6B
Text Example
Text Example
White with #D63F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63F6B; }
p { color: rgb(214,63,107); }
H1.HeaderClassName
{
color: #D63F6B;
}
.AnyTagClassName
{
color: #D63F6B;
}
</style>
background-color css
<style>
a { background-color: #D63F6B; }
a { background-color: rgb(214,63,107); }
div.DivClassName
{
background-color: #D63F6B;
}
.BgClassName
{
background-color: #D63F6B;
}
</style>
border-color css
<style>
span { border-color: #D63F6B; }
span { border-color: rgb(214,63,107); }
td.TdClassName
{
border-color: #D63F6B;
}
.TagClassName
{
border-color: #D63F6B;
}
</style>