Shades of Cranberry #DF4481
Tints of Cranberry #DF4481
RGB
CMYK
RGB Variations
Color information
#DF4481 (or 0xDF4481) is known color: Cranberry. HEX triplet: DF, 44 and 81. RGB value is (223,68,129). Sum of RGB (Red+Green+Blue) = 223+68+129=420 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.10% from 420); Green value is 68 (26.95% from 255 or 16.19% from 420); Blue value is 129 (50.78% from 255 or 30.71% from 420); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4481 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4481 is #20BB7E. Grayscale: #797979. Windows color (decimal): -2145151 or 8471775. OLE color: 8471775.
HSL color Cylindrical-coordinate representation of color #DF4481: hue angle of 336.39º 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 #DF4481 is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 68 | 129 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.13 |
| HSL | 336.39º | 0.71% | 0.57% | - |
| HSV(B) | 336.39º | 0.7% | 0.87% | - |
| XYZ | 36.46 | 21.41 | 22.98 | - |
| YUV | 121.3 | 132.35 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 68 | 129 | 0 | 0.70 | 0.42 | 0.13 | 336.39 | 0.71 | 0.57 |
| Hex | DF | 44 | 81 | 0 | 46 | 2A | D | 150 | 47 | 39 |
| Octal | 337 | 104 | 201 | 0 | 106 | 52 | 15 | 520 | 107 | 71 |
| Binary | 11011111 | 1000100 | 10000001 | 0 | 1000110 | 101010 | 1101 | 101010000 | 1000111 | 111001 |
Color Harmonies of #DF4481
Complementary color
Monochromatic Colors of #DF4481
Black with #DF4481
Text Example
Text Example
White with #DF4481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4481; }
p { color: rgb(223,68,129); }
H1.HeaderClassName
{
color: #DF4481;
}
.AnyTagClassName
{
color: #DF4481;
}
</style>
background-color css
<style>
a { background-color: #DF4481; }
a { background-color: rgb(223,68,129); }
div.DivClassName
{
background-color: #DF4481;
}
.BgClassName
{
background-color: #DF4481;
}
</style>
border-color css
<style>
span { border-color: #DF4481; }
span { border-color: rgb(223,68,129); }
td.TdClassName
{
border-color: #DF4481;
}
.TagClassName
{
border-color: #DF4481;
}
</style>