Shades of Cranberry #DD426D
Tints of Cranberry #DD426D
RGB
CMYK
RGB Variations
Color information
#DD426D (or 0xDD426D) is known color: Cranberry. HEX triplet: DD, 42 and 6D. RGB value is (221,66,109). Sum of RGB (Red+Green+Blue) = 221+66+109=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 66 (26.17% from 255 or 16.67% from 396); Blue value is 109 (42.97% from 255 or 27.53% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD426D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD426D is #22BD92. Grayscale: #757575. Windows color (decimal): -2276755 or 7160541. OLE color: 7160541.
HSL color Cylindrical-coordinate representation of color #DD426D: hue angle of 343.35º 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 #DD426D is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 109 | - |
| CMYK | 0 | 0.70 | 0.51 | 0.13 |
| HSL | 343.35º | 0.7% | 0.56% | - |
| HSV(B) | 343.35º | 0.7% | 0.87% | - |
| XYZ | 34.53 | 20.37 | 16.58 | - |
| YUV | 117.25 | 123.35 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 109 | 0 | 0.70 | 0.51 | 0.13 | 343.35 | 0.7 | 0.56 |
| Hex | DD | 42 | 6D | 0 | 46 | 33 | D | 157 | 46 | 38 |
| Octal | 335 | 102 | 155 | 0 | 106 | 63 | 15 | 527 | 106 | 70 |
| Binary | 11011101 | 1000010 | 1101101 | 0 | 1000110 | 110011 | 1101 | 101010111 | 1000110 | 111000 |
Color Harmonies of #DD426D
Complementary color
Monochromatic Colors of #DD426D
Black with #DD426D
Text Example
Text Example
White with #DD426D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD426D; }
p { color: rgb(221,66,109); }
H1.HeaderClassName
{
color: #DD426D;
}
.AnyTagClassName
{
color: #DD426D;
}
</style>
background-color css
<style>
a { background-color: #DD426D; }
a { background-color: rgb(221,66,109); }
div.DivClassName
{
background-color: #DD426D;
}
.BgClassName
{
background-color: #DD426D;
}
</style>
border-color css
<style>
span { border-color: #DD426D; }
span { border-color: rgb(221,66,109); }
td.TdClassName
{
border-color: #DD426D;
}
.TagClassName
{
border-color: #DD426D;
}
</style>