Shades of Deep Cerise #D54092
Tints of Deep Cerise #D54092
RGB
CMYK
RGB Variations
Color information
#D54092 (or 0xD54092) is known color: Deep Cerise. HEX triplet: D5, 40 and 92. RGB value is (213,64,146). Sum of RGB (Red+Green+Blue) = 213+64+146=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 64 (25.39% from 255 or 15.13% from 423); Blue value is 146 (57.42% from 255 or 34.52% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D54092 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54092 is #2ABF6D. Grayscale: #757575. Windows color (decimal): -2801518 or 9584853. OLE color: 9584853.
HSL color Cylindrical-coordinate representation of color #D54092: hue angle of 326.98º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D54092 is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 64 | 146 | - |
| CMYK | 0 | 0.70 | 0.31 | 0.16 |
| HSL | 326.98º | 0.64% | 0.54% | - |
| HSV(B) | 326.98º | 0.7% | 0.84% | - |
| XYZ | 34.46 | 19.89 | 29.22 | - |
| YUV | 117.9 | 143.86 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 64 | 146 | 0 | 0.70 | 0.31 | 0.16 | 326.98 | 0.64 | 0.54 |
| Hex | D5 | 40 | 92 | 0 | 46 | 1F | 10 | 147 | 40 | 36 |
| Octal | 325 | 100 | 222 | 0 | 106 | 37 | 20 | 507 | 100 | 66 |
| Binary | 11010101 | 1000000 | 10010010 | 0 | 1000110 | 11111 | 10000 | 101000111 | 1000000 | 110110 |
Color Harmonies of #D54092
Complementary color
Monochromatic Colors of #D54092
Black with #D54092
Text Example
Text Example
White with #D54092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54092; }
p { color: rgb(213,64,146); }
H1.HeaderClassName
{
color: #D54092;
}
.AnyTagClassName
{
color: #D54092;
}
</style>
background-color css
<style>
a { background-color: #D54092; }
a { background-color: rgb(213,64,146); }
div.DivClassName
{
background-color: #D54092;
}
.BgClassName
{
background-color: #D54092;
}
</style>
border-color css
<style>
span { border-color: #D54092; }
span { border-color: rgb(213,64,146); }
td.TdClassName
{
border-color: #D54092;
}
.TagClassName
{
border-color: #D54092;
}
</style>