Shades of Cranberry #DC3D74
Tints of Cranberry #DC3D74
RGB
CMYK
RGB Variations
Color information
#DC3D74 (or 0xDC3D74) is known color: Cranberry. HEX triplet: DC, 3D and 74. RGB value is (220,61,116). Sum of RGB (Red+Green+Blue) = 220+61+116=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 61 (24.22% from 255 or 15.37% from 397); Blue value is 116 (45.70% from 255 or 29.22% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3D74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3D74 is #23C28B. Grayscale: #727272. Windows color (decimal): -2343564 or 7618012. OLE color: 7618012.
HSL color Cylindrical-coordinate representation of color #DC3D74: hue angle of 339.25º 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 #DC3D74 is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 61 | 116 | - |
| CMYK | 0 | 0.72 | 0.47 | 0.14 |
| HSL | 339.25º | 0.69% | 0.55% | - |
| HSV(B) | 339.25º | 0.72% | 0.86% | - |
| XYZ | 34.34 | 19.81 | 18.54 | - |
| YUV | 114.81 | 128.68 | 203.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 61 | 116 | 0 | 0.72 | 0.47 | 0.14 | 339.25 | 0.69 | 0.55 |
| Hex | DC | 3D | 74 | 0 | 48 | 2F | E | 153 | 45 | 37 |
| Octal | 334 | 75 | 164 | 0 | 110 | 57 | 16 | 523 | 105 | 67 |
| Binary | 11011100 | 111101 | 1110100 | 0 | 1001000 | 101111 | 1110 | 101010011 | 1000101 | 110111 |
Color Harmonies of #DC3D74
Complementary color
Monochromatic Colors of #DC3D74
Black with #DC3D74
Text Example
Text Example
White with #DC3D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3D74; }
p { color: rgb(220,61,116); }
H1.HeaderClassName
{
color: #DC3D74;
}
.AnyTagClassName
{
color: #DC3D74;
}
</style>
background-color css
<style>
a { background-color: #DC3D74; }
a { background-color: rgb(220,61,116); }
div.DivClassName
{
background-color: #DC3D74;
}
.BgClassName
{
background-color: #DC3D74;
}
</style>
border-color css
<style>
span { border-color: #DC3D74; }
span { border-color: rgb(220,61,116); }
td.TdClassName
{
border-color: #DC3D74;
}
.TagClassName
{
border-color: #DC3D74;
}
</style>