Shades of Deep Cerise #D54189
Tints of Deep Cerise #D54189
RGB
CMYK
RGB Variations
Color information
#D54189 (or 0xD54189) is known color: Deep Cerise. HEX triplet: D5, 41 and 89. RGB value is (213,65,137). Sum of RGB (Red+Green+Blue) = 213+65+137=415 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.33% from 415); Green value is 65 (25.78% from 255 or 15.66% from 415); Blue value is 137 (53.91% from 255 or 33.01% from 415); Max value from RGB is 213 - color contains mainly: red. Hex color #D54189 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54189 is #2ABE76. Grayscale: #757575. Windows color (decimal): -2801271 or 8995285. OLE color: 8995285.
HSL color Cylindrical-coordinate representation of color #D54189: hue angle of 330.81º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D54189 is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 65 | 137 | - |
| CMYK | 0 | 0.69 | 0.36 | 0.16 |
| HSL | 330.81º | 0.64% | 0.55% | - |
| HSV(B) | 330.81º | 0.69% | 0.84% | - |
| XYZ | 33.85 | 19.73 | 25.69 | - |
| YUV | 117.46 | 139.03 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 65 | 137 | 0 | 0.69 | 0.36 | 0.16 | 330.81 | 0.64 | 0.55 |
| Hex | D5 | 41 | 89 | 0 | 45 | 24 | 10 | 14B | 40 | 37 |
| Octal | 325 | 101 | 211 | 0 | 105 | 44 | 20 | 513 | 100 | 67 |
| Binary | 11010101 | 1000001 | 10001001 | 0 | 1000101 | 100100 | 10000 | 101001011 | 1000000 | 110111 |
Color Harmonies of #D54189
Complementary color
Monochromatic Colors of #D54189
Black with #D54189
Text Example
Text Example
White with #D54189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54189; }
p { color: rgb(213,65,137); }
H1.HeaderClassName
{
color: #D54189;
}
.AnyTagClassName
{
color: #D54189;
}
</style>
background-color css
<style>
a { background-color: #D54189; }
a { background-color: rgb(213,65,137); }
div.DivClassName
{
background-color: #D54189;
}
.BgClassName
{
background-color: #D54189;
}
</style>
border-color css
<style>
span { border-color: #D54189; }
span { border-color: rgb(213,65,137); }
td.TdClassName
{
border-color: #D54189;
}
.TagClassName
{
border-color: #D54189;
}
</style>