Shades of Cranberry #DD527E
Tints of Cranberry #DD527E
RGB
CMYK
RGB Variations
Color information
#DD527E (or 0xDD527E) is known color: Cranberry. HEX triplet: DD, 52 and 7E. RGB value is (221,82,126). Sum of RGB (Red+Green+Blue) = 221+82+126=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 82 (32.42% from 255 or 19.11% from 429); Blue value is 126 (49.61% from 255 or 29.37% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD527E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD527E is #22AD81. Grayscale: #808080. Windows color (decimal): -2272642 or 8278749. OLE color: 8278749.
HSL color Cylindrical-coordinate representation of color #DD527E: hue angle of 341.01º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD527E is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 82 | 126 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.13 |
| HSL | 341.01º | 0.67% | 0.59% | - |
| HSV(B) | 341.01º | 0.63% | 0.87% | - |
| XYZ | 36.6 | 22.91 | 22.23 | - |
| YUV | 128.58 | 126.55 | 193.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 82 | 126 | 0 | 0.63 | 0.43 | 0.13 | 341.01 | 0.67 | 0.59 |
| Hex | DD | 52 | 7E | 0 | 3F | 2B | D | 155 | 43 | 3B |
| Octal | 335 | 122 | 176 | 0 | 77 | 53 | 15 | 525 | 103 | 73 |
| Binary | 11011101 | 1010010 | 1111110 | 0 | 111111 | 101011 | 1101 | 101010101 | 1000011 | 111011 |
Color Harmonies of #DD527E
Complementary color
Monochromatic Colors of #DD527E
Black with #DD527E
Text Example
Text Example
White with #DD527E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD527E; }
p { color: rgb(221,82,126); }
H1.HeaderClassName
{
color: #DD527E;
}
.AnyTagClassName
{
color: #DD527E;
}
</style>
background-color css
<style>
a { background-color: #DD527E; }
a { background-color: rgb(221,82,126); }
div.DivClassName
{
background-color: #DD527E;
}
.BgClassName
{
background-color: #DD527E;
}
</style>
border-color css
<style>
span { border-color: #DD527E; }
span { border-color: rgb(221,82,126); }
td.TdClassName
{
border-color: #DD527E;
}
.TagClassName
{
border-color: #DD527E;
}
</style>