Shades of Cranberry #DD417A
Tints of Cranberry #DD417A
RGB
CMYK
RGB Variations
Color information
#DD417A (or 0xDD417A) is known color: Cranberry. HEX triplet: DD, 41 and 7A. RGB value is (221,65,122). Sum of RGB (Red+Green+Blue) = 221+65+122=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 65 (25.78% from 255 or 15.93% from 408); Blue value is 122 (48.05% from 255 or 29.90% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DD417A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD417A is #22BE85. Grayscale: #767676. Windows color (decimal): -2276998 or 8012253. OLE color: 8012253.
HSL color Cylindrical-coordinate representation of color #DD417A: hue angle of 338.08º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD417A is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 65 | 122 | - |
| CMYK | 0 | 0.71 | 0.45 | 0.13 |
| HSL | 338.08º | 0.7% | 0.56% | - |
| HSV(B) | 338.08º | 0.71% | 0.87% | - |
| XYZ | 35.22 | 20.56 | 20.52 | - |
| YUV | 118.14 | 130.18 | 201.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 65 | 122 | 0 | 0.71 | 0.45 | 0.13 | 338.08 | 0.7 | 0.56 |
| Hex | DD | 41 | 7A | 0 | 47 | 2D | D | 152 | 46 | 38 |
| Octal | 335 | 101 | 172 | 0 | 107 | 55 | 15 | 522 | 106 | 70 |
| Binary | 11011101 | 1000001 | 1111010 | 0 | 1000111 | 101101 | 1101 | 101010010 | 1000110 | 111000 |
Color Harmonies of #DD417A
Complementary color
Monochromatic Colors of #DD417A
Black with #DD417A
Text Example
Text Example
White with #DD417A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD417A; }
p { color: rgb(221,65,122); }
H1.HeaderClassName
{
color: #DD417A;
}
.AnyTagClassName
{
color: #DD417A;
}
</style>
background-color css
<style>
a { background-color: #DD417A; }
a { background-color: rgb(221,65,122); }
div.DivClassName
{
background-color: #DD417A;
}
.BgClassName
{
background-color: #DD417A;
}
</style>
border-color css
<style>
span { border-color: #DD417A; }
span { border-color: rgb(221,65,122); }
td.TdClassName
{
border-color: #DD417A;
}
.TagClassName
{
border-color: #DD417A;
}
</style>