Shades of Deep Cerise #DC458D
Tints of Deep Cerise #DC458D
RGB
CMYK
RGB Variations
Color information
#DC458D (or 0xDC458D) is known color: Deep Cerise. HEX triplet: DC, 45 and 8D. RGB value is (220,69,141). Sum of RGB (Red+Green+Blue) = 220+69+141=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 69 (27.34% from 255 or 16.05% from 430); Blue value is 141 (55.47% from 255 or 32.79% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DC458D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC458D is #23BA72. Grayscale: #7A7A7A. Windows color (decimal): -2341491 or 9258460. OLE color: 9258460.
HSL color Cylindrical-coordinate representation of color #DC458D: hue angle of 331.39º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC458D is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 69 | 141 | - |
| CMYK | 0 | 0.69 | 0.36 | 0.14 |
| HSL | 331.39º | 0.68% | 0.57% | - |
| HSV(B) | 331.39º | 0.69% | 0.86% | - |
| XYZ | 36.45 | 21.39 | 27.41 | - |
| YUV | 122.36 | 138.53 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 69 | 141 | 0 | 0.69 | 0.36 | 0.14 | 331.39 | 0.68 | 0.57 |
| Hex | DC | 45 | 8D | 0 | 45 | 24 | E | 14B | 44 | 39 |
| Octal | 334 | 105 | 215 | 0 | 105 | 44 | 16 | 513 | 104 | 71 |
| Binary | 11011100 | 1000101 | 10001101 | 0 | 1000101 | 100100 | 1110 | 101001011 | 1000100 | 111001 |
Color Harmonies of #DC458D
Complementary color
Monochromatic Colors of #DC458D
Black with #DC458D
Text Example
Text Example
White with #DC458D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC458D; }
p { color: rgb(220,69,141); }
H1.HeaderClassName
{
color: #DC458D;
}
.AnyTagClassName
{
color: #DC458D;
}
</style>
background-color css
<style>
a { background-color: #DC458D; }
a { background-color: rgb(220,69,141); }
div.DivClassName
{
background-color: #DC458D;
}
.BgClassName
{
background-color: #DC458D;
}
</style>
border-color css
<style>
span { border-color: #DC458D; }
span { border-color: rgb(220,69,141); }
td.TdClassName
{
border-color: #DC458D;
}
.TagClassName
{
border-color: #DC458D;
}
</style>