Shades of Cerise #D63A65
Tints of Cerise #D63A65
RGB
CMYK
RGB Variations
Color information
#D63A65 (or 0xD63A65) is known color: Cerise. HEX triplet: D6, 3A and 65. RGB value is (214,58,101). Sum of RGB (Red+Green+Blue) = 214+58+101=373 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.37% from 373); Green value is 58 (23.05% from 255 or 15.55% from 373); Blue value is 101 (39.84% from 255 or 27.08% from 373); Max value from RGB is 214 - color contains mainly: red. Hex color #D63A65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63A65 is #29C59A. Grayscale: #6D6D6D. Windows color (decimal): -2737563 or 6634198. OLE color: 6634198.
HSL color Cylindrical-coordinate representation of color #D63A65: hue angle of 343.46º 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 #D63A65 is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 58 | 101 | - |
| CMYK | 0 | 0.73 | 0.53 | 0.16 |
| HSL | 343.46º | 0.66% | 0.53% | - |
| HSV(B) | 343.46º | 0.73% | 0.84% | - |
| XYZ | 31.59 | 18.26 | 14.17 | - |
| YUV | 109.55 | 123.18 | 202.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 58 | 101 | 0 | 0.73 | 0.53 | 0.16 | 343.46 | 0.66 | 0.53 |
| Hex | D6 | 3A | 65 | 0 | 49 | 35 | 10 | 157 | 42 | 35 |
| Octal | 326 | 72 | 145 | 0 | 111 | 65 | 20 | 527 | 102 | 65 |
| Binary | 11010110 | 111010 | 1100101 | 0 | 1001001 | 110101 | 10000 | 101010111 | 1000010 | 110101 |
Color Harmonies of #D63A65
Complementary color
Monochromatic Colors of #D63A65
Black with #D63A65
Text Example
Text Example
White with #D63A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63A65; }
p { color: rgb(214,58,101); }
H1.HeaderClassName
{
color: #D63A65;
}
.AnyTagClassName
{
color: #D63A65;
}
</style>
background-color css
<style>
a { background-color: #D63A65; }
a { background-color: rgb(214,58,101); }
div.DivClassName
{
background-color: #D63A65;
}
.BgClassName
{
background-color: #D63A65;
}
</style>
border-color css
<style>
span { border-color: #D63A65; }
span { border-color: rgb(214,58,101); }
td.TdClassName
{
border-color: #D63A65;
}
.TagClassName
{
border-color: #D63A65;
}
</style>