Shades of Cranberry #DC4B70
Tints of Cranberry #DC4B70
RGB
CMYK
RGB Variations
Color information
#DC4B70 (or 0xDC4B70) is known color: Cranberry. HEX triplet: DC, 4B and 70. RGB value is (220,75,112). Sum of RGB (Red+Green+Blue) = 220+75+112=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 75 (29.69% from 255 or 18.43% from 407); Blue value is 112 (44.14% from 255 or 27.52% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4B70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4B70 is #23B48F. Grayscale: #7A7A7A. Windows color (decimal): -2339984 or 7359452. OLE color: 7359452.
HSL color Cylindrical-coordinate representation of color #DC4B70: hue angle of 344.69º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DC4B70 is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 75 | 112 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.14 |
| HSL | 344.69º | 0.67% | 0.58% | - |
| HSV(B) | 344.69º | 0.66% | 0.86% | - |
| XYZ | 34.96 | 21.42 | 17.62 | - |
| YUV | 122.57 | 122.04 | 197.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 75 | 112 | 0 | 0.66 | 0.49 | 0.14 | 344.69 | 0.67 | 0.58 |
| Hex | DC | 4B | 70 | 0 | 42 | 31 | E | 159 | 43 | 3A |
| Octal | 334 | 113 | 160 | 0 | 102 | 61 | 16 | 531 | 103 | 72 |
| Binary | 11011100 | 1001011 | 1110000 | 0 | 1000010 | 110001 | 1110 | 101011001 | 1000011 | 111010 |
Color Harmonies of #DC4B70
Complementary color
Monochromatic Colors of #DC4B70
Black with #DC4B70
Text Example
Text Example
White with #DC4B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4B70; }
p { color: rgb(220,75,112); }
H1.HeaderClassName
{
color: #DC4B70;
}
.AnyTagClassName
{
color: #DC4B70;
}
</style>
background-color css
<style>
a { background-color: #DC4B70; }
a { background-color: rgb(220,75,112); }
div.DivClassName
{
background-color: #DC4B70;
}
.BgClassName
{
background-color: #DC4B70;
}
</style>
border-color css
<style>
span { border-color: #DC4B70; }
span { border-color: rgb(220,75,112); }
td.TdClassName
{
border-color: #DC4B70;
}
.TagClassName
{
border-color: #DC4B70;
}
</style>