Shades of Cranberry #DF4280
Tints of Cranberry #DF4280
RGB
CMYK
RGB Variations
Color information
#DF4280 (or 0xDF4280) is known color: Cranberry. HEX triplet: DF, 42 and 80. RGB value is (223,66,128). Sum of RGB (Red+Green+Blue) = 223+66+128=417 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.48% from 417); Green value is 66 (26.17% from 255 or 15.83% from 417); Blue value is 128 (50.39% from 255 or 30.70% from 417); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4280 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4280 is #20BD7F. Grayscale: #777777. Windows color (decimal): -2145664 or 8405727. OLE color: 8405727.
HSL color Cylindrical-coordinate representation of color #DF4280: hue angle of 336.31º 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 #DF4280 is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 66 | 128 | - |
| CMYK | 0 | 0.70 | 0.43 | 0.13 |
| HSL | 336.31º | 0.71% | 0.57% | - |
| HSV(B) | 336.31º | 0.7% | 0.87% | - |
| XYZ | 36.28 | 21.14 | 22.59 | - |
| YUV | 120.01 | 132.51 | 201.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 66 | 128 | 0 | 0.70 | 0.43 | 0.13 | 336.31 | 0.71 | 0.57 |
| Hex | DF | 42 | 80 | 0 | 46 | 2B | D | 150 | 47 | 39 |
| Octal | 337 | 102 | 200 | 0 | 106 | 53 | 15 | 520 | 107 | 71 |
| Binary | 11011111 | 1000010 | 10000000 | 0 | 1000110 | 101011 | 1101 | 101010000 | 1000111 | 111001 |
Color Harmonies of #DF4280
Complementary color
Monochromatic Colors of #DF4280
Black with #DF4280
Text Example
Text Example
White with #DF4280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4280; }
p { color: rgb(223,66,128); }
H1.HeaderClassName
{
color: #DF4280;
}
.AnyTagClassName
{
color: #DF4280;
}
</style>
background-color css
<style>
a { background-color: #DF4280; }
a { background-color: rgb(223,66,128); }
div.DivClassName
{
background-color: #DF4280;
}
.BgClassName
{
background-color: #DF4280;
}
</style>
border-color css
<style>
span { border-color: #DF4280; }
span { border-color: rgb(223,66,128); }
td.TdClassName
{
border-color: #DF4280;
}
.TagClassName
{
border-color: #DF4280;
}
</style>