Shades of Cranberry #DC4370
Tints of Cranberry #DC4370
RGB
CMYK
RGB Variations
Color information
#DC4370 (or 0xDC4370) is known color: Cranberry. HEX triplet: DC, 43 and 70. RGB value is (220,67,112). Sum of RGB (Red+Green+Blue) = 220+67+112=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 67 (26.56% from 255 or 16.79% from 399); Blue value is 112 (44.14% from 255 or 28.07% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4370 is #23BC8F. Grayscale: #757575. Windows color (decimal): -2342032 or 7357404. OLE color: 7357404.
HSL color Cylindrical-coordinate representation of color #DC4370: hue angle of 342.35º 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 #DC4370 is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 112 | - |
| CMYK | 0 | 0.70 | 0.49 | 0.14 |
| HSL | 342.35º | 0.69% | 0.56% | - |
| HSV(B) | 342.35º | 0.7% | 0.86% | - |
| XYZ | 34.45 | 20.4 | 17.45 | - |
| YUV | 117.88 | 124.69 | 200.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 112 | 0 | 0.70 | 0.49 | 0.14 | 342.35 | 0.69 | 0.56 |
| Hex | DC | 43 | 70 | 0 | 46 | 31 | E | 156 | 45 | 38 |
| Octal | 334 | 103 | 160 | 0 | 106 | 61 | 16 | 526 | 105 | 70 |
| Binary | 11011100 | 1000011 | 1110000 | 0 | 1000110 | 110001 | 1110 | 101010110 | 1000101 | 111000 |
Color Harmonies of #DC4370
Complementary color
Monochromatic Colors of #DC4370
Black with #DC4370
Text Example
Text Example
White with #DC4370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4370; }
p { color: rgb(220,67,112); }
H1.HeaderClassName
{
color: #DC4370;
}
.AnyTagClassName
{
color: #DC4370;
}
</style>
background-color css
<style>
a { background-color: #DC4370; }
a { background-color: rgb(220,67,112); }
div.DivClassName
{
background-color: #DC4370;
}
.BgClassName
{
background-color: #DC4370;
}
</style>
border-color css
<style>
span { border-color: #DC4370; }
span { border-color: rgb(220,67,112); }
td.TdClassName
{
border-color: #DC4370;
}
.TagClassName
{
border-color: #DC4370;
}
</style>