Shades of Cranberry #DC3D76
Tints of Cranberry #DC3D76
RGB
CMYK
RGB Variations
Color information
#DC3D76 (or 0xDC3D76) is known color: Cranberry. HEX triplet: DC, 3D and 76. RGB value is (220,61,118). Sum of RGB (Red+Green+Blue) = 220+61+118=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 61 (24.22% from 255 or 15.29% from 399); Blue value is 118 (46.48% from 255 or 29.57% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3D76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3D76 is #23C289. Grayscale: #727272. Windows color (decimal): -2343562 or 7749084. OLE color: 7749084.
HSL color Cylindrical-coordinate representation of color #DC3D76: hue angle of 338.49º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DC3D76 is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 61 | 118 | - |
| CMYK | 0 | 0.72 | 0.46 | 0.14 |
| HSL | 338.49º | 0.69% | 0.55% | - |
| HSV(B) | 338.49º | 0.72% | 0.86% | - |
| XYZ | 34.45 | 19.86 | 19.16 | - |
| YUV | 115.04 | 129.68 | 202.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 61 | 118 | 0 | 0.72 | 0.46 | 0.14 | 338.49 | 0.69 | 0.55 |
| Hex | DC | 3D | 76 | 0 | 48 | 2E | E | 152 | 45 | 37 |
| Octal | 334 | 75 | 166 | 0 | 110 | 56 | 16 | 522 | 105 | 67 |
| Binary | 11011100 | 111101 | 1110110 | 0 | 1001000 | 101110 | 1110 | 101010010 | 1000101 | 110111 |
Color Harmonies of #DC3D76
Complementary color
Monochromatic Colors of #DC3D76
Black with #DC3D76
Text Example
Text Example
White with #DC3D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3D76; }
p { color: rgb(220,61,118); }
H1.HeaderClassName
{
color: #DC3D76;
}
.AnyTagClassName
{
color: #DC3D76;
}
</style>
background-color css
<style>
a { background-color: #DC3D76; }
a { background-color: rgb(220,61,118); }
div.DivClassName
{
background-color: #DC3D76;
}
.BgClassName
{
background-color: #DC3D76;
}
</style>
border-color css
<style>
span { border-color: #DC3D76; }
span { border-color: rgb(220,61,118); }
td.TdClassName
{
border-color: #DC3D76;
}
.TagClassName
{
border-color: #DC3D76;
}
</style>