Shades of Deep Cerise #DC358F
Tints of Deep Cerise #DC358F
RGB
CMYK
RGB Variations
Color information
#DC358F (or 0xDC358F) is known color: Deep Cerise. HEX triplet: DC, 35 and 8F. RGB value is (220,53,143). Sum of RGB (Red+Green+Blue) = 220+53+143=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 53 (21.09% from 255 or 12.74% from 416); Blue value is 143 (56.25% from 255 or 34.38% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC358F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC358F is #23CA70. Grayscale: #717171. Windows color (decimal): -2345585 or 9385436. OLE color: 9385436.
HSL color Cylindrical-coordinate representation of color #DC358F: hue angle of 327.66º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC358F is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 53 | 143 | - |
| CMYK | 0 | 0.76 | 0.35 | 0.14 |
| HSL | 327.66º | 0.7% | 0.54% | - |
| HSV(B) | 327.66º | 0.76% | 0.86% | - |
| XYZ | 35.75 | 19.75 | 27.91 | - |
| YUV | 113.19 | 144.83 | 204.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 53 | 143 | 0 | 0.76 | 0.35 | 0.14 | 327.66 | 0.7 | 0.54 |
| Hex | DC | 35 | 8F | 0 | 4C | 23 | E | 148 | 46 | 36 |
| Octal | 334 | 65 | 217 | 0 | 114 | 43 | 16 | 510 | 106 | 66 |
| Binary | 11011100 | 110101 | 10001111 | 0 | 1001100 | 100011 | 1110 | 101001000 | 1000110 | 110110 |
Color Harmonies of #DC358F
Complementary color
Monochromatic Colors of #DC358F
Black with #DC358F
Text Example
Text Example
White with #DC358F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC358F; }
p { color: rgb(220,53,143); }
H1.HeaderClassName
{
color: #DC358F;
}
.AnyTagClassName
{
color: #DC358F;
}
</style>
background-color css
<style>
a { background-color: #DC358F; }
a { background-color: rgb(220,53,143); }
div.DivClassName
{
background-color: #DC358F;
}
.BgClassName
{
background-color: #DC358F;
}
</style>
border-color css
<style>
span { border-color: #DC358F; }
span { border-color: rgb(220,53,143); }
td.TdClassName
{
border-color: #DC358F;
}
.TagClassName
{
border-color: #DC358F;
}
</style>