Shades of Cranberry #DF4581
Tints of Cranberry #DF4581
RGB
CMYK
RGB Variations
Color information
#DF4581 (or 0xDF4581) is known color: Cranberry. HEX triplet: DF, 45 and 81. RGB value is (223,69,129). Sum of RGB (Red+Green+Blue) = 223+69+129=421 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.97% from 421); Green value is 69 (27.34% from 255 or 16.39% from 421); Blue value is 129 (50.78% from 255 or 30.64% from 421); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4581 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4581 is #20BA7E. Grayscale: #797979. Windows color (decimal): -2144895 or 8472031. OLE color: 8472031.
HSL color Cylindrical-coordinate representation of color #DF4581: hue angle of 336.62º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DF4581 is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 69 | 129 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.13 |
| HSL | 336.62º | 0.71% | 0.57% | - |
| HSV(B) | 336.62º | 0.69% | 0.87% | - |
| XYZ | 36.52 | 21.53 | 23 | - |
| YUV | 121.89 | 132.02 | 200.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 69 | 129 | 0 | 0.69 | 0.42 | 0.13 | 336.62 | 0.71 | 0.57 |
| Hex | DF | 45 | 81 | 0 | 45 | 2A | D | 151 | 47 | 39 |
| Octal | 337 | 105 | 201 | 0 | 105 | 52 | 15 | 521 | 107 | 71 |
| Binary | 11011111 | 1000101 | 10000001 | 0 | 1000101 | 101010 | 1101 | 101010001 | 1000111 | 111001 |
Color Harmonies of #DF4581
Complementary color
Monochromatic Colors of #DF4581
Black with #DF4581
Text Example
Text Example
White with #DF4581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4581; }
p { color: rgb(223,69,129); }
H1.HeaderClassName
{
color: #DF4581;
}
.AnyTagClassName
{
color: #DF4581;
}
</style>
background-color css
<style>
a { background-color: #DF4581; }
a { background-color: rgb(223,69,129); }
div.DivClassName
{
background-color: #DF4581;
}
.BgClassName
{
background-color: #DF4581;
}
</style>
border-color css
<style>
span { border-color: #DF4581; }
span { border-color: rgb(223,69,129); }
td.TdClassName
{
border-color: #DF4581;
}
.TagClassName
{
border-color: #DF4581;
}
</style>