Shades of Cranberry #DF4B80
Tints of Cranberry #DF4B80
RGB
CMYK
RGB Variations
Color information
#DF4B80 (or 0xDF4B80) is known color: Cranberry. HEX triplet: DF, 4B and 80. RGB value is (223,75,128). Sum of RGB (Red+Green+Blue) = 223+75+128=426 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.35% from 426); Green value is 75 (29.69% from 255 or 17.61% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4B80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4B80 is #20B47F. Grayscale: #7D7D7D. Windows color (decimal): -2143360 or 8408031. OLE color: 8408031.
HSL color Cylindrical-coordinate representation of color #DF4B80: hue angle of 338.51º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DF4B80 is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 75 | 128 | - |
| CMYK | 0 | 0.66 | 0.43 | 0.13 |
| HSL | 338.51º | 0.7% | 0.58% | - |
| HSV(B) | 338.51º | 0.66% | 0.87% | - |
| XYZ | 36.84 | 22.28 | 22.78 | - |
| YUV | 125.29 | 129.53 | 197.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 75 | 128 | 0 | 0.66 | 0.43 | 0.13 | 338.51 | 0.7 | 0.58 |
| Hex | DF | 4B | 80 | 0 | 42 | 2B | D | 153 | 46 | 3A |
| Octal | 337 | 113 | 200 | 0 | 102 | 53 | 15 | 523 | 106 | 72 |
| Binary | 11011111 | 1001011 | 10000000 | 0 | 1000010 | 101011 | 1101 | 101010011 | 1000110 | 111010 |
Color Harmonies of #DF4B80
Complementary color
Monochromatic Colors of #DF4B80
Black with #DF4B80
Text Example
Text Example
White with #DF4B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4B80; }
p { color: rgb(223,75,128); }
H1.HeaderClassName
{
color: #DF4B80;
}
.AnyTagClassName
{
color: #DF4B80;
}
</style>
background-color css
<style>
a { background-color: #DF4B80; }
a { background-color: rgb(223,75,128); }
div.DivClassName
{
background-color: #DF4B80;
}
.BgClassName
{
background-color: #DF4B80;
}
</style>
border-color css
<style>
span { border-color: #DF4B80; }
span { border-color: rgb(223,75,128); }
td.TdClassName
{
border-color: #DF4B80;
}
.TagClassName
{
border-color: #DF4B80;
}
</style>