Shades of Cerise #DC405A
Tints of Cerise #DC405A
RGB
CMYK
RGB Variations
Color information
#DC405A (or 0xDC405A) is known color: Cerise. HEX triplet: DC, 40 and 5A. RGB value is (220,64,90). Sum of RGB (Red+Green+Blue) = 220+64+90=374 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.82% from 374); Green value is 64 (25.39% from 255 or 17.11% from 374); Blue value is 90 (35.55% from 255 or 24.06% from 374); Max value from RGB is 220 - color contains mainly: red. Hex color #DC405A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC405A is #23BFA5. Grayscale: #717171. Windows color (decimal): -2342822 or 5914844. OLE color: 5914844.
HSL color Cylindrical-coordinate representation of color #DC405A: hue angle of 350º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC405A is Cyan = 0, Magento = 0.71, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 64 | 90 | - |
| CMYK | 0 | 0.71 | 0.59 | 0.14 |
| HSL | 350º | 0.69% | 0.56% | - |
| HSV(B) | 350º | 0.71% | 0.86% | - |
| XYZ | 33.19 | 19.62 | 11.71 | - |
| YUV | 113.61 | 114.68 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 64 | 90 | 0 | 0.71 | 0.59 | 0.14 | 350 | 0.69 | 0.56 |
| Hex | DC | 40 | 5A | 0 | 47 | 3B | E | 15E | 45 | 38 |
| Octal | 334 | 100 | 132 | 0 | 107 | 73 | 16 | 536 | 105 | 70 |
| Binary | 11011100 | 1000000 | 1011010 | 0 | 1000111 | 111011 | 1110 | 101011110 | 1000101 | 111000 |
Color Harmonies of #DC405A
Complementary color
Monochromatic Colors of #DC405A
Black with #DC405A
Text Example
Text Example
White with #DC405A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC405A; }
p { color: rgb(220,64,90); }
H1.HeaderClassName
{
color: #DC405A;
}
.AnyTagClassName
{
color: #DC405A;
}
</style>
background-color css
<style>
a { background-color: #DC405A; }
a { background-color: rgb(220,64,90); }
div.DivClassName
{
background-color: #DC405A;
}
.BgClassName
{
background-color: #DC405A;
}
</style>
border-color css
<style>
span { border-color: #DC405A; }
span { border-color: rgb(220,64,90); }
td.TdClassName
{
border-color: #DC405A;
}
.TagClassName
{
border-color: #DC405A;
}
</style>