Shades of Cranberry #DD426C
Tints of Cranberry #DD426C
RGB
CMYK
RGB Variations
Color information
#DD426C (or 0xDD426C) is known color: Cranberry. HEX triplet: DD, 42 and 6C. RGB value is (221,66,108). Sum of RGB (Red+Green+Blue) = 221+66+108=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 66 (26.17% from 255 or 16.71% from 395); Blue value is 108 (42.58% from 255 or 27.34% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD426C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD426C is #22BD93. Grayscale: #757575. Windows color (decimal): -2276756 or 7095005. OLE color: 7095005.
HSL color Cylindrical-coordinate representation of color #DD426C: hue angle of 343.74º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD426C is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 108 | - |
| CMYK | 0 | 0.70 | 0.51 | 0.13 |
| HSL | 343.74º | 0.7% | 0.56% | - |
| HSV(B) | 343.74º | 0.7% | 0.87% | - |
| XYZ | 34.47 | 20.35 | 16.3 | - |
| YUV | 117.13 | 122.85 | 202.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 108 | 0 | 0.70 | 0.51 | 0.13 | 343.74 | 0.7 | 0.56 |
| Hex | DD | 42 | 6C | 0 | 46 | 33 | D | 158 | 46 | 38 |
| Octal | 335 | 102 | 154 | 0 | 106 | 63 | 15 | 530 | 106 | 70 |
| Binary | 11011101 | 1000010 | 1101100 | 0 | 1000110 | 110011 | 1101 | 101011000 | 1000110 | 111000 |
Color Harmonies of #DD426C
Complementary color
Monochromatic Colors of #DD426C
Black with #DD426C
Text Example
Text Example
White with #DD426C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD426C; }
p { color: rgb(221,66,108); }
H1.HeaderClassName
{
color: #DD426C;
}
.AnyTagClassName
{
color: #DD426C;
}
</style>
background-color css
<style>
a { background-color: #DD426C; }
a { background-color: rgb(221,66,108); }
div.DivClassName
{
background-color: #DD426C;
}
.BgClassName
{
background-color: #DD426C;
}
</style>
border-color css
<style>
span { border-color: #DD426C; }
span { border-color: rgb(221,66,108); }
td.TdClassName
{
border-color: #DD426C;
}
.TagClassName
{
border-color: #DD426C;
}
</style>