Shades of Cranberry #DD427E
Tints of Cranberry #DD427E
RGB
CMYK
RGB Variations
Color information
#DD427E (or 0xDD427E) is known color: Cranberry. HEX triplet: DD, 42 and 7E. RGB value is (221,66,126). Sum of RGB (Red+Green+Blue) = 221+66+126=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 66 (26.17% from 255 or 15.98% from 413); Blue value is 126 (49.61% from 255 or 30.51% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD427E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD427E is #22BD81. Grayscale: #777777. Windows color (decimal): -2276738 or 8274653. OLE color: 8274653.
HSL color Cylindrical-coordinate representation of color #DD427E: hue angle of 336.77º 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 #DD427E is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 126 | - |
| CMYK | 0 | 0.70 | 0.43 | 0.13 |
| HSL | 336.77º | 0.7% | 0.56% | - |
| HSV(B) | 336.77º | 0.7% | 0.87% | - |
| XYZ | 35.53 | 20.77 | 21.88 | - |
| YUV | 119.19 | 131.85 | 200.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 126 | 0 | 0.70 | 0.43 | 0.13 | 336.77 | 0.7 | 0.56 |
| Hex | DD | 42 | 7E | 0 | 46 | 2B | D | 151 | 46 | 38 |
| Octal | 335 | 102 | 176 | 0 | 106 | 53 | 15 | 521 | 106 | 70 |
| Binary | 11011101 | 1000010 | 1111110 | 0 | 1000110 | 101011 | 1101 | 101010001 | 1000110 | 111000 |
Color Harmonies of #DD427E
Complementary color
Monochromatic Colors of #DD427E
Black with #DD427E
Text Example
Text Example
White with #DD427E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD427E; }
p { color: rgb(221,66,126); }
H1.HeaderClassName
{
color: #DD427E;
}
.AnyTagClassName
{
color: #DD427E;
}
</style>
background-color css
<style>
a { background-color: #DD427E; }
a { background-color: rgb(221,66,126); }
div.DivClassName
{
background-color: #DD427E;
}
.BgClassName
{
background-color: #DD427E;
}
</style>
border-color css
<style>
span { border-color: #DD427E; }
span { border-color: rgb(221,66,126); }
td.TdClassName
{
border-color: #DD427E;
}
.TagClassName
{
border-color: #DD427E;
}
</style>