Shades of Cerise #D63A5A
Tints of Cerise #D63A5A
RGB
CMYK
RGB Variations
Color information
#D63A5A (or 0xD63A5A) is known color: Cerise. HEX triplet: D6, 3A and 5A. RGB value is (214,58,90). Sum of RGB (Red+Green+Blue) = 214+58+90=362 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.12% from 362); Green value is 58 (23.05% from 255 or 16.02% from 362); Blue value is 90 (35.55% from 255 or 24.86% from 362); Max value from RGB is 214 - color contains mainly: red. Hex color #D63A5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63A5A is #29C5A5. Grayscale: #6C6C6C. Windows color (decimal): -2737574 or 5913302. OLE color: 5913302.
HSL color Cylindrical-coordinate representation of color #D63A5A: hue angle of 347.69º 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 #D63A5A is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 58 | 90 | - |
| CMYK | 0 | 0.73 | 0.58 | 0.16 |
| HSL | 347.69º | 0.66% | 0.53% | - |
| HSV(B) | 347.69º | 0.73% | 0.84% | - |
| XYZ | 31.09 | 18.06 | 11.52 | - |
| YUV | 108.29 | 117.68 | 203.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 58 | 90 | 0 | 0.73 | 0.58 | 0.16 | 347.69 | 0.66 | 0.53 |
| Hex | D6 | 3A | 5A | 0 | 49 | 3A | 10 | 15C | 42 | 35 |
| Octal | 326 | 72 | 132 | 0 | 111 | 72 | 20 | 534 | 102 | 65 |
| Binary | 11010110 | 111010 | 1011010 | 0 | 1001001 | 111010 | 10000 | 101011100 | 1000010 | 110101 |
Color Harmonies of #D63A5A
Complementary color
Monochromatic Colors of #D63A5A
Black with #D63A5A
Text Example
Text Example
White with #D63A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63A5A; }
p { color: rgb(214,58,90); }
H1.HeaderClassName
{
color: #D63A5A;
}
.AnyTagClassName
{
color: #D63A5A;
}
</style>
background-color css
<style>
a { background-color: #D63A5A; }
a { background-color: rgb(214,58,90); }
div.DivClassName
{
background-color: #D63A5A;
}
.BgClassName
{
background-color: #D63A5A;
}
</style>
border-color css
<style>
span { border-color: #D63A5A; }
span { border-color: rgb(214,58,90); }
td.TdClassName
{
border-color: #D63A5A;
}
.TagClassName
{
border-color: #D63A5A;
}
</style>