Shades of Cerise #D63F5B
Tints of Cerise #D63F5B
RGB
CMYK
RGB Variations
Color information
#D63F5B (or 0xD63F5B) is known color: Cerise. HEX triplet: D6, 3F and 5B. RGB value is (214,63,91). Sum of RGB (Red+Green+Blue) = 214+63+91=368 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.15% from 368); Green value is 63 (25% from 255 or 17.12% from 368); Blue value is 91 (35.94% from 255 or 24.73% from 368); Max value from RGB is 214 - color contains mainly: red. Hex color #D63F5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63F5B is #29C0A4. Grayscale: #6F6F6F. Windows color (decimal): -2736293 or 5980118. OLE color: 5980118.
HSL color Cylindrical-coordinate representation of color #D63F5B: hue angle of 348.87º 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 #D63F5B is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 63 | 91 | - |
| CMYK | 0 | 0.71 | 0.57 | 0.16 |
| HSL | 348.87º | 0.65% | 0.54% | - |
| HSV(B) | 348.87º | 0.71% | 0.84% | - |
| XYZ | 31.4 | 18.61 | 11.83 | - |
| YUV | 111.34 | 116.53 | 201.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 63 | 91 | 0 | 0.71 | 0.57 | 0.16 | 348.87 | 0.65 | 0.54 |
| Hex | D6 | 3F | 5B | 0 | 47 | 39 | 10 | 15D | 41 | 36 |
| Octal | 326 | 77 | 133 | 0 | 107 | 71 | 20 | 535 | 101 | 66 |
| Binary | 11010110 | 111111 | 1011011 | 0 | 1000111 | 111001 | 10000 | 101011101 | 1000001 | 110110 |
Color Harmonies of #D63F5B
Complementary color
Monochromatic Colors of #D63F5B
Black with #D63F5B
Text Example
Text Example
White with #D63F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63F5B; }
p { color: rgb(214,63,91); }
H1.HeaderClassName
{
color: #D63F5B;
}
.AnyTagClassName
{
color: #D63F5B;
}
</style>
background-color css
<style>
a { background-color: #D63F5B; }
a { background-color: rgb(214,63,91); }
div.DivClassName
{
background-color: #D63F5B;
}
.BgClassName
{
background-color: #D63F5B;
}
</style>
border-color css
<style>
span { border-color: #D63F5B; }
span { border-color: rgb(214,63,91); }
td.TdClassName
{
border-color: #D63F5B;
}
.TagClassName
{
border-color: #D63F5B;
}
</style>