Shades of Cerise #DC425B
Tints of Cerise #DC425B
RGB
CMYK
RGB Variations
Color information
#DC425B (or 0xDC425B) is known color: Cerise. HEX triplet: DC, 42 and 5B. RGB value is (220,66,91). Sum of RGB (Red+Green+Blue) = 220+66+91=377 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.36% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 91 (35.94% from 255 or 24.14% from 377); Max value from RGB is 220 - color contains mainly: red. Hex color #DC425B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC425B is #23BDA4. Grayscale: #727272. Windows color (decimal): -2342309 or 5980892. OLE color: 5980892.
HSL color Cylindrical-coordinate representation of color #DC425B: hue angle of 350.26º 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 #DC425B is Cyan = 0, Magento = 0.7, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 66 | 91 | - |
| CMYK | 0 | 0.7 | 0.59 | 0.14 |
| HSL | 350.26º | 0.69% | 0.56% | - |
| HSV(B) | 350.26º | 0.7% | 0.86% | - |
| XYZ | 33.35 | 19.87 | 11.97 | - |
| YUV | 114.9 | 114.52 | 202.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 66 | 91 | 0 | 0.7 | 0.59 | 0.14 | 350.26 | 0.69 | 0.56 |
| Hex | DC | 42 | 5B | 0 | 46 | 3B | E | 15E | 45 | 38 |
| Octal | 334 | 102 | 133 | 0 | 106 | 73 | 16 | 536 | 105 | 70 |
| Binary | 11011100 | 1000010 | 1011011 | 0 | 1000110 | 111011 | 1110 | 101011110 | 1000101 | 111000 |
Color Harmonies of #DC425B
Complementary color
Monochromatic Colors of #DC425B
Black with #DC425B
Text Example
Text Example
White with #DC425B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC425B; }
p { color: rgb(220,66,91); }
H1.HeaderClassName
{
color: #DC425B;
}
.AnyTagClassName
{
color: #DC425B;
}
</style>
background-color css
<style>
a { background-color: #DC425B; }
a { background-color: rgb(220,66,91); }
div.DivClassName
{
background-color: #DC425B;
}
.BgClassName
{
background-color: #DC425B;
}
</style>
border-color css
<style>
span { border-color: #DC425B; }
span { border-color: rgb(220,66,91); }
td.TdClassName
{
border-color: #DC425B;
}
.TagClassName
{
border-color: #DC425B;
}
</style>