Shades of Cranberry #DC406F
Tints of Cranberry #DC406F
RGB
CMYK
RGB Variations
Color information
#DC406F (or 0xDC406F) is known color: Cranberry. HEX triplet: DC, 40 and 6F. RGB value is (220,64,111). Sum of RGB (Red+Green+Blue) = 220+64+111=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 64 (25.39% from 255 or 16.20% from 395); Blue value is 111 (43.75% from 255 or 28.10% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC406F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC406F is #23BF90. Grayscale: #737373. Windows color (decimal): -2342801 or 7291100. OLE color: 7291100.
HSL color Cylindrical-coordinate representation of color #DC406F: hue angle of 341.92º 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 #DC406F is Cyan = 0, Magento = 0.71, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 64 | 111 | - |
| CMYK | 0 | 0.71 | 0.50 | 0.14 |
| HSL | 341.92º | 0.69% | 0.56% | - |
| HSV(B) | 341.92º | 0.71% | 0.86% | - |
| XYZ | 34.22 | 20.03 | 17.1 | - |
| YUV | 116 | 125.18 | 202.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 64 | 111 | 0 | 0.71 | 0.50 | 0.14 | 341.92 | 0.69 | 0.56 |
| Hex | DC | 40 | 6F | 0 | 47 | 32 | E | 156 | 45 | 38 |
| Octal | 334 | 100 | 157 | 0 | 107 | 62 | 16 | 526 | 105 | 70 |
| Binary | 11011100 | 1000000 | 1101111 | 0 | 1000111 | 110010 | 1110 | 101010110 | 1000101 | 111000 |
Color Harmonies of #DC406F
Complementary color
Monochromatic Colors of #DC406F
Black with #DC406F
Text Example
Text Example
White with #DC406F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC406F; }
p { color: rgb(220,64,111); }
H1.HeaderClassName
{
color: #DC406F;
}
.AnyTagClassName
{
color: #DC406F;
}
</style>
background-color css
<style>
a { background-color: #DC406F; }
a { background-color: rgb(220,64,111); }
div.DivClassName
{
background-color: #DC406F;
}
.BgClassName
{
background-color: #DC406F;
}
</style>
border-color css
<style>
span { border-color: #DC406F; }
span { border-color: rgb(220,64,111); }
td.TdClassName
{
border-color: #DC406F;
}
.TagClassName
{
border-color: #DC406F;
}
</style>