Shades of Cranberry #DC5B74
Tints of Cranberry #DC5B74
RGB
CMYK
RGB Variations
Color information
#DC5B74 (or 0xDC5B74) is known color: Cranberry. HEX triplet: DC, 5B and 74. RGB value is (220,91,116). Sum of RGB (Red+Green+Blue) = 220+91+116=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 91 (35.94% from 255 or 21.31% from 427); Blue value is 116 (45.70% from 255 or 27.17% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5B74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5B74 is #23A48B. Grayscale: #848484. Windows color (decimal): -2335884 or 7625692. OLE color: 7625692.
HSL color Cylindrical-coordinate representation of color #DC5B74: hue angle of 348.37º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DC5B74 is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 91 | 116 | - |
| CMYK | 0 | 0.59 | 0.47 | 0.14 |
| HSL | 348.37º | 0.65% | 0.61% | - |
| HSV(B) | 348.37º | 0.59% | 0.86% | - |
| XYZ | 36.41 | 23.96 | 19.23 | - |
| YUV | 132.42 | 118.74 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 91 | 116 | 0 | 0.59 | 0.47 | 0.14 | 348.37 | 0.65 | 0.61 |
| Hex | DC | 5B | 74 | 0 | 3B | 2F | E | 15C | 41 | 3D |
| Octal | 334 | 133 | 164 | 0 | 73 | 57 | 16 | 534 | 101 | 75 |
| Binary | 11011100 | 1011011 | 1110100 | 0 | 111011 | 101111 | 1110 | 101011100 | 1000001 | 111101 |
Color Harmonies of #DC5B74
Complementary color
Monochromatic Colors of #DC5B74
Black with #DC5B74
Text Example
Text Example
White with #DC5B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5B74; }
p { color: rgb(220,91,116); }
H1.HeaderClassName
{
color: #DC5B74;
}
.AnyTagClassName
{
color: #DC5B74;
}
</style>
background-color css
<style>
a { background-color: #DC5B74; }
a { background-color: rgb(220,91,116); }
div.DivClassName
{
background-color: #DC5B74;
}
.BgClassName
{
background-color: #DC5B74;
}
</style>
border-color css
<style>
span { border-color: #DC5B74; }
span { border-color: rgb(220,91,116); }
td.TdClassName
{
border-color: #DC5B74;
}
.TagClassName
{
border-color: #DC5B74;
}
</style>