Shades of Deep Cerise #DC458B
Tints of Deep Cerise #DC458B
RGB
CMYK
RGB Variations
Color information
#DC458B (or 0xDC458B) is known color: Deep Cerise. HEX triplet: DC, 45 and 8B. RGB value is (220,69,139). Sum of RGB (Red+Green+Blue) = 220+69+139=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 69 (27.34% from 255 or 16.12% from 428); Blue value is 139 (54.69% from 255 or 32.48% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DC458B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC458B is #23BA74. Grayscale: #7A7A7A. Windows color (decimal): -2341493 or 9127388. OLE color: 9127388.
HSL color Cylindrical-coordinate representation of color #DC458B: hue angle of 332.19º 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 #DC458B is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 69 | 139 | - |
| CMYK | 0 | 0.69 | 0.37 | 0.14 |
| HSL | 332.19º | 0.68% | 0.57% | - |
| HSV(B) | 332.19º | 0.69% | 0.86% | - |
| XYZ | 36.3 | 21.34 | 26.63 | - |
| YUV | 122.13 | 137.53 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 69 | 139 | 0 | 0.69 | 0.37 | 0.14 | 332.19 | 0.68 | 0.57 |
| Hex | DC | 45 | 8B | 0 | 45 | 25 | E | 14C | 44 | 39 |
| Octal | 334 | 105 | 213 | 0 | 105 | 45 | 16 | 514 | 104 | 71 |
| Binary | 11011100 | 1000101 | 10001011 | 0 | 1000101 | 100101 | 1110 | 101001100 | 1000100 | 111001 |
Color Harmonies of #DC458B
Complementary color
Monochromatic Colors of #DC458B
Black with #DC458B
Text Example
Text Example
White with #DC458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC458B; }
p { color: rgb(220,69,139); }
H1.HeaderClassName
{
color: #DC458B;
}
.AnyTagClassName
{
color: #DC458B;
}
</style>
background-color css
<style>
a { background-color: #DC458B; }
a { background-color: rgb(220,69,139); }
div.DivClassName
{
background-color: #DC458B;
}
.BgClassName
{
background-color: #DC458B;
}
</style>
border-color css
<style>
span { border-color: #DC458B; }
span { border-color: rgb(220,69,139); }
td.TdClassName
{
border-color: #DC458B;
}
.TagClassName
{
border-color: #DC458B;
}
</style>