Shades of Deep Cerise #D63B8C
Tints of Deep Cerise #D63B8C
RGB
CMYK
RGB Variations
Color information
#D63B8C (or 0xD63B8C) is known color: Deep Cerise. HEX triplet: D6, 3B and 8C. RGB value is (214,59,140). Sum of RGB (Red+Green+Blue) = 214+59+140=413 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.82% from 413); Green value is 59 (23.44% from 255 or 14.29% from 413); Blue value is 140 (55.08% from 255 or 33.90% from 413); Max value from RGB is 214 - color contains mainly: red. Hex color #D63B8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63B8C is #29C473. Grayscale: #727272. Windows color (decimal): -2737268 or 9190358. OLE color: 9190358.
HSL color Cylindrical-coordinate representation of color #D63B8C: hue angle of 328.65º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D63B8C is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 59 | 140 | - |
| CMYK | 0 | 0.72 | 0.35 | 0.16 |
| HSL | 328.65º | 0.65% | 0.54% | - |
| HSV(B) | 328.65º | 0.72% | 0.84% | - |
| XYZ | 34.03 | 19.32 | 26.75 | - |
| YUV | 114.58 | 142.35 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 59 | 140 | 0 | 0.72 | 0.35 | 0.16 | 328.65 | 0.65 | 0.54 |
| Hex | D6 | 3B | 8C | 0 | 48 | 23 | 10 | 149 | 41 | 36 |
| Octal | 326 | 73 | 214 | 0 | 110 | 43 | 20 | 511 | 101 | 66 |
| Binary | 11010110 | 111011 | 10001100 | 0 | 1001000 | 100011 | 10000 | 101001001 | 1000001 | 110110 |
Color Harmonies of #D63B8C
Complementary color
Monochromatic Colors of #D63B8C
Black with #D63B8C
Text Example
Text Example
White with #D63B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63B8C; }
p { color: rgb(214,59,140); }
H1.HeaderClassName
{
color: #D63B8C;
}
.AnyTagClassName
{
color: #D63B8C;
}
</style>
background-color css
<style>
a { background-color: #D63B8C; }
a { background-color: rgb(214,59,140); }
div.DivClassName
{
background-color: #D63B8C;
}
.BgClassName
{
background-color: #D63B8C;
}
</style>
border-color css
<style>
span { border-color: #D63B8C; }
span { border-color: rgb(214,59,140); }
td.TdClassName
{
border-color: #D63B8C;
}
.TagClassName
{
border-color: #D63B8C;
}
</style>