Shades of Cranberry #DF447B
Tints of Cranberry #DF447B
RGB
CMYK
RGB Variations
Color information
#DF447B (or 0xDF447B) is known color: Cranberry. HEX triplet: DF, 44 and 7B. RGB value is (223,68,123). Sum of RGB (Red+Green+Blue) = 223+68+123=414 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.86% from 414); Green value is 68 (26.95% from 255 or 16.43% from 414); Blue value is 123 (48.44% from 255 or 29.71% from 414); Max value from RGB is 223 - color contains mainly: red. Hex color #DF447B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF447B is #20BB84. Grayscale: #787878. Windows color (decimal): -2145157 or 8078559. OLE color: 8078559.
HSL color Cylindrical-coordinate representation of color #DF447B: hue angle of 338.71º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF447B is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 68 | 123 | - |
| CMYK | 0 | 0.70 | 0.45 | 0.13 |
| HSL | 338.71º | 0.71% | 0.57% | - |
| HSV(B) | 338.71º | 0.7% | 0.87% | - |
| XYZ | 36.07 | 21.25 | 20.94 | - |
| YUV | 120.62 | 129.35 | 201.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 68 | 123 | 0 | 0.70 | 0.45 | 0.13 | 338.71 | 0.71 | 0.57 |
| Hex | DF | 44 | 7B | 0 | 46 | 2D | D | 153 | 47 | 39 |
| Octal | 337 | 104 | 173 | 0 | 106 | 55 | 15 | 523 | 107 | 71 |
| Binary | 11011111 | 1000100 | 1111011 | 0 | 1000110 | 101101 | 1101 | 101010011 | 1000111 | 111001 |
Color Harmonies of #DF447B
Complementary color
Monochromatic Colors of #DF447B
Black with #DF447B
Text Example
Text Example
White with #DF447B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF447B; }
p { color: rgb(223,68,123); }
H1.HeaderClassName
{
color: #DF447B;
}
.AnyTagClassName
{
color: #DF447B;
}
</style>
background-color css
<style>
a { background-color: #DF447B; }
a { background-color: rgb(223,68,123); }
div.DivClassName
{
background-color: #DF447B;
}
.BgClassName
{
background-color: #DF447B;
}
</style>
border-color css
<style>
span { border-color: #DF447B; }
span { border-color: rgb(223,68,123); }
td.TdClassName
{
border-color: #DF447B;
}
.TagClassName
{
border-color: #DF447B;
}
</style>