Shades of Cranberry #DD4F7B
Tints of Cranberry #DD4F7B
RGB
CMYK
RGB Variations
Color information
#DD4F7B (or 0xDD4F7B) is known color: Cranberry. HEX triplet: DD, 4F and 7B. RGB value is (221,79,123). Sum of RGB (Red+Green+Blue) = 221+79+123=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 79 (31.25% from 255 or 18.68% from 423); Blue value is 123 (48.44% from 255 or 29.08% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD4F7B is #22B084. Grayscale: #7E7E7E. Windows color (decimal): -2273413 or 8081373. OLE color: 8081373.
HSL color Cylindrical-coordinate representation of color #DD4F7B: hue angle of 341.41º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD4F7B is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 79 | 123 | - |
| CMYK | 0 | 0.64 | 0.44 | 0.13 |
| HSL | 341.41º | 0.68% | 0.59% | - |
| HSV(B) | 341.41º | 0.64% | 0.87% | - |
| XYZ | 36.19 | 22.39 | 21.15 | - |
| YUV | 126.47 | 126.04 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 79 | 123 | 0 | 0.64 | 0.44 | 0.13 | 341.41 | 0.68 | 0.59 |
| Hex | DD | 4F | 7B | 0 | 40 | 2C | D | 155 | 44 | 3B |
| Octal | 335 | 117 | 173 | 0 | 100 | 54 | 15 | 525 | 104 | 73 |
| Binary | 11011101 | 1001111 | 1111011 | 0 | 1000000 | 101100 | 1101 | 101010101 | 1000100 | 111011 |
Color Harmonies of #DD4F7B
Complementary color
Monochromatic Colors of #DD4F7B
Black with #DD4F7B
Text Example
Text Example
White with #DD4F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4F7B; }
p { color: rgb(221,79,123); }
H1.HeaderClassName
{
color: #DD4F7B;
}
.AnyTagClassName
{
color: #DD4F7B;
}
</style>
background-color css
<style>
a { background-color: #DD4F7B; }
a { background-color: rgb(221,79,123); }
div.DivClassName
{
background-color: #DD4F7B;
}
.BgClassName
{
background-color: #DD4F7B;
}
</style>
border-color css
<style>
span { border-color: #DD4F7B; }
span { border-color: rgb(221,79,123); }
td.TdClassName
{
border-color: #DD4F7B;
}
.TagClassName
{
border-color: #DD4F7B;
}
</style>