Shades of Cerise #DC3A5B
Tints of Cerise #DC3A5B
RGB
CMYK
RGB Variations
Color information
#DC3A5B (or 0xDC3A5B) is known color: Cerise. HEX triplet: DC, 3A and 5B. RGB value is (220,58,91). Sum of RGB (Red+Green+Blue) = 220+58+91=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 58 (23.05% from 255 or 15.72% from 369); Blue value is 91 (35.94% from 255 or 24.66% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3A5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3A5B is #23C5A4. Grayscale: #6E6E6E. Windows color (decimal): -2344357 or 5978844. OLE color: 5978844.
HSL color Cylindrical-coordinate representation of color #DC3A5B: hue angle of 347.78º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC3A5B is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 58 | 91 | - |
| CMYK | 0 | 0.74 | 0.59 | 0.14 |
| HSL | 347.78º | 0.7% | 0.55% | - |
| HSV(B) | 347.78º | 0.74% | 0.86% | - |
| XYZ | 32.92 | 19 | 11.83 | - |
| YUV | 110.2 | 117.17 | 206.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 58 | 91 | 0 | 0.74 | 0.59 | 0.14 | 347.78 | 0.7 | 0.55 |
| Hex | DC | 3A | 5B | 0 | 4A | 3B | E | 15C | 46 | 37 |
| Octal | 334 | 72 | 133 | 0 | 112 | 73 | 16 | 534 | 106 | 67 |
| Binary | 11011100 | 111010 | 1011011 | 0 | 1001010 | 111011 | 1110 | 101011100 | 1000110 | 110111 |
Color Harmonies of #DC3A5B
Complementary color
Monochromatic Colors of #DC3A5B
Black with #DC3A5B
Text Example
Text Example
White with #DC3A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3A5B; }
p { color: rgb(220,58,91); }
H1.HeaderClassName
{
color: #DC3A5B;
}
.AnyTagClassName
{
color: #DC3A5B;
}
</style>
background-color css
<style>
a { background-color: #DC3A5B; }
a { background-color: rgb(220,58,91); }
div.DivClassName
{
background-color: #DC3A5B;
}
.BgClassName
{
background-color: #DC3A5B;
}
</style>
border-color css
<style>
span { border-color: #DC3A5B; }
span { border-color: rgb(220,58,91); }
td.TdClassName
{
border-color: #DC3A5B;
}
.TagClassName
{
border-color: #DC3A5B;
}
</style>