Shades of Deep Cerise #DC348F
Tints of Deep Cerise #DC348F
RGB
CMYK
RGB Variations
Color information
#DC348F (or 0xDC348F) is known color: Deep Cerise. HEX triplet: DC, 34 and 8F. RGB value is (220,52,143). Sum of RGB (Red+Green+Blue) = 220+52+143=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 52 (20.70% from 255 or 12.53% from 415); Blue value is 143 (56.25% from 255 or 34.46% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC348F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC348F is #23CB70. Grayscale: #707070. Windows color (decimal): -2345841 or 9385180. OLE color: 9385180.
HSL color Cylindrical-coordinate representation of color #DC348F: hue angle of 327.5º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC348F is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 52 | 143 | - |
| CMYK | 0 | 0.76 | 0.35 | 0.14 |
| HSL | 327.5º | 0.71% | 0.53% | - |
| HSV(B) | 327.5º | 0.76% | 0.86% | - |
| XYZ | 35.7 | 19.65 | 27.9 | - |
| YUV | 112.61 | 145.16 | 204.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 52 | 143 | 0 | 0.76 | 0.35 | 0.14 | 327.5 | 0.71 | 0.53 |
| Hex | DC | 34 | 8F | 0 | 4C | 23 | E | 148 | 47 | 35 |
| Octal | 334 | 64 | 217 | 0 | 114 | 43 | 16 | 510 | 107 | 65 |
| Binary | 11011100 | 110100 | 10001111 | 0 | 1001100 | 100011 | 1110 | 101001000 | 1000111 | 110101 |
Color Harmonies of #DC348F
Complementary color
Monochromatic Colors of #DC348F
Black with #DC348F
Text Example
Text Example
White with #DC348F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC348F; }
p { color: rgb(220,52,143); }
H1.HeaderClassName
{
color: #DC348F;
}
.AnyTagClassName
{
color: #DC348F;
}
</style>
background-color css
<style>
a { background-color: #DC348F; }
a { background-color: rgb(220,52,143); }
div.DivClassName
{
background-color: #DC348F;
}
.BgClassName
{
background-color: #DC348F;
}
</style>
border-color css
<style>
span { border-color: #DC348F; }
span { border-color: rgb(220,52,143); }
td.TdClassName
{
border-color: #DC348F;
}
.TagClassName
{
border-color: #DC348F;
}
</style>