Shades of Cerise #DC406B
Tints of Cerise #DC406B
RGB
CMYK
RGB Variations
Color information
#DC406B (or 0xDC406B) is known color: Cerise. HEX triplet: DC, 40 and 6B. RGB value is (220,64,107). Sum of RGB (Red+Green+Blue) = 220+64+107=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 64 (25.39% from 255 or 16.37% from 391); Blue value is 107 (42.19% from 255 or 27.37% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DC406B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC406B is #23BF94. Grayscale: #737373. Windows color (decimal): -2342805 or 7028956. OLE color: 7028956.
HSL color Cylindrical-coordinate representation of color #DC406B: hue angle of 343.46º 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 #DC406B is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 64 | 107 | - |
| CMYK | 0 | 0.71 | 0.51 | 0.14 |
| HSL | 343.46º | 0.69% | 0.56% | - |
| HSV(B) | 343.46º | 0.71% | 0.86% | - |
| XYZ | 34 | 19.94 | 15.97 | - |
| YUV | 115.55 | 123.18 | 202.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 64 | 107 | 0 | 0.71 | 0.51 | 0.14 | 343.46 | 0.69 | 0.56 |
| Hex | DC | 40 | 6B | 0 | 47 | 33 | E | 157 | 45 | 38 |
| Octal | 334 | 100 | 153 | 0 | 107 | 63 | 16 | 527 | 105 | 70 |
| Binary | 11011100 | 1000000 | 1101011 | 0 | 1000111 | 110011 | 1110 | 101010111 | 1000101 | 111000 |
Color Harmonies of #DC406B
Complementary color
Monochromatic Colors of #DC406B
Black with #DC406B
Text Example
Text Example
White with #DC406B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC406B; }
p { color: rgb(220,64,107); }
H1.HeaderClassName
{
color: #DC406B;
}
.AnyTagClassName
{
color: #DC406B;
}
</style>
background-color css
<style>
a { background-color: #DC406B; }
a { background-color: rgb(220,64,107); }
div.DivClassName
{
background-color: #DC406B;
}
.BgClassName
{
background-color: #DC406B;
}
</style>
border-color css
<style>
span { border-color: #DC406B; }
span { border-color: rgb(220,64,107); }
td.TdClassName
{
border-color: #DC406B;
}
.TagClassName
{
border-color: #DC406B;
}
</style>