Shades of Cranberry #DD427B
Tints of Cranberry #DD427B
RGB
CMYK
RGB Variations
Color information
#DD427B (or 0xDD427B) is known color: Cranberry. HEX triplet: DD, 42 and 7B. RGB value is (221,66,123). Sum of RGB (Red+Green+Blue) = 221+66+123=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 66 (26.17% from 255 or 16.10% from 410); Blue value is 123 (48.44% from 255 or 30% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD427B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD427B is #22BD84. Grayscale: #767676. Windows color (decimal): -2276741 or 8078045. OLE color: 8078045.
HSL color Cylindrical-coordinate representation of color #DD427B: hue angle of 337.94º 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 #DD427B is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 123 | - |
| CMYK | 0 | 0.70 | 0.44 | 0.13 |
| HSL | 337.94º | 0.7% | 0.56% | - |
| HSV(B) | 337.94º | 0.7% | 0.87% | - |
| XYZ | 35.34 | 20.7 | 20.87 | - |
| YUV | 118.84 | 130.35 | 200.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 123 | 0 | 0.70 | 0.44 | 0.13 | 337.94 | 0.7 | 0.56 |
| Hex | DD | 42 | 7B | 0 | 46 | 2C | D | 152 | 46 | 38 |
| Octal | 335 | 102 | 173 | 0 | 106 | 54 | 15 | 522 | 106 | 70 |
| Binary | 11011101 | 1000010 | 1111011 | 0 | 1000110 | 101100 | 1101 | 101010010 | 1000110 | 111000 |
Color Harmonies of #DD427B
Complementary color
Monochromatic Colors of #DD427B
Black with #DD427B
Text Example
Text Example
White with #DD427B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD427B; }
p { color: rgb(221,66,123); }
H1.HeaderClassName
{
color: #DD427B;
}
.AnyTagClassName
{
color: #DD427B;
}
</style>
background-color css
<style>
a { background-color: #DD427B; }
a { background-color: rgb(221,66,123); }
div.DivClassName
{
background-color: #DD427B;
}
.BgClassName
{
background-color: #DD427B;
}
</style>
border-color css
<style>
span { border-color: #DD427B; }
span { border-color: rgb(221,66,123); }
td.TdClassName
{
border-color: #DD427B;
}
.TagClassName
{
border-color: #DD427B;
}
</style>