Shades of Deep Cerise #D63689
Tints of Deep Cerise #D63689
RGB
CMYK
RGB Variations
Color information
#D63689 (or 0xD63689) is known color: Deep Cerise. HEX triplet: D6, 36 and 89. RGB value is (214,54,137). Sum of RGB (Red+Green+Blue) = 214+54+137=405 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.84% from 405); Green value is 54 (21.48% from 255 or 13.33% from 405); Blue value is 137 (53.91% from 255 or 33.83% from 405); Max value from RGB is 214 - color contains mainly: red. Hex color #D63689 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63689 is #29C976. Grayscale: #6F6F6F. Windows color (decimal): -2738551 or 8992470. OLE color: 8992470.
HSL color Cylindrical-coordinate representation of color #D63689: hue angle of 328.88º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D63689 is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 54 | 137 | - |
| CMYK | 0 | 0.75 | 0.36 | 0.16 |
| HSL | 328.88º | 0.66% | 0.53% | - |
| HSV(B) | 328.88º | 0.75% | 0.84% | - |
| XYZ | 33.57 | 18.74 | 25.52 | - |
| YUV | 111.3 | 142.51 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 54 | 137 | 0 | 0.75 | 0.36 | 0.16 | 328.88 | 0.66 | 0.53 |
| Hex | D6 | 36 | 89 | 0 | 4B | 24 | 10 | 149 | 42 | 35 |
| Octal | 326 | 66 | 211 | 0 | 113 | 44 | 20 | 511 | 102 | 65 |
| Binary | 11010110 | 110110 | 10001001 | 0 | 1001011 | 100100 | 10000 | 101001001 | 1000010 | 110101 |
Color Harmonies of #D63689
Complementary color
Monochromatic Colors of #D63689
Black with #D63689
Text Example
Text Example
White with #D63689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63689; }
p { color: rgb(214,54,137); }
H1.HeaderClassName
{
color: #D63689;
}
.AnyTagClassName
{
color: #D63689;
}
</style>
background-color css
<style>
a { background-color: #D63689; }
a { background-color: rgb(214,54,137); }
div.DivClassName
{
background-color: #D63689;
}
.BgClassName
{
background-color: #D63689;
}
</style>
border-color css
<style>
span { border-color: #D63689; }
span { border-color: rgb(214,54,137); }
td.TdClassName
{
border-color: #D63689;
}
.TagClassName
{
border-color: #D63689;
}
</style>