Shades of Cranberry #DD417F
Tints of Cranberry #DD417F
RGB
CMYK
RGB Variations
Color information
#DD417F (or 0xDD417F) is known color: Cranberry. HEX triplet: DD, 41 and 7F. RGB value is (221,65,127). Sum of RGB (Red+Green+Blue) = 221+65+127=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 65 (25.78% from 255 or 15.74% from 413); Blue value is 127 (50% from 255 or 30.75% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD417F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD417F is #22BE80. Grayscale: #767676. Windows color (decimal): -2276993 or 8339933. OLE color: 8339933.
HSL color Cylindrical-coordinate representation of color #DD417F: hue angle of 336.15º 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 #DD417F is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 65 | 127 | - |
| CMYK | 0 | 0.71 | 0.43 | 0.13 |
| HSL | 336.15º | 0.7% | 0.56% | - |
| HSV(B) | 336.15º | 0.71% | 0.87% | - |
| XYZ | 35.54 | 20.69 | 22.2 | - |
| YUV | 118.71 | 132.68 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 65 | 127 | 0 | 0.71 | 0.43 | 0.13 | 336.15 | 0.7 | 0.56 |
| Hex | DD | 41 | 7F | 0 | 47 | 2B | D | 150 | 46 | 38 |
| Octal | 335 | 101 | 177 | 0 | 107 | 53 | 15 | 520 | 106 | 70 |
| Binary | 11011101 | 1000001 | 1111111 | 0 | 1000111 | 101011 | 1101 | 101010000 | 1000110 | 111000 |
Color Harmonies of #DD417F
Complementary color
Monochromatic Colors of #DD417F
Black with #DD417F
Text Example
Text Example
White with #DD417F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD417F; }
p { color: rgb(221,65,127); }
H1.HeaderClassName
{
color: #DD417F;
}
.AnyTagClassName
{
color: #DD417F;
}
</style>
background-color css
<style>
a { background-color: #DD417F; }
a { background-color: rgb(221,65,127); }
div.DivClassName
{
background-color: #DD417F;
}
.BgClassName
{
background-color: #DD417F;
}
</style>
border-color css
<style>
span { border-color: #DD417F; }
span { border-color: rgb(221,65,127); }
td.TdClassName
{
border-color: #DD417F;
}
.TagClassName
{
border-color: #DD417F;
}
</style>