Shades of Cranberry #DD427A
Tints of Cranberry #DD427A
RGB
CMYK
RGB Variations
Color information
#DD427A (or 0xDD427A) is known color: Cranberry. HEX triplet: DD, 42 and 7A. RGB value is (221,66,122). Sum of RGB (Red+Green+Blue) = 221+66+122=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 66 (26.17% from 255 or 16.14% from 409); Blue value is 122 (48.05% from 255 or 29.83% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD427A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD427A is #22BD85. Grayscale: #767676. Windows color (decimal): -2276742 or 8012509. OLE color: 8012509.
HSL color Cylindrical-coordinate representation of color #DD427A: hue angle of 338.32º 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 #DD427A is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 122 | - |
| CMYK | 0 | 0.70 | 0.45 | 0.13 |
| HSL | 338.32º | 0.7% | 0.56% | - |
| HSV(B) | 338.32º | 0.7% | 0.87% | - |
| XYZ | 35.28 | 20.67 | 20.54 | - |
| YUV | 118.73 | 129.85 | 200.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 122 | 0 | 0.70 | 0.45 | 0.13 | 338.32 | 0.7 | 0.56 |
| Hex | DD | 42 | 7A | 0 | 46 | 2D | D | 152 | 46 | 38 |
| Octal | 335 | 102 | 172 | 0 | 106 | 55 | 15 | 522 | 106 | 70 |
| Binary | 11011101 | 1000010 | 1111010 | 0 | 1000110 | 101101 | 1101 | 101010010 | 1000110 | 111000 |
Color Harmonies of #DD427A
Complementary color
Monochromatic Colors of #DD427A
Black with #DD427A
Text Example
Text Example
White with #DD427A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD427A; }
p { color: rgb(221,66,122); }
H1.HeaderClassName
{
color: #DD427A;
}
.AnyTagClassName
{
color: #DD427A;
}
</style>
background-color css
<style>
a { background-color: #DD427A; }
a { background-color: rgb(221,66,122); }
div.DivClassName
{
background-color: #DD427A;
}
.BgClassName
{
background-color: #DD427A;
}
</style>
border-color css
<style>
span { border-color: #DD427A; }
span { border-color: rgb(221,66,122); }
td.TdClassName
{
border-color: #DD427A;
}
.TagClassName
{
border-color: #DD427A;
}
</style>