Shades of Cranberry #DD436F
Tints of Cranberry #DD436F
RGB
CMYK
RGB Variations
Color information
#DD436F (or 0xDD436F) is known color: Cranberry. HEX triplet: DD, 43 and 6F. RGB value is (221,67,111). Sum of RGB (Red+Green+Blue) = 221+67+111=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 67 (26.56% from 255 or 16.79% from 399); Blue value is 111 (43.75% from 255 or 27.82% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD436F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD436F is #22BC90. Grayscale: #767676. Windows color (decimal): -2276497 or 7291869. OLE color: 7291869.
HSL color Cylindrical-coordinate representation of color #DD436F: hue angle of 342.86º degrees, saturation: 0.69, 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 #DD436F is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 67 | 111 | - |
| CMYK | 0 | 0.70 | 0.50 | 0.13 |
| HSL | 342.86º | 0.69% | 0.56% | - |
| HSV(B) | 342.86º | 0.7% | 0.87% | - |
| XYZ | 34.7 | 20.53 | 17.17 | - |
| YUV | 118.06 | 124.02 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 67 | 111 | 0 | 0.70 | 0.50 | 0.13 | 342.86 | 0.69 | 0.56 |
| Hex | DD | 43 | 6F | 0 | 46 | 32 | D | 157 | 45 | 38 |
| Octal | 335 | 103 | 157 | 0 | 106 | 62 | 15 | 527 | 105 | 70 |
| Binary | 11011101 | 1000011 | 1101111 | 0 | 1000110 | 110010 | 1101 | 101010111 | 1000101 | 111000 |
Color Harmonies of #DD436F
Complementary color
Monochromatic Colors of #DD436F
Black with #DD436F
Text Example
Text Example
White with #DD436F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD436F; }
p { color: rgb(221,67,111); }
H1.HeaderClassName
{
color: #DD436F;
}
.AnyTagClassName
{
color: #DD436F;
}
</style>
background-color css
<style>
a { background-color: #DD436F; }
a { background-color: rgb(221,67,111); }
div.DivClassName
{
background-color: #DD436F;
}
.BgClassName
{
background-color: #DD436F;
}
</style>
border-color css
<style>
span { border-color: #DD436F; }
span { border-color: rgb(221,67,111); }
td.TdClassName
{
border-color: #DD436F;
}
.TagClassName
{
border-color: #DD436F;
}
</style>