Shades of Cranberry #DF4180
Tints of Cranberry #DF4180
RGB
CMYK
RGB Variations
Color information
#DF4180 (or 0xDF4180) is known color: Cranberry. HEX triplet: DF, 41 and 80. RGB value is (223,65,128). Sum of RGB (Red+Green+Blue) = 223+65+128=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 65 (25.78% from 255 or 15.62% from 416); Blue value is 128 (50.39% from 255 or 30.77% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4180 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4180 is #20BE7F. Grayscale: #777777. Windows color (decimal): -2145920 or 8405471. OLE color: 8405471.
HSL color Cylindrical-coordinate representation of color #DF4180: hue angle of 336.08º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DF4180 is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 65 | 128 | - |
| CMYK | 0 | 0.71 | 0.43 | 0.13 |
| HSL | 336.08º | 0.71% | 0.56% | - |
| HSV(B) | 336.08º | 0.71% | 0.87% | - |
| XYZ | 36.22 | 21.03 | 22.57 | - |
| YUV | 119.42 | 132.85 | 201.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 65 | 128 | 0 | 0.71 | 0.43 | 0.13 | 336.08 | 0.71 | 0.56 |
| Hex | DF | 41 | 80 | 0 | 47 | 2B | D | 150 | 47 | 38 |
| Octal | 337 | 101 | 200 | 0 | 107 | 53 | 15 | 520 | 107 | 70 |
| Binary | 11011111 | 1000001 | 10000000 | 0 | 1000111 | 101011 | 1101 | 101010000 | 1000111 | 111000 |
Color Harmonies of #DF4180
Complementary color
Monochromatic Colors of #DF4180
Black with #DF4180
Text Example
Text Example
White with #DF4180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4180; }
p { color: rgb(223,65,128); }
H1.HeaderClassName
{
color: #DF4180;
}
.AnyTagClassName
{
color: #DF4180;
}
</style>
background-color css
<style>
a { background-color: #DF4180; }
a { background-color: rgb(223,65,128); }
div.DivClassName
{
background-color: #DF4180;
}
.BgClassName
{
background-color: #DF4180;
}
</style>
border-color css
<style>
span { border-color: #DF4180; }
span { border-color: rgb(223,65,128); }
td.TdClassName
{
border-color: #DF4180;
}
.TagClassName
{
border-color: #DF4180;
}
</style>