Shades of Deep Cerise #D54082
Tints of Deep Cerise #D54082
RGB
CMYK
RGB Variations
Color information
#D54082 (or 0xD54082) is known color: Deep Cerise. HEX triplet: D5, 40 and 82. RGB value is (213,64,130). Sum of RGB (Red+Green+Blue) = 213+64+130=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 64 (25.39% from 255 or 15.72% from 407); Blue value is 130 (51.17% from 255 or 31.94% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D54082 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54082 is #2ABF7D. Grayscale: #737373. Windows color (decimal): -2801534 or 8536277. OLE color: 8536277.
HSL color Cylindrical-coordinate representation of color #D54082: hue angle of 333.42º 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 #D54082 is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 64 | 130 | - |
| CMYK | 0 | 0.70 | 0.39 | 0.16 |
| HSL | 333.42º | 0.64% | 0.54% | - |
| HSV(B) | 333.42º | 0.7% | 0.84% | - |
| XYZ | 33.3 | 19.42 | 23.11 | - |
| YUV | 116.08 | 135.86 | 197.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 64 | 130 | 0 | 0.70 | 0.39 | 0.16 | 333.42 | 0.64 | 0.54 |
| Hex | D5 | 40 | 82 | 0 | 46 | 27 | 10 | 14D | 40 | 36 |
| Octal | 325 | 100 | 202 | 0 | 106 | 47 | 20 | 515 | 100 | 66 |
| Binary | 11010101 | 1000000 | 10000010 | 0 | 1000110 | 100111 | 10000 | 101001101 | 1000000 | 110110 |
Color Harmonies of #D54082
Complementary color
Monochromatic Colors of #D54082
Black with #D54082
Text Example
Text Example
White with #D54082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54082; }
p { color: rgb(213,64,130); }
H1.HeaderClassName
{
color: #D54082;
}
.AnyTagClassName
{
color: #D54082;
}
</style>
background-color css
<style>
a { background-color: #D54082; }
a { background-color: rgb(213,64,130); }
div.DivClassName
{
background-color: #D54082;
}
.BgClassName
{
background-color: #D54082;
}
</style>
border-color css
<style>
span { border-color: #D54082; }
span { border-color: rgb(213,64,130); }
td.TdClassName
{
border-color: #D54082;
}
.TagClassName
{
border-color: #D54082;
}
</style>