Shades of Cranberry #DD3F7B
Tints of Cranberry #DD3F7B
RGB
CMYK
RGB Variations
Color information
#DD3F7B (or 0xDD3F7B) is known color: Cranberry. HEX triplet: DD, 3F and 7B. RGB value is (221,63,123). Sum of RGB (Red+Green+Blue) = 221+63+123=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 63 (25% from 255 or 15.48% from 407); Blue value is 123 (48.44% from 255 or 30.22% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3F7B is #22C084. Grayscale: #757575. Windows color (decimal): -2277509 or 8077277. OLE color: 8077277.
HSL color Cylindrical-coordinate representation of color #DD3F7B: hue angle of 337.22º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD3F7B is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 63 | 123 | - |
| CMYK | 0 | 0.71 | 0.44 | 0.13 |
| HSL | 337.22º | 0.7% | 0.56% | - |
| HSV(B) | 337.22º | 0.71% | 0.87% | - |
| XYZ | 35.17 | 20.36 | 20.81 | - |
| YUV | 117.08 | 131.35 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 63 | 123 | 0 | 0.71 | 0.44 | 0.13 | 337.22 | 0.7 | 0.56 |
| Hex | DD | 3F | 7B | 0 | 47 | 2C | D | 151 | 46 | 38 |
| Octal | 335 | 77 | 173 | 0 | 107 | 54 | 15 | 521 | 106 | 70 |
| Binary | 11011101 | 111111 | 1111011 | 0 | 1000111 | 101100 | 1101 | 101010001 | 1000110 | 111000 |
Color Harmonies of #DD3F7B
Complementary color
Monochromatic Colors of #DD3F7B
Black with #DD3F7B
Text Example
Text Example
White with #DD3F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3F7B; }
p { color: rgb(221,63,123); }
H1.HeaderClassName
{
color: #DD3F7B;
}
.AnyTagClassName
{
color: #DD3F7B;
}
</style>
background-color css
<style>
a { background-color: #DD3F7B; }
a { background-color: rgb(221,63,123); }
div.DivClassName
{
background-color: #DD3F7B;
}
.BgClassName
{
background-color: #DD3F7B;
}
</style>
border-color css
<style>
span { border-color: #DD3F7B; }
span { border-color: rgb(221,63,123); }
td.TdClassName
{
border-color: #DD3F7B;
}
.TagClassName
{
border-color: #DD3F7B;
}
</style>