Shades of Cerise #DC435E
Tints of Cerise #DC435E
RGB
CMYK
RGB Variations
Color information
#DC435E (or 0xDC435E) is known color: Cerise. HEX triplet: DC, 43 and 5E. RGB value is (220,67,94). Sum of RGB (Red+Green+Blue) = 220+67+94=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 67 (26.56% from 255 or 17.59% from 381); Blue value is 94 (37.11% from 255 or 24.67% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC435E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC435E is #23BCA1. Grayscale: #737373. Windows color (decimal): -2342050 or 6177756. OLE color: 6177756.
HSL color Cylindrical-coordinate representation of color #DC435E: hue angle of 349.41º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC435E is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 94 | - |
| CMYK | 0 | 0.70 | 0.57 | 0.14 |
| HSL | 349.41º | 0.69% | 0.56% | - |
| HSV(B) | 349.41º | 0.7% | 0.86% | - |
| XYZ | 33.54 | 20.04 | 12.69 | - |
| YUV | 115.83 | 115.69 | 202.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 94 | 0 | 0.70 | 0.57 | 0.14 | 349.41 | 0.69 | 0.56 |
| Hex | DC | 43 | 5E | 0 | 46 | 39 | E | 15D | 45 | 38 |
| Octal | 334 | 103 | 136 | 0 | 106 | 71 | 16 | 535 | 105 | 70 |
| Binary | 11011100 | 1000011 | 1011110 | 0 | 1000110 | 111001 | 1110 | 101011101 | 1000101 | 111000 |
Color Harmonies of #DC435E
Complementary color
Monochromatic Colors of #DC435E
Black with #DC435E
Text Example
Text Example
White with #DC435E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC435E; }
p { color: rgb(220,67,94); }
H1.HeaderClassName
{
color: #DC435E;
}
.AnyTagClassName
{
color: #DC435E;
}
</style>
background-color css
<style>
a { background-color: #DC435E; }
a { background-color: rgb(220,67,94); }
div.DivClassName
{
background-color: #DC435E;
}
.BgClassName
{
background-color: #DC435E;
}
</style>
border-color css
<style>
span { border-color: #DC435E; }
span { border-color: rgb(220,67,94); }
td.TdClassName
{
border-color: #DC435E;
}
.TagClassName
{
border-color: #DC435E;
}
</style>