Shades of Cerise #DC406D
Tints of Cerise #DC406D
RGB
CMYK
RGB Variations
Color information
#DC406D (or 0xDC406D) is known color: Cerise. HEX triplet: DC, 40 and 6D. RGB value is (220,64,109). Sum of RGB (Red+Green+Blue) = 220+64+109=393 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.98% from 393); Green value is 64 (25.39% from 255 or 16.28% from 393); Blue value is 109 (42.97% from 255 or 27.74% from 393); Max value from RGB is 220 - color contains mainly: red. Hex color #DC406D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC406D is #23BF92. Grayscale: #737373. Windows color (decimal): -2342803 or 7160028. OLE color: 7160028.
HSL color Cylindrical-coordinate representation of color #DC406D: hue angle of 342.69º 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 #DC406D is Cyan = 0, Magento = 0.71, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 64 | 109 | - |
| CMYK | 0 | 0.71 | 0.50 | 0.14 |
| HSL | 342.69º | 0.69% | 0.56% | - |
| HSV(B) | 342.69º | 0.71% | 0.86% | - |
| XYZ | 34.11 | 19.99 | 16.53 | - |
| YUV | 115.77 | 124.18 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 64 | 109 | 0 | 0.71 | 0.50 | 0.14 | 342.69 | 0.69 | 0.56 |
| Hex | DC | 40 | 6D | 0 | 47 | 32 | E | 157 | 45 | 38 |
| Octal | 334 | 100 | 155 | 0 | 107 | 62 | 16 | 527 | 105 | 70 |
| Binary | 11011100 | 1000000 | 1101101 | 0 | 1000111 | 110010 | 1110 | 101010111 | 1000101 | 111000 |
Color Harmonies of #DC406D
Complementary color
Monochromatic Colors of #DC406D
Black with #DC406D
Text Example
Text Example
White with #DC406D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC406D; }
p { color: rgb(220,64,109); }
H1.HeaderClassName
{
color: #DC406D;
}
.AnyTagClassName
{
color: #DC406D;
}
</style>
background-color css
<style>
a { background-color: #DC406D; }
a { background-color: rgb(220,64,109); }
div.DivClassName
{
background-color: #DC406D;
}
.BgClassName
{
background-color: #DC406D;
}
</style>
border-color css
<style>
span { border-color: #DC406D; }
span { border-color: rgb(220,64,109); }
td.TdClassName
{
border-color: #DC406D;
}
.TagClassName
{
border-color: #DC406D;
}
</style>