Shades of Cranberry #DD3F7A
Tints of Cranberry #DD3F7A
RGB
CMYK
RGB Variations
Color information
#DD3F7A (or 0xDD3F7A) is known color: Cranberry. HEX triplet: DD, 3F and 7A. RGB value is (221,63,122). Sum of RGB (Red+Green+Blue) = 221+63+122=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 63 (25% from 255 or 15.52% from 406); Blue value is 122 (48.05% from 255 or 30.05% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3F7A is #22C085. Grayscale: #747474. Windows color (decimal): -2277510 or 8011741. OLE color: 8011741.
HSL color Cylindrical-coordinate representation of color #DD3F7A: hue angle of 337.59º 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 #DD3F7A is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 63 | 122 | - |
| CMYK | 0 | 0.71 | 0.45 | 0.13 |
| HSL | 337.59º | 0.7% | 0.56% | - |
| HSV(B) | 337.59º | 0.71% | 0.87% | - |
| XYZ | 35.11 | 20.33 | 20.49 | - |
| YUV | 116.97 | 130.85 | 202.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 63 | 122 | 0 | 0.71 | 0.45 | 0.13 | 337.59 | 0.7 | 0.56 |
| Hex | DD | 3F | 7A | 0 | 47 | 2D | D | 152 | 46 | 38 |
| Octal | 335 | 77 | 172 | 0 | 107 | 55 | 15 | 522 | 106 | 70 |
| Binary | 11011101 | 111111 | 1111010 | 0 | 1000111 | 101101 | 1101 | 101010010 | 1000110 | 111000 |
Color Harmonies of #DD3F7A
Complementary color
Monochromatic Colors of #DD3F7A
Black with #DD3F7A
Text Example
Text Example
White with #DD3F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3F7A; }
p { color: rgb(221,63,122); }
H1.HeaderClassName
{
color: #DD3F7A;
}
.AnyTagClassName
{
color: #DD3F7A;
}
</style>
background-color css
<style>
a { background-color: #DD3F7A; }
a { background-color: rgb(221,63,122); }
div.DivClassName
{
background-color: #DD3F7A;
}
.BgClassName
{
background-color: #DD3F7A;
}
</style>
border-color css
<style>
span { border-color: #DD3F7A; }
span { border-color: rgb(221,63,122); }
td.TdClassName
{
border-color: #DD3F7A;
}
.TagClassName
{
border-color: #DD3F7A;
}
</style>