Shades of Cerise #D63A63
Tints of Cerise #D63A63
RGB
CMYK
RGB Variations
Color information
#D63A63 (or 0xD63A63) is known color: Cerise. HEX triplet: D6, 3A and 63. RGB value is (214,58,99). Sum of RGB (Red+Green+Blue) = 214+58+99=371 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.68% from 371); Green value is 58 (23.05% from 255 or 15.63% from 371); Blue value is 99 (39.06% from 255 or 26.68% from 371); Max value from RGB is 214 - color contains mainly: red. Hex color #D63A63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63A63 is #29C59C. Grayscale: #6D6D6D. Windows color (decimal): -2737565 or 6503126. OLE color: 6503126.
HSL color Cylindrical-coordinate representation of color #D63A63: hue angle of 344.23º 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 #D63A63 is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 58 | 99 | - |
| CMYK | 0 | 0.73 | 0.54 | 0.16 |
| HSL | 344.23º | 0.66% | 0.53% | - |
| HSV(B) | 344.23º | 0.73% | 0.84% | - |
| XYZ | 31.5 | 18.22 | 13.66 | - |
| YUV | 109.32 | 122.18 | 202.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 58 | 99 | 0 | 0.73 | 0.54 | 0.16 | 344.23 | 0.66 | 0.53 |
| Hex | D6 | 3A | 63 | 0 | 49 | 36 | 10 | 158 | 42 | 35 |
| Octal | 326 | 72 | 143 | 0 | 111 | 66 | 20 | 530 | 102 | 65 |
| Binary | 11010110 | 111010 | 1100011 | 0 | 1001001 | 110110 | 10000 | 101011000 | 1000010 | 110101 |
Color Harmonies of #D63A63
Complementary color
Monochromatic Colors of #D63A63
Black with #D63A63
Text Example
Text Example
White with #D63A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63A63; }
p { color: rgb(214,58,99); }
H1.HeaderClassName
{
color: #D63A63;
}
.AnyTagClassName
{
color: #D63A63;
}
</style>
background-color css
<style>
a { background-color: #D63A63; }
a { background-color: rgb(214,58,99); }
div.DivClassName
{
background-color: #D63A63;
}
.BgClassName
{
background-color: #D63A63;
}
</style>
border-color css
<style>
span { border-color: #D63A63; }
span { border-color: rgb(214,58,99); }
td.TdClassName
{
border-color: #D63A63;
}
.TagClassName
{
border-color: #D63A63;
}
</style>