Shades of Deep Cerise #D63A9C
Tints of Deep Cerise #D63A9C
RGB
CMYK
RGB Variations
Color information
#D63A9C (or 0xD63A9C) is known color: Deep Cerise. HEX triplet: D6, 3A and 9C. RGB value is (214,58,156). Sum of RGB (Red+Green+Blue) = 214+58+156=428 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50% from 428); Green value is 58 (23.05% from 255 or 13.55% from 428); Blue value is 156 (61.33% from 255 or 36.45% from 428); Max value from RGB is 214 - color contains mainly: red. Hex color #D63A9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63A9C is #29C563. Grayscale: #737373. Windows color (decimal): -2737508 or 10238678. OLE color: 10238678.
HSL color Cylindrical-coordinate representation of color #D63A9C: hue angle of 322.31º 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 #D63A9C is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 58 | 156 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.16 |
| HSL | 322.31º | 0.66% | 0.53% | - |
| HSV(B) | 322.31º | 0.73% | 0.84% | - |
| XYZ | 35.25 | 19.72 | 33.4 | - |
| YUV | 115.82 | 150.68 | 198.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 58 | 156 | 0 | 0.73 | 0.27 | 0.16 | 322.31 | 0.66 | 0.53 |
| Hex | D6 | 3A | 9C | 0 | 49 | 1B | 10 | 142 | 42 | 35 |
| Octal | 326 | 72 | 234 | 0 | 111 | 33 | 20 | 502 | 102 | 65 |
| Binary | 11010110 | 111010 | 10011100 | 0 | 1001001 | 11011 | 10000 | 101000010 | 1000010 | 110101 |
Color Harmonies of #D63A9C
Complementary color
Monochromatic Colors of #D63A9C
Black with #D63A9C
Text Example
Text Example
White with #D63A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63A9C; }
p { color: rgb(214,58,156); }
H1.HeaderClassName
{
color: #D63A9C;
}
.AnyTagClassName
{
color: #D63A9C;
}
</style>
background-color css
<style>
a { background-color: #D63A9C; }
a { background-color: rgb(214,58,156); }
div.DivClassName
{
background-color: #D63A9C;
}
.BgClassName
{
background-color: #D63A9C;
}
</style>
border-color css
<style>
span { border-color: #D63A9C; }
span { border-color: rgb(214,58,156); }
td.TdClassName
{
border-color: #D63A9C;
}
.TagClassName
{
border-color: #D63A9C;
}
</style>