Shades of Cranberry #DD416F
Tints of Cranberry #DD416F
RGB
CMYK
RGB Variations
Color information
#DD416F (or 0xDD416F) is known color: Cranberry. HEX triplet: DD, 41 and 6F. RGB value is (221,65,111). Sum of RGB (Red+Green+Blue) = 221+65+111=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 65 (25.78% from 255 or 16.37% from 397); Blue value is 111 (43.75% from 255 or 27.96% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD416F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD416F is #22BE90. Grayscale: #747474. Windows color (decimal): -2277009 or 7291357. OLE color: 7291357.
HSL color Cylindrical-coordinate representation of color #DD416F: hue angle of 342.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 #DD416F is Cyan = 0, Magento = 0.71, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 65 | 111 | - |
| CMYK | 0 | 0.71 | 0.50 | 0.13 |
| HSL | 342.31º | 0.7% | 0.56% | - |
| HSV(B) | 342.31º | 0.71% | 0.87% | - |
| XYZ | 34.58 | 20.3 | 17.13 | - |
| YUV | 116.89 | 124.68 | 202.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 65 | 111 | 0 | 0.71 | 0.50 | 0.13 | 342.31 | 0.7 | 0.56 |
| Hex | DD | 41 | 6F | 0 | 47 | 32 | D | 156 | 46 | 38 |
| Octal | 335 | 101 | 157 | 0 | 107 | 62 | 15 | 526 | 106 | 70 |
| Binary | 11011101 | 1000001 | 1101111 | 0 | 1000111 | 110010 | 1101 | 101010110 | 1000110 | 111000 |
Color Harmonies of #DD416F
Complementary color
Monochromatic Colors of #DD416F
Black with #DD416F
Text Example
Text Example
White with #DD416F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD416F; }
p { color: rgb(221,65,111); }
H1.HeaderClassName
{
color: #DD416F;
}
.AnyTagClassName
{
color: #DD416F;
}
</style>
background-color css
<style>
a { background-color: #DD416F; }
a { background-color: rgb(221,65,111); }
div.DivClassName
{
background-color: #DD416F;
}
.BgClassName
{
background-color: #DD416F;
}
</style>
border-color css
<style>
span { border-color: #DD416F; }
span { border-color: rgb(221,65,111); }
td.TdClassName
{
border-color: #DD416F;
}
.TagClassName
{
border-color: #DD416F;
}
</style>