Shades of Deep Cerise #D64189
Tints of Deep Cerise #D64189
RGB
CMYK
RGB Variations
Color information
#D64189 (or 0xD64189) is known color: Deep Cerise. HEX triplet: D6, 41 and 89. RGB value is (214,65,137). Sum of RGB (Red+Green+Blue) = 214+65+137=416 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.44% from 416); Green value is 65 (25.78% from 255 or 15.62% from 416); Blue value is 137 (53.91% from 255 or 32.93% from 416); Max value from RGB is 214 - color contains mainly: red. Hex color #D64189 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64189 is #29BE76. Grayscale: #757575. Windows color (decimal): -2735735 or 8995286. OLE color: 8995286.
HSL color Cylindrical-coordinate representation of color #D64189: hue angle of 331.01º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D64189 is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 65 | 137 | - |
| CMYK | 0 | 0.70 | 0.36 | 0.16 |
| HSL | 331.01º | 0.65% | 0.55% | - |
| HSV(B) | 331.01º | 0.7% | 0.84% | - |
| XYZ | 34.14 | 19.88 | 25.71 | - |
| YUV | 117.76 | 138.86 | 196.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 65 | 137 | 0 | 0.70 | 0.36 | 0.16 | 331.01 | 0.65 | 0.55 |
| Hex | D6 | 41 | 89 | 0 | 46 | 24 | 10 | 14B | 41 | 37 |
| Octal | 326 | 101 | 211 | 0 | 106 | 44 | 20 | 513 | 101 | 67 |
| Binary | 11010110 | 1000001 | 10001001 | 0 | 1000110 | 100100 | 10000 | 101001011 | 1000001 | 110111 |
Color Harmonies of #D64189
Complementary color
Monochromatic Colors of #D64189
Black with #D64189
Text Example
Text Example
White with #D64189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64189; }
p { color: rgb(214,65,137); }
H1.HeaderClassName
{
color: #D64189;
}
.AnyTagClassName
{
color: #D64189;
}
</style>
background-color css
<style>
a { background-color: #D64189; }
a { background-color: rgb(214,65,137); }
div.DivClassName
{
background-color: #D64189;
}
.BgClassName
{
background-color: #D64189;
}
</style>
border-color css
<style>
span { border-color: #D64189; }
span { border-color: rgb(214,65,137); }
td.TdClassName
{
border-color: #D64189;
}
.TagClassName
{
border-color: #D64189;
}
</style>