Shades of Cranberry #DD5B74
Tints of Cranberry #DD5B74
RGB
CMYK
RGB Variations
Color information
#DD5B74 (or 0xDD5B74) is known color: Cranberry. HEX triplet: DD, 5B and 74. RGB value is (221,91,116). Sum of RGB (Red+Green+Blue) = 221+91+116=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 91 (35.94% from 255 or 21.26% from 428); Blue value is 116 (45.70% from 255 or 27.10% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5B74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5B74 is #22A48B. Grayscale: #848484. Windows color (decimal): -2270348 or 7625693. OLE color: 7625693.
HSL color Cylindrical-coordinate representation of color #DD5B74: hue angle of 348.46º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DD5B74 is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 91 | 116 | - |
| CMYK | 0 | 0.59 | 0.48 | 0.13 |
| HSL | 348.46º | 0.66% | 0.61% | - |
| HSV(B) | 348.46º | 0.59% | 0.87% | - |
| XYZ | 36.71 | 24.12 | 19.24 | - |
| YUV | 132.72 | 118.57 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 91 | 116 | 0 | 0.59 | 0.48 | 0.13 | 348.46 | 0.66 | 0.61 |
| Hex | DD | 5B | 74 | 0 | 3B | 30 | D | 15C | 42 | 3D |
| Octal | 335 | 133 | 164 | 0 | 73 | 60 | 15 | 534 | 102 | 75 |
| Binary | 11011101 | 1011011 | 1110100 | 0 | 111011 | 110000 | 1101 | 101011100 | 1000010 | 111101 |
Color Harmonies of #DD5B74
Complementary color
Monochromatic Colors of #DD5B74
Black with #DD5B74
Text Example
Text Example
White with #DD5B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5B74; }
p { color: rgb(221,91,116); }
H1.HeaderClassName
{
color: #DD5B74;
}
.AnyTagClassName
{
color: #DD5B74;
}
</style>
background-color css
<style>
a { background-color: #DD5B74; }
a { background-color: rgb(221,91,116); }
div.DivClassName
{
background-color: #DD5B74;
}
.BgClassName
{
background-color: #DD5B74;
}
</style>
border-color css
<style>
span { border-color: #DD5B74; }
span { border-color: rgb(221,91,116); }
td.TdClassName
{
border-color: #DD5B74;
}
.TagClassName
{
border-color: #DD5B74;
}
</style>