Shades of Cranberry #DF4483
Tints of Cranberry #DF4483
RGB
CMYK
RGB Variations
Color information
#DF4483 (or 0xDF4483) is known color: Cranberry. HEX triplet: DF, 44 and 83. RGB value is (223,68,131). Sum of RGB (Red+Green+Blue) = 223+68+131=422 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.84% from 422); Green value is 68 (26.95% from 255 or 16.11% from 422); Blue value is 131 (51.56% from 255 or 31.04% from 422); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4483 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4483 is #20BB7C. Grayscale: #797979. Windows color (decimal): -2145149 or 8602847. OLE color: 8602847.
HSL color Cylindrical-coordinate representation of color #DF4483: hue angle of 335.61º 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 #DF4483 is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 68 | 131 | - |
| CMYK | 0 | 0.70 | 0.41 | 0.13 |
| HSL | 335.61º | 0.71% | 0.57% | - |
| HSV(B) | 335.61º | 0.7% | 0.87% | - |
| XYZ | 36.6 | 21.46 | 23.69 | - |
| YUV | 121.53 | 133.35 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 68 | 131 | 0 | 0.70 | 0.41 | 0.13 | 335.61 | 0.71 | 0.57 |
| Hex | DF | 44 | 83 | 0 | 46 | 29 | D | 150 | 47 | 39 |
| Octal | 337 | 104 | 203 | 0 | 106 | 51 | 15 | 520 | 107 | 71 |
| Binary | 11011111 | 1000100 | 10000011 | 0 | 1000110 | 101001 | 1101 | 101010000 | 1000111 | 111001 |
Color Harmonies of #DF4483
Complementary color
Monochromatic Colors of #DF4483
Black with #DF4483
Text Example
Text Example
White with #DF4483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4483; }
p { color: rgb(223,68,131); }
H1.HeaderClassName
{
color: #DF4483;
}
.AnyTagClassName
{
color: #DF4483;
}
</style>
background-color css
<style>
a { background-color: #DF4483; }
a { background-color: rgb(223,68,131); }
div.DivClassName
{
background-color: #DF4483;
}
.BgClassName
{
background-color: #DF4483;
}
</style>
border-color css
<style>
span { border-color: #DF4483; }
span { border-color: rgb(223,68,131); }
td.TdClassName
{
border-color: #DF4483;
}
.TagClassName
{
border-color: #DF4483;
}
</style>