Shades of Cranberry #DC3E74
Tints of Cranberry #DC3E74
RGB
CMYK
RGB Variations
Color information
#DC3E74 (or 0xDC3E74) is known color: Cranberry. HEX triplet: DC, 3E and 74. RGB value is (220,62,116). Sum of RGB (Red+Green+Blue) = 220+62+116=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 62 (24.61% from 255 or 15.58% from 398); Blue value is 116 (45.70% from 255 or 29.15% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3E74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3E74 is #23C18B. Grayscale: #737373. Windows color (decimal): -2343308 or 7618268. OLE color: 7618268.
HSL color Cylindrical-coordinate representation of color #DC3E74: hue angle of 339.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 #DC3E74 is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 62 | 116 | - |
| CMYK | 0 | 0.72 | 0.47 | 0.14 |
| HSL | 339.49º | 0.69% | 0.55% | - |
| HSV(B) | 339.49º | 0.72% | 0.86% | - |
| XYZ | 34.39 | 19.92 | 18.56 | - |
| YUV | 115.4 | 128.35 | 202.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 62 | 116 | 0 | 0.72 | 0.47 | 0.14 | 339.49 | 0.69 | 0.55 |
| Hex | DC | 3E | 74 | 0 | 48 | 2F | E | 153 | 45 | 37 |
| Octal | 334 | 76 | 164 | 0 | 110 | 57 | 16 | 523 | 105 | 67 |
| Binary | 11011100 | 111110 | 1110100 | 0 | 1001000 | 101111 | 1110 | 101010011 | 1000101 | 110111 |
Color Harmonies of #DC3E74
Complementary color
Monochromatic Colors of #DC3E74
Black with #DC3E74
Text Example
Text Example
White with #DC3E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3E74; }
p { color: rgb(220,62,116); }
H1.HeaderClassName
{
color: #DC3E74;
}
.AnyTagClassName
{
color: #DC3E74;
}
</style>
background-color css
<style>
a { background-color: #DC3E74; }
a { background-color: rgb(220,62,116); }
div.DivClassName
{
background-color: #DC3E74;
}
.BgClassName
{
background-color: #DC3E74;
}
</style>
border-color css
<style>
span { border-color: #DC3E74; }
span { border-color: rgb(220,62,116); }
td.TdClassName
{
border-color: #DC3E74;
}
.TagClassName
{
border-color: #DC3E74;
}
</style>