Shades of Cranberry #DD4E6E
Tints of Cranberry #DD4E6E
RGB
CMYK
RGB Variations
Color information
#DD4E6E (or 0xDD4E6E) is known color: Cranberry. HEX triplet: DD, 4E and 6E. RGB value is (221,78,110). Sum of RGB (Red+Green+Blue) = 221+78+110=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 78 (30.86% from 255 or 19.07% from 409); Blue value is 110 (43.36% from 255 or 26.89% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD4E6E is #22B191. Grayscale: #7C7C7C. Windows color (decimal): -2273682 or 7229149. OLE color: 7229149.
HSL color Cylindrical-coordinate representation of color #DD4E6E: hue angle of 346.57º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DD4E6E is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 78 | 110 | - |
| CMYK | 0 | 0.65 | 0.50 | 0.13 |
| HSL | 346.57º | 0.68% | 0.59% | - |
| HSV(B) | 346.57º | 0.65% | 0.87% | - |
| XYZ | 35.36 | 21.95 | 17.12 | - |
| YUV | 124.41 | 119.88 | 196.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 78 | 110 | 0 | 0.65 | 0.50 | 0.13 | 346.57 | 0.68 | 0.59 |
| Hex | DD | 4E | 6E | 0 | 41 | 32 | D | 15B | 44 | 3B |
| Octal | 335 | 116 | 156 | 0 | 101 | 62 | 15 | 533 | 104 | 73 |
| Binary | 11011101 | 1001110 | 1101110 | 0 | 1000001 | 110010 | 1101 | 101011011 | 1000100 | 111011 |
Color Harmonies of #DD4E6E
Complementary color
Monochromatic Colors of #DD4E6E
Black with #DD4E6E
Text Example
Text Example
White with #DD4E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4E6E; }
p { color: rgb(221,78,110); }
H1.HeaderClassName
{
color: #DD4E6E;
}
.AnyTagClassName
{
color: #DD4E6E;
}
</style>
background-color css
<style>
a { background-color: #DD4E6E; }
a { background-color: rgb(221,78,110); }
div.DivClassName
{
background-color: #DD4E6E;
}
.BgClassName
{
background-color: #DD4E6E;
}
</style>
border-color css
<style>
span { border-color: #DD4E6E; }
span { border-color: rgb(221,78,110); }
td.TdClassName
{
border-color: #DD4E6E;
}
.TagClassName
{
border-color: #DD4E6E;
}
</style>