Shades of Deep Cerise #DC468D
Tints of Deep Cerise #DC468D
RGB
CMYK
RGB Variations
Color information
#DC468D (or 0xDC468D) is known color: Deep Cerise. HEX triplet: DC, 46 and 8D. RGB value is (220,70,141). Sum of RGB (Red+Green+Blue) = 220+70+141=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 70 (27.73% from 255 or 16.24% from 431); Blue value is 141 (55.47% from 255 or 32.71% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC468D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC468D is #23B972. Grayscale: #7A7A7A. Windows color (decimal): -2341235 or 9258716. OLE color: 9258716.
HSL color Cylindrical-coordinate representation of color #DC468D: hue angle of 331.6º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DC468D is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 70 | 141 | - |
| CMYK | 0 | 0.68 | 0.36 | 0.14 |
| HSL | 331.6º | 0.68% | 0.57% | - |
| HSV(B) | 331.6º | 0.68% | 0.86% | - |
| XYZ | 36.51 | 21.52 | 27.43 | - |
| YUV | 122.94 | 138.2 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 70 | 141 | 0 | 0.68 | 0.36 | 0.14 | 331.6 | 0.68 | 0.57 |
| Hex | DC | 46 | 8D | 0 | 44 | 24 | E | 14C | 44 | 39 |
| Octal | 334 | 106 | 215 | 0 | 104 | 44 | 16 | 514 | 104 | 71 |
| Binary | 11011100 | 1000110 | 10001101 | 0 | 1000100 | 100100 | 1110 | 101001100 | 1000100 | 111001 |
Color Harmonies of #DC468D
Complementary color
Monochromatic Colors of #DC468D
Black with #DC468D
Text Example
Text Example
White with #DC468D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC468D; }
p { color: rgb(220,70,141); }
H1.HeaderClassName
{
color: #DC468D;
}
.AnyTagClassName
{
color: #DC468D;
}
</style>
background-color css
<style>
a { background-color: #DC468D; }
a { background-color: rgb(220,70,141); }
div.DivClassName
{
background-color: #DC468D;
}
.BgClassName
{
background-color: #DC468D;
}
</style>
border-color css
<style>
span { border-color: #DC468D; }
span { border-color: rgb(220,70,141); }
td.TdClassName
{
border-color: #DC468D;
}
.TagClassName
{
border-color: #DC468D;
}
</style>