Shades of Deep Cerise #DC488D
Tints of Deep Cerise #DC488D
RGB
CMYK
RGB Variations
Color information
#DC488D (or 0xDC488D) is known color: Deep Cerise. HEX triplet: DC, 48 and 8D. RGB value is (220,72,141). Sum of RGB (Red+Green+Blue) = 220+72+141=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 72 (28.52% from 255 or 16.63% from 433); Blue value is 141 (55.47% from 255 or 32.56% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DC488D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC488D is #23B772. Grayscale: #7B7B7B. Windows color (decimal): -2340723 or 9259228. OLE color: 9259228.
HSL color Cylindrical-coordinate representation of color #DC488D: hue angle of 332.03º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DC488D is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 72 | 141 | - |
| CMYK | 0 | 0.67 | 0.36 | 0.14 |
| HSL | 332.03º | 0.68% | 0.57% | - |
| HSV(B) | 332.03º | 0.67% | 0.86% | - |
| XYZ | 36.64 | 21.77 | 27.47 | - |
| YUV | 124.12 | 137.53 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 72 | 141 | 0 | 0.67 | 0.36 | 0.14 | 332.03 | 0.68 | 0.57 |
| Hex | DC | 48 | 8D | 0 | 43 | 24 | E | 14C | 44 | 39 |
| Octal | 334 | 110 | 215 | 0 | 103 | 44 | 16 | 514 | 104 | 71 |
| Binary | 11011100 | 1001000 | 10001101 | 0 | 1000011 | 100100 | 1110 | 101001100 | 1000100 | 111001 |
Color Harmonies of #DC488D
Complementary color
Monochromatic Colors of #DC488D
Black with #DC488D
Text Example
Text Example
White with #DC488D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC488D; }
p { color: rgb(220,72,141); }
H1.HeaderClassName
{
color: #DC488D;
}
.AnyTagClassName
{
color: #DC488D;
}
</style>
background-color css
<style>
a { background-color: #DC488D; }
a { background-color: rgb(220,72,141); }
div.DivClassName
{
background-color: #DC488D;
}
.BgClassName
{
background-color: #DC488D;
}
</style>
border-color css
<style>
span { border-color: #DC488D; }
span { border-color: rgb(220,72,141); }
td.TdClassName
{
border-color: #DC488D;
}
.TagClassName
{
border-color: #DC488D;
}
</style>