Shades of Cranberry #DD4782
Tints of Cranberry #DD4782
RGB
CMYK
RGB Variations
Color information
#DD4782 (or 0xDD4782) is known color: Cranberry. HEX triplet: DD, 47 and 82. RGB value is (221,71,130). Sum of RGB (Red+Green+Blue) = 221+71+130=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 71 (28.12% from 255 or 16.82% from 422); Blue value is 130 (51.17% from 255 or 30.81% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4782 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4782 is #22B87D. Grayscale: #7A7A7A. Windows color (decimal): -2275454 or 8538077. OLE color: 8538077.
HSL color Cylindrical-coordinate representation of color #DD4782: hue angle of 336.4º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD4782 is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 71 | 130 | - |
| CMYK | 0 | 0.68 | 0.41 | 0.13 |
| HSL | 336.4º | 0.69% | 0.57% | - |
| HSV(B) | 336.4º | 0.68% | 0.87% | - |
| XYZ | 36.1 | 21.49 | 23.36 | - |
| YUV | 122.58 | 132.2 | 198.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 71 | 130 | 0 | 0.68 | 0.41 | 0.13 | 336.4 | 0.69 | 0.57 |
| Hex | DD | 47 | 82 | 0 | 44 | 29 | D | 150 | 45 | 39 |
| Octal | 335 | 107 | 202 | 0 | 104 | 51 | 15 | 520 | 105 | 71 |
| Binary | 11011101 | 1000111 | 10000010 | 0 | 1000100 | 101001 | 1101 | 101010000 | 1000101 | 111001 |
Color Harmonies of #DD4782
Complementary color
Monochromatic Colors of #DD4782
Black with #DD4782
Text Example
Text Example
White with #DD4782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4782; }
p { color: rgb(221,71,130); }
H1.HeaderClassName
{
color: #DD4782;
}
.AnyTagClassName
{
color: #DD4782;
}
</style>
background-color css
<style>
a { background-color: #DD4782; }
a { background-color: rgb(221,71,130); }
div.DivClassName
{
background-color: #DD4782;
}
.BgClassName
{
background-color: #DD4782;
}
</style>
border-color css
<style>
span { border-color: #DD4782; }
span { border-color: rgb(221,71,130); }
td.TdClassName
{
border-color: #DD4782;
}
.TagClassName
{
border-color: #DD4782;
}
</style>