Shades of Cranberry #DC4376
Tints of Cranberry #DC4376
RGB
CMYK
RGB Variations
Color information
#DC4376 (or 0xDC4376) is known color: Cranberry. HEX triplet: DC, 43 and 76. RGB value is (220,67,118). Sum of RGB (Red+Green+Blue) = 220+67+118=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 67 (26.56% from 255 or 16.54% from 405); Blue value is 118 (46.48% from 255 or 29.14% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4376 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4376 is #23BC89. Grayscale: #767676. Windows color (decimal): -2342026 or 7750620. OLE color: 7750620.
HSL color Cylindrical-coordinate representation of color #DC4376: hue angle of 340º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC4376 is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 118 | - |
| CMYK | 0 | 0.70 | 0.46 | 0.14 |
| HSL | 340º | 0.69% | 0.56% | - |
| HSV(B) | 340º | 0.7% | 0.86% | - |
| XYZ | 34.79 | 20.54 | 19.27 | - |
| YUV | 118.56 | 127.69 | 200.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 118 | 0 | 0.70 | 0.46 | 0.14 | 340 | 0.69 | 0.56 |
| Hex | DC | 43 | 76 | 0 | 46 | 2E | E | 154 | 45 | 38 |
| Octal | 334 | 103 | 166 | 0 | 106 | 56 | 16 | 524 | 105 | 70 |
| Binary | 11011100 | 1000011 | 1110110 | 0 | 1000110 | 101110 | 1110 | 101010100 | 1000101 | 111000 |
Color Harmonies of #DC4376
Complementary color
Monochromatic Colors of #DC4376
Black with #DC4376
Text Example
Text Example
White with #DC4376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4376; }
p { color: rgb(220,67,118); }
H1.HeaderClassName
{
color: #DC4376;
}
.AnyTagClassName
{
color: #DC4376;
}
</style>
background-color css
<style>
a { background-color: #DC4376; }
a { background-color: rgb(220,67,118); }
div.DivClassName
{
background-color: #DC4376;
}
.BgClassName
{
background-color: #DC4376;
}
</style>
border-color css
<style>
span { border-color: #DC4376; }
span { border-color: rgb(220,67,118); }
td.TdClassName
{
border-color: #DC4376;
}
.TagClassName
{
border-color: #DC4376;
}
</style>