Shades of Cerise #DC345A
Tints of Cerise #DC345A
RGB
CMYK
RGB Variations
Color information
#DC345A (or 0xDC345A) is known color: Cerise. HEX triplet: DC, 34 and 5A. RGB value is (220,52,90). Sum of RGB (Red+Green+Blue) = 220+52+90=362 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.77% from 362); Green value is 52 (20.70% from 255 or 14.36% from 362); Blue value is 90 (35.55% from 255 or 24.86% from 362); Max value from RGB is 220 - color contains mainly: red. Hex color #DC345A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC345A is #23CBA5. Grayscale: #6A6A6A. Windows color (decimal): -2345894 or 5911772. OLE color: 5911772.
HSL color Cylindrical-coordinate representation of color #DC345A: hue angle of 346.43º 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 #DC345A is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 52 | 90 | - |
| CMYK | 0 | 0.76 | 0.59 | 0.14 |
| HSL | 346.43º | 0.71% | 0.53% | - |
| HSV(B) | 346.43º | 0.76% | 0.86% | - |
| XYZ | 32.59 | 18.41 | 11.51 | - |
| YUV | 106.56 | 118.66 | 208.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 52 | 90 | 0 | 0.76 | 0.59 | 0.14 | 346.43 | 0.71 | 0.53 |
| Hex | DC | 34 | 5A | 0 | 4C | 3B | E | 15A | 47 | 35 |
| Octal | 334 | 64 | 132 | 0 | 114 | 73 | 16 | 532 | 107 | 65 |
| Binary | 11011100 | 110100 | 1011010 | 0 | 1001100 | 111011 | 1110 | 101011010 | 1000111 | 110101 |
Color Harmonies of #DC345A
Complementary color
Monochromatic Colors of #DC345A
Black with #DC345A
Text Example
Text Example
White with #DC345A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC345A; }
p { color: rgb(220,52,90); }
H1.HeaderClassName
{
color: #DC345A;
}
.AnyTagClassName
{
color: #DC345A;
}
</style>
background-color css
<style>
a { background-color: #DC345A; }
a { background-color: rgb(220,52,90); }
div.DivClassName
{
background-color: #DC345A;
}
.BgClassName
{
background-color: #DC345A;
}
</style>
border-color css
<style>
span { border-color: #DC345A; }
span { border-color: rgb(220,52,90); }
td.TdClassName
{
border-color: #DC345A;
}
.TagClassName
{
border-color: #DC345A;
}
</style>