Shades of Cerise #D63D63
Tints of Cerise #D63D63
RGB
CMYK
RGB Variations
Color information
#D63D63 (or 0xD63D63) is known color: Cerise. HEX triplet: D6, 3D and 63. RGB value is (214,61,99). Sum of RGB (Red+Green+Blue) = 214+61+99=374 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.22% from 374); Green value is 61 (24.22% from 255 or 16.31% from 374); Blue value is 99 (39.06% from 255 or 26.47% from 374); Max value from RGB is 214 - color contains mainly: red. Hex color #D63D63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63D63 is #29C29C. Grayscale: #6F6F6F. Windows color (decimal): -2736797 or 6503894. OLE color: 6503894.
HSL color Cylindrical-coordinate representation of color #D63D63: hue angle of 345.1º 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 #D63D63 is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 61 | 99 | - |
| CMYK | 0 | 0.71 | 0.54 | 0.16 |
| HSL | 345.1º | 0.65% | 0.54% | - |
| HSV(B) | 345.1º | 0.71% | 0.84% | - |
| XYZ | 31.65 | 18.53 | 13.71 | - |
| YUV | 111.08 | 121.19 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 61 | 99 | 0 | 0.71 | 0.54 | 0.16 | 345.1 | 0.65 | 0.54 |
| Hex | D6 | 3D | 63 | 0 | 47 | 36 | 10 | 159 | 41 | 36 |
| Octal | 326 | 75 | 143 | 0 | 107 | 66 | 20 | 531 | 101 | 66 |
| Binary | 11010110 | 111101 | 1100011 | 0 | 1000111 | 110110 | 10000 | 101011001 | 1000001 | 110110 |
Color Harmonies of #D63D63
Complementary color
Monochromatic Colors of #D63D63
Black with #D63D63
Text Example
Text Example
White with #D63D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63D63; }
p { color: rgb(214,61,99); }
H1.HeaderClassName
{
color: #D63D63;
}
.AnyTagClassName
{
color: #D63D63;
}
</style>
background-color css
<style>
a { background-color: #D63D63; }
a { background-color: rgb(214,61,99); }
div.DivClassName
{
background-color: #D63D63;
}
.BgClassName
{
background-color: #D63D63;
}
</style>
border-color css
<style>
span { border-color: #D63D63; }
span { border-color: rgb(214,61,99); }
td.TdClassName
{
border-color: #D63D63;
}
.TagClassName
{
border-color: #D63D63;
}
</style>