Shades of Cerise #D63A64
Tints of Cerise #D63A64
RGB
CMYK
RGB Variations
Color information
#D63A64 (or 0xD63A64) is known color: Cerise. HEX triplet: D6, 3A and 64. RGB value is (214,58,100). Sum of RGB (Red+Green+Blue) = 214+58+100=372 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.53% from 372); Green value is 58 (23.05% from 255 or 15.59% from 372); Blue value is 100 (39.45% from 255 or 26.88% from 372); Max value from RGB is 214 - color contains mainly: red. Hex color #D63A64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63A64 is #29C59B. Grayscale: #6D6D6D. Windows color (decimal): -2737564 or 6568662. OLE color: 6568662.
HSL color Cylindrical-coordinate representation of color #D63A64: hue angle of 343.85º 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 #D63A64 is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 58 | 100 | - |
| CMYK | 0 | 0.73 | 0.53 | 0.16 |
| HSL | 343.85º | 0.66% | 0.53% | - |
| HSV(B) | 343.85º | 0.73% | 0.84% | - |
| XYZ | 31.54 | 18.24 | 13.92 | - |
| YUV | 109.43 | 122.68 | 202.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 58 | 100 | 0 | 0.73 | 0.53 | 0.16 | 343.85 | 0.66 | 0.53 |
| Hex | D6 | 3A | 64 | 0 | 49 | 35 | 10 | 158 | 42 | 35 |
| Octal | 326 | 72 | 144 | 0 | 111 | 65 | 20 | 530 | 102 | 65 |
| Binary | 11010110 | 111010 | 1100100 | 0 | 1001001 | 110101 | 10000 | 101011000 | 1000010 | 110101 |
Color Harmonies of #D63A64
Complementary color
Monochromatic Colors of #D63A64
Black with #D63A64
Text Example
Text Example
White with #D63A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63A64; }
p { color: rgb(214,58,100); }
H1.HeaderClassName
{
color: #D63A64;
}
.AnyTagClassName
{
color: #D63A64;
}
</style>
background-color css
<style>
a { background-color: #D63A64; }
a { background-color: rgb(214,58,100); }
div.DivClassName
{
background-color: #D63A64;
}
.BgClassName
{
background-color: #D63A64;
}
</style>
border-color css
<style>
span { border-color: #D63A64; }
span { border-color: rgb(214,58,100); }
td.TdClassName
{
border-color: #D63A64;
}
.TagClassName
{
border-color: #D63A64;
}
</style>