Shades of Deep Cerise #DC349B
Tints of Deep Cerise #DC349B
RGB
CMYK
RGB Variations
Color information
#DC349B (or 0xDC349B) is known color: Deep Cerise. HEX triplet: DC, 34 and 9B. RGB value is (220,52,155). Sum of RGB (Red+Green+Blue) = 220+52+155=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 52 (20.70% from 255 or 12.18% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC349B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC349B is #23CB64. Grayscale: #717171. Windows color (decimal): -2345829 or 10171612. OLE color: 10171612.
HSL color Cylindrical-coordinate representation of color #DC349B: hue angle of 323.21º 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 #DC349B is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 52 | 155 | - |
| CMYK | 0 | 0.76 | 0.30 | 0.14 |
| HSL | 323.21º | 0.71% | 0.53% | - |
| HSV(B) | 323.21º | 0.76% | 0.86% | - |
| XYZ | 36.66 | 20.04 | 32.95 | - |
| YUV | 113.97 | 151.16 | 203.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 52 | 155 | 0 | 0.76 | 0.30 | 0.14 | 323.21 | 0.71 | 0.53 |
| Hex | DC | 34 | 9B | 0 | 4C | 1E | E | 143 | 47 | 35 |
| Octal | 334 | 64 | 233 | 0 | 114 | 36 | 16 | 503 | 107 | 65 |
| Binary | 11011100 | 110100 | 10011011 | 0 | 1001100 | 11110 | 1110 | 101000011 | 1000111 | 110101 |
Color Harmonies of #DC349B
Complementary color
Monochromatic Colors of #DC349B
Black with #DC349B
Text Example
Text Example
White with #DC349B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC349B; }
p { color: rgb(220,52,155); }
H1.HeaderClassName
{
color: #DC349B;
}
.AnyTagClassName
{
color: #DC349B;
}
</style>
background-color css
<style>
a { background-color: #DC349B; }
a { background-color: rgb(220,52,155); }
div.DivClassName
{
background-color: #DC349B;
}
.BgClassName
{
background-color: #DC349B;
}
</style>
border-color css
<style>
span { border-color: #DC349B; }
span { border-color: rgb(220,52,155); }
td.TdClassName
{
border-color: #DC349B;
}
.TagClassName
{
border-color: #DC349B;
}
</style>