Shades of Deep Cerise #D54190
Tints of Deep Cerise #D54190
RGB
CMYK
RGB Variations
Color information
#D54190 (or 0xD54190) is known color: Deep Cerise. HEX triplet: D5, 41 and 90. RGB value is (213,65,144). Sum of RGB (Red+Green+Blue) = 213+65+144=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 65 (25.78% from 255 or 15.40% from 422); Blue value is 144 (56.64% from 255 or 34.12% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D54190 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54190 is #2ABE6F. Grayscale: #767676. Windows color (decimal): -2801264 or 9454037. OLE color: 9454037.
HSL color Cylindrical-coordinate representation of color #D54190: hue angle of 327.97º 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 #D54190 is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 65 | 144 | - |
| CMYK | 0 | 0.69 | 0.32 | 0.16 |
| HSL | 327.97º | 0.64% | 0.55% | - |
| HSV(B) | 327.97º | 0.69% | 0.84% | - |
| XYZ | 34.36 | 19.94 | 28.42 | - |
| YUV | 118.26 | 142.53 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 65 | 144 | 0 | 0.69 | 0.32 | 0.16 | 327.97 | 0.64 | 0.55 |
| Hex | D5 | 41 | 90 | 0 | 45 | 20 | 10 | 148 | 40 | 37 |
| Octal | 325 | 101 | 220 | 0 | 105 | 40 | 20 | 510 | 100 | 67 |
| Binary | 11010101 | 1000001 | 10010000 | 0 | 1000101 | 100000 | 10000 | 101001000 | 1000000 | 110111 |
Color Harmonies of #D54190
Complementary color
Monochromatic Colors of #D54190
Black with #D54190
Text Example
Text Example
White with #D54190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54190; }
p { color: rgb(213,65,144); }
H1.HeaderClassName
{
color: #D54190;
}
.AnyTagClassName
{
color: #D54190;
}
</style>
background-color css
<style>
a { background-color: #D54190; }
a { background-color: rgb(213,65,144); }
div.DivClassName
{
background-color: #D54190;
}
.BgClassName
{
background-color: #D54190;
}
</style>
border-color css
<style>
span { border-color: #D54190; }
span { border-color: rgb(213,65,144); }
td.TdClassName
{
border-color: #D54190;
}
.TagClassName
{
border-color: #D54190;
}
</style>