Shades of Cranberry #DF4883
Tints of Cranberry #DF4883
RGB
CMYK
RGB Variations
Color information
#DF4883 (or 0xDF4883) is known color: Cranberry. HEX triplet: DF, 48 and 83. RGB value is (223,72,131). Sum of RGB (Red+Green+Blue) = 223+72+131=426 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.35% from 426); Green value is 72 (28.52% from 255 or 16.90% from 426); Blue value is 131 (51.56% from 255 or 30.75% from 426); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4883 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4883 is #20B77C. Grayscale: #7B7B7B. Windows color (decimal): -2144125 or 8603871. OLE color: 8603871.
HSL color Cylindrical-coordinate representation of color #DF4883: hue angle of 336.56º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DF4883 is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 72 | 131 | - |
| CMYK | 0 | 0.68 | 0.41 | 0.13 |
| HSL | 336.56º | 0.7% | 0.58% | - |
| HSV(B) | 336.56º | 0.68% | 0.87% | - |
| XYZ | 36.85 | 21.96 | 23.77 | - |
| YUV | 123.88 | 132.03 | 198.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 72 | 131 | 0 | 0.68 | 0.41 | 0.13 | 336.56 | 0.7 | 0.58 |
| Hex | DF | 48 | 83 | 0 | 44 | 29 | D | 151 | 46 | 3A |
| Octal | 337 | 110 | 203 | 0 | 104 | 51 | 15 | 521 | 106 | 72 |
| Binary | 11011111 | 1001000 | 10000011 | 0 | 1000100 | 101001 | 1101 | 101010001 | 1000110 | 111010 |
Color Harmonies of #DF4883
Complementary color
Monochromatic Colors of #DF4883
Black with #DF4883
Text Example
Text Example
White with #DF4883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4883; }
p { color: rgb(223,72,131); }
H1.HeaderClassName
{
color: #DF4883;
}
.AnyTagClassName
{
color: #DF4883;
}
</style>
background-color css
<style>
a { background-color: #DF4883; }
a { background-color: rgb(223,72,131); }
div.DivClassName
{
background-color: #DF4883;
}
.BgClassName
{
background-color: #DF4883;
}
</style>
border-color css
<style>
span { border-color: #DF4883; }
span { border-color: rgb(223,72,131); }
td.TdClassName
{
border-color: #DF4883;
}
.TagClassName
{
border-color: #DF4883;
}
</style>