Shades of Deep Cerise #D63D89
Tints of Deep Cerise #D63D89
RGB
CMYK
RGB Variations
Color information
#D63D89 (or 0xD63D89) is known color: Deep Cerise. HEX triplet: D6, 3D and 89. RGB value is (214,61,137). Sum of RGB (Red+Green+Blue) = 214+61+137=412 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.94% from 412); Green value is 61 (24.22% from 255 or 14.81% from 412); Blue value is 137 (53.91% from 255 or 33.25% from 412); Max value from RGB is 214 - color contains mainly: red. Hex color #D63D89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63D89 is #29C276. Grayscale: #737373. Windows color (decimal): -2736759 or 8994262. OLE color: 8994262.
HSL color Cylindrical-coordinate representation of color #D63D89: hue angle of 330.2º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D63D89 is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 61 | 137 | - |
| CMYK | 0 | 0.71 | 0.36 | 0.16 |
| HSL | 330.2º | 0.65% | 0.54% | - |
| HSV(B) | 330.2º | 0.71% | 0.84% | - |
| XYZ | 33.92 | 19.44 | 25.63 | - |
| YUV | 115.41 | 140.19 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 61 | 137 | 0 | 0.71 | 0.36 | 0.16 | 330.2 | 0.65 | 0.54 |
| Hex | D6 | 3D | 89 | 0 | 47 | 24 | 10 | 14A | 41 | 36 |
| Octal | 326 | 75 | 211 | 0 | 107 | 44 | 20 | 512 | 101 | 66 |
| Binary | 11010110 | 111101 | 10001001 | 0 | 1000111 | 100100 | 10000 | 101001010 | 1000001 | 110110 |
Color Harmonies of #D63D89
Complementary color
Monochromatic Colors of #D63D89
Black with #D63D89
Text Example
Text Example
White with #D63D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63D89; }
p { color: rgb(214,61,137); }
H1.HeaderClassName
{
color: #D63D89;
}
.AnyTagClassName
{
color: #D63D89;
}
</style>
background-color css
<style>
a { background-color: #D63D89; }
a { background-color: rgb(214,61,137); }
div.DivClassName
{
background-color: #D63D89;
}
.BgClassName
{
background-color: #D63D89;
}
</style>
border-color css
<style>
span { border-color: #D63D89; }
span { border-color: rgb(214,61,137); }
td.TdClassName
{
border-color: #D63D89;
}
.TagClassName
{
border-color: #D63D89;
}
</style>