Shades of Cranberry #DD436C
Tints of Cranberry #DD436C
RGB
CMYK
RGB Variations
Color information
#DD436C (or 0xDD436C) is known color: Cranberry. HEX triplet: DD, 43 and 6C. RGB value is (221,67,108). Sum of RGB (Red+Green+Blue) = 221+67+108=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 67 (26.56% from 255 or 16.92% from 396); Blue value is 108 (42.58% from 255 or 27.27% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD436C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD436C is #22BC93. Grayscale: #757575. Windows color (decimal): -2276500 or 7095261. OLE color: 7095261.
HSL color Cylindrical-coordinate representation of color #DD436C: hue angle of 344.03º 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 #DD436C is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 67 | 108 | - |
| CMYK | 0 | 0.70 | 0.51 | 0.13 |
| HSL | 344.03º | 0.69% | 0.56% | - |
| HSV(B) | 344.03º | 0.7% | 0.87% | - |
| XYZ | 34.53 | 20.47 | 16.32 | - |
| YUV | 117.72 | 122.52 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 67 | 108 | 0 | 0.70 | 0.51 | 0.13 | 344.03 | 0.69 | 0.56 |
| Hex | DD | 43 | 6C | 0 | 46 | 33 | D | 158 | 45 | 38 |
| Octal | 335 | 103 | 154 | 0 | 106 | 63 | 15 | 530 | 105 | 70 |
| Binary | 11011101 | 1000011 | 1101100 | 0 | 1000110 | 110011 | 1101 | 101011000 | 1000101 | 111000 |
Color Harmonies of #DD436C
Complementary color
Monochromatic Colors of #DD436C
Black with #DD436C
Text Example
Text Example
White with #DD436C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD436C; }
p { color: rgb(221,67,108); }
H1.HeaderClassName
{
color: #DD436C;
}
.AnyTagClassName
{
color: #DD436C;
}
</style>
background-color css
<style>
a { background-color: #DD436C; }
a { background-color: rgb(221,67,108); }
div.DivClassName
{
background-color: #DD436C;
}
.BgClassName
{
background-color: #DD436C;
}
</style>
border-color css
<style>
span { border-color: #DD436C; }
span { border-color: rgb(221,67,108); }
td.TdClassName
{
border-color: #DD436C;
}
.TagClassName
{
border-color: #DD436C;
}
</style>