Shades of Cranberry #DD5375
Tints of Cranberry #DD5375
RGB
CMYK
RGB Variations
Color information
#DD5375 (or 0xDD5375) is known color: Cranberry. HEX triplet: DD, 53 and 75. RGB value is (221,83,117). Sum of RGB (Red+Green+Blue) = 221+83+117=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 83 (32.81% from 255 or 19.71% from 421); Blue value is 117 (46.09% from 255 or 27.79% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5375 is #22AC8A. Grayscale: #808080. Windows color (decimal): -2272395 or 7689181. OLE color: 7689181.
HSL color Cylindrical-coordinate representation of color #DD5375: hue angle of 345.22º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD5375 is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 83 | 117 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.13 |
| HSL | 345.22º | 0.67% | 0.6% | - |
| HSV(B) | 345.22º | 0.62% | 0.87% | - |
| XYZ | 36.12 | 22.84 | 19.33 | - |
| YUV | 128.14 | 121.72 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 83 | 117 | 0 | 0.62 | 0.47 | 0.13 | 345.22 | 0.67 | 0.6 |
| Hex | DD | 53 | 75 | 0 | 3E | 2F | D | 159 | 43 | 3C |
| Octal | 335 | 123 | 165 | 0 | 76 | 57 | 15 | 531 | 103 | 74 |
| Binary | 11011101 | 1010011 | 1110101 | 0 | 111110 | 101111 | 1101 | 101011001 | 1000011 | 111100 |
Color Harmonies of #DD5375
Complementary color
Monochromatic Colors of #DD5375
Black with #DD5375
Text Example
Text Example
White with #DD5375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5375; }
p { color: rgb(221,83,117); }
H1.HeaderClassName
{
color: #DD5375;
}
.AnyTagClassName
{
color: #DD5375;
}
</style>
background-color css
<style>
a { background-color: #DD5375; }
a { background-color: rgb(221,83,117); }
div.DivClassName
{
background-color: #DD5375;
}
.BgClassName
{
background-color: #DD5375;
}
</style>
border-color css
<style>
span { border-color: #DD5375; }
span { border-color: rgb(221,83,117); }
td.TdClassName
{
border-color: #DD5375;
}
.TagClassName
{
border-color: #DD5375;
}
</style>