Shades of Cerise #DC435C
Tints of Cerise #DC435C
RGB
CMYK
RGB Variations
Color information
#DC435C (or 0xDC435C) is known color: Cerise. HEX triplet: DC, 43 and 5C. RGB value is (220,67,92). Sum of RGB (Red+Green+Blue) = 220+67+92=379 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.05% from 379); Green value is 67 (26.56% from 255 or 17.68% from 379); Blue value is 92 (36.33% from 255 or 24.27% from 379); Max value from RGB is 220 - color contains mainly: red. Hex color #DC435C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC435C is #23BCA3. Grayscale: #737373. Windows color (decimal): -2342052 or 6046684. OLE color: 6046684.
HSL color Cylindrical-coordinate representation of color #DC435C: hue angle of 350.2º 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 #DC435C is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 92 | - |
| CMYK | 0 | 0.70 | 0.58 | 0.14 |
| HSL | 350.2º | 0.69% | 0.56% | - |
| HSV(B) | 350.2º | 0.7% | 0.86% | - |
| XYZ | 33.45 | 20 | 12.22 | - |
| YUV | 115.6 | 114.69 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 92 | 0 | 0.70 | 0.58 | 0.14 | 350.2 | 0.69 | 0.56 |
| Hex | DC | 43 | 5C | 0 | 46 | 3A | E | 15E | 45 | 38 |
| Octal | 334 | 103 | 134 | 0 | 106 | 72 | 16 | 536 | 105 | 70 |
| Binary | 11011100 | 1000011 | 1011100 | 0 | 1000110 | 111010 | 1110 | 101011110 | 1000101 | 111000 |
Color Harmonies of #DC435C
Complementary color
Monochromatic Colors of #DC435C
Black with #DC435C
Text Example
Text Example
White with #DC435C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC435C; }
p { color: rgb(220,67,92); }
H1.HeaderClassName
{
color: #DC435C;
}
.AnyTagClassName
{
color: #DC435C;
}
</style>
background-color css
<style>
a { background-color: #DC435C; }
a { background-color: rgb(220,67,92); }
div.DivClassName
{
background-color: #DC435C;
}
.BgClassName
{
background-color: #DC435C;
}
</style>
border-color css
<style>
span { border-color: #DC435C; }
span { border-color: rgb(220,67,92); }
td.TdClassName
{
border-color: #DC435C;
}
.TagClassName
{
border-color: #DC435C;
}
</style>