Shades of Cranberry #DD436B
Tints of Cranberry #DD436B
RGB
CMYK
RGB Variations
Color information
#DD436B (or 0xDD436B) is known color: Cranberry. HEX triplet: DD, 43 and 6B. RGB value is (221,67,107). Sum of RGB (Red+Green+Blue) = 221+67+107=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 67 (26.56% from 255 or 16.96% from 395); Blue value is 107 (42.19% from 255 or 27.09% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD436B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD436B is #22BC94. Grayscale: #757575. Windows color (decimal): -2276501 or 7029725. OLE color: 7029725.
HSL color Cylindrical-coordinate representation of color #DD436B: hue angle of 344.42º 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 #DD436B is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 67 | 107 | - |
| CMYK | 0 | 0.70 | 0.52 | 0.13 |
| HSL | 344.42º | 0.69% | 0.56% | - |
| HSV(B) | 344.42º | 0.7% | 0.87% | - |
| XYZ | 34.48 | 20.45 | 16.04 | - |
| YUV | 117.61 | 122.02 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 67 | 107 | 0 | 0.70 | 0.52 | 0.13 | 344.42 | 0.69 | 0.56 |
| Hex | DD | 43 | 6B | 0 | 46 | 34 | D | 158 | 45 | 38 |
| Octal | 335 | 103 | 153 | 0 | 106 | 64 | 15 | 530 | 105 | 70 |
| Binary | 11011101 | 1000011 | 1101011 | 0 | 1000110 | 110100 | 1101 | 101011000 | 1000101 | 111000 |
Color Harmonies of #DD436B
Complementary color
Monochromatic Colors of #DD436B
Black with #DD436B
Text Example
Text Example
White with #DD436B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD436B; }
p { color: rgb(221,67,107); }
H1.HeaderClassName
{
color: #DD436B;
}
.AnyTagClassName
{
color: #DD436B;
}
</style>
background-color css
<style>
a { background-color: #DD436B; }
a { background-color: rgb(221,67,107); }
div.DivClassName
{
background-color: #DD436B;
}
.BgClassName
{
background-color: #DD436B;
}
</style>
border-color css
<style>
span { border-color: #DD436B; }
span { border-color: rgb(221,67,107); }
td.TdClassName
{
border-color: #DD436B;
}
.TagClassName
{
border-color: #DD436B;
}
</style>