Shades of Cranberry #DD417C
Tints of Cranberry #DD417C
RGB
CMYK
RGB Variations
Color information
#DD417C (or 0xDD417C) is known color: Cranberry. HEX triplet: DD, 41 and 7C. RGB value is (221,65,124). Sum of RGB (Red+Green+Blue) = 221+65+124=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 65 (25.78% from 255 or 15.85% from 410); Blue value is 124 (48.83% from 255 or 30.24% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD417C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD417C is #22BE83. Grayscale: #767676. Windows color (decimal): -2276996 or 8143325. OLE color: 8143325.
HSL color Cylindrical-coordinate representation of color #DD417C: hue angle of 337.31º 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 #DD417C is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 65 | 124 | - |
| CMYK | 0 | 0.71 | 0.44 | 0.13 |
| HSL | 337.31º | 0.7% | 0.56% | - |
| HSV(B) | 337.31º | 0.71% | 0.87% | - |
| XYZ | 35.35 | 20.61 | 21.18 | - |
| YUV | 118.37 | 131.18 | 201.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 65 | 124 | 0 | 0.71 | 0.44 | 0.13 | 337.31 | 0.7 | 0.56 |
| Hex | DD | 41 | 7C | 0 | 47 | 2C | D | 151 | 46 | 38 |
| Octal | 335 | 101 | 174 | 0 | 107 | 54 | 15 | 521 | 106 | 70 |
| Binary | 11011101 | 1000001 | 1111100 | 0 | 1000111 | 101100 | 1101 | 101010001 | 1000110 | 111000 |
Color Harmonies of #DD417C
Complementary color
Monochromatic Colors of #DD417C
Black with #DD417C
Text Example
Text Example
White with #DD417C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD417C; }
p { color: rgb(221,65,124); }
H1.HeaderClassName
{
color: #DD417C;
}
.AnyTagClassName
{
color: #DD417C;
}
</style>
background-color css
<style>
a { background-color: #DD417C; }
a { background-color: rgb(221,65,124); }
div.DivClassName
{
background-color: #DD417C;
}
.BgClassName
{
background-color: #DD417C;
}
</style>
border-color css
<style>
span { border-color: #DD417C; }
span { border-color: rgb(221,65,124); }
td.TdClassName
{
border-color: #DD417C;
}
.TagClassName
{
border-color: #DD417C;
}
</style>