Shades of Cerise #D63963
Tints of Cerise #D63963
RGB
CMYK
RGB Variations
Color information
#D63963 (or 0xD63963) is known color: Cerise. HEX triplet: D6, 39 and 63. RGB value is (214,57,99). Sum of RGB (Red+Green+Blue) = 214+57+99=370 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.84% from 370); Green value is 57 (22.66% from 255 or 15.41% from 370); Blue value is 99 (39.06% from 255 or 26.76% from 370); Max value from RGB is 214 - color contains mainly: red. Hex color #D63963 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63963 is #29C69C. Grayscale: #6C6C6C. Windows color (decimal): -2737821 or 6502870. OLE color: 6502870.
HSL color Cylindrical-coordinate representation of color #D63963: hue angle of 343.95º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D63963 is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 57 | 99 | - |
| CMYK | 0 | 0.73 | 0.54 | 0.16 |
| HSL | 343.95º | 0.66% | 0.53% | - |
| HSV(B) | 343.95º | 0.73% | 0.84% | - |
| XYZ | 31.45 | 18.12 | 13.65 | - |
| YUV | 108.73 | 122.51 | 203.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 57 | 99 | 0 | 0.73 | 0.54 | 0.16 | 343.95 | 0.66 | 0.53 |
| Hex | D6 | 39 | 63 | 0 | 49 | 36 | 10 | 158 | 42 | 35 |
| Octal | 326 | 71 | 143 | 0 | 111 | 66 | 20 | 530 | 102 | 65 |
| Binary | 11010110 | 111001 | 1100011 | 0 | 1001001 | 110110 | 10000 | 101011000 | 1000010 | 110101 |
Color Harmonies of #D63963
Complementary color
Monochromatic Colors of #D63963
Black with #D63963
Text Example
Text Example
White with #D63963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63963; }
p { color: rgb(214,57,99); }
H1.HeaderClassName
{
color: #D63963;
}
.AnyTagClassName
{
color: #D63963;
}
</style>
background-color css
<style>
a { background-color: #D63963; }
a { background-color: rgb(214,57,99); }
div.DivClassName
{
background-color: #D63963;
}
.BgClassName
{
background-color: #D63963;
}
</style>
border-color css
<style>
span { border-color: #D63963; }
span { border-color: rgb(214,57,99); }
td.TdClassName
{
border-color: #D63963;
}
.TagClassName
{
border-color: #D63963;
}
</style>