Shades of Cranberry #DC4075
Tints of Cranberry #DC4075
RGB
CMYK
RGB Variations
Color information
#DC4075 (or 0xDC4075) is known color: Cranberry. HEX triplet: DC, 40 and 75. RGB value is (220,64,117). Sum of RGB (Red+Green+Blue) = 220+64+117=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 64 (25.39% from 255 or 15.96% from 401); Blue value is 117 (46.09% from 255 or 29.18% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4075 is #23BF8A. Grayscale: #747474. Windows color (decimal): -2342795 or 7684316. OLE color: 7684316.
HSL color Cylindrical-coordinate representation of color #DC4075: hue angle of 339.62º 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 #DC4075 is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 64 | 117 | - |
| CMYK | 0 | 0.71 | 0.47 | 0.14 |
| HSL | 339.62º | 0.69% | 0.56% | - |
| HSV(B) | 339.62º | 0.71% | 0.86% | - |
| XYZ | 34.56 | 20.17 | 18.9 | - |
| YUV | 116.69 | 128.18 | 201.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 64 | 117 | 0 | 0.71 | 0.47 | 0.14 | 339.62 | 0.69 | 0.56 |
| Hex | DC | 40 | 75 | 0 | 47 | 2F | E | 154 | 45 | 38 |
| Octal | 334 | 100 | 165 | 0 | 107 | 57 | 16 | 524 | 105 | 70 |
| Binary | 11011100 | 1000000 | 1110101 | 0 | 1000111 | 101111 | 1110 | 101010100 | 1000101 | 111000 |
Color Harmonies of #DC4075
Complementary color
Monochromatic Colors of #DC4075
Black with #DC4075
Text Example
Text Example
White with #DC4075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4075; }
p { color: rgb(220,64,117); }
H1.HeaderClassName
{
color: #DC4075;
}
.AnyTagClassName
{
color: #DC4075;
}
</style>
background-color css
<style>
a { background-color: #DC4075; }
a { background-color: rgb(220,64,117); }
div.DivClassName
{
background-color: #DC4075;
}
.BgClassName
{
background-color: #DC4075;
}
</style>
border-color css
<style>
span { border-color: #DC4075; }
span { border-color: rgb(220,64,117); }
td.TdClassName
{
border-color: #DC4075;
}
.TagClassName
{
border-color: #DC4075;
}
</style>