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