Shades of Cranberry #DF4C69
Tints of Cranberry #DF4C69
RGB
CMYK
RGB Variations
Color information
#DF4C69 (or 0xDF4C69) is known color: Cranberry. HEX triplet: DF, 4C and 69. RGB value is (223,76,105). Sum of RGB (Red+Green+Blue) = 223+76+105=404 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.20% from 404); Green value is 76 (30.08% from 255 or 18.81% from 404); Blue value is 105 (41.41% from 255 or 25.99% from 404); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4C69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4C69 is #20B396. Grayscale: #7B7B7B. Windows color (decimal): -2143127 or 6900959. OLE color: 6900959.
HSL color Cylindrical-coordinate representation of color #DF4C69: hue angle of 348.16º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DF4C69 is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 76 | 105 | - |
| CMYK | 0 | 0.66 | 0.53 | 0.13 |
| HSL | 348.16º | 0.7% | 0.59% | - |
| HSV(B) | 348.16º | 0.66% | 0.87% | - |
| XYZ | 35.57 | 21.88 | 15.71 | - |
| YUV | 123.26 | 117.7 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 76 | 105 | 0 | 0.66 | 0.53 | 0.13 | 348.16 | 0.7 | 0.59 |
| Hex | DF | 4C | 69 | 0 | 42 | 35 | D | 15C | 46 | 3B |
| Octal | 337 | 114 | 151 | 0 | 102 | 65 | 15 | 534 | 106 | 73 |
| Binary | 11011111 | 1001100 | 1101001 | 0 | 1000010 | 110101 | 1101 | 101011100 | 1000110 | 111011 |
Color Harmonies of #DF4C69
Complementary color
Monochromatic Colors of #DF4C69
Black with #DF4C69
Text Example
Text Example
White with #DF4C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4C69; }
p { color: rgb(223,76,105); }
H1.HeaderClassName
{
color: #DF4C69;
}
.AnyTagClassName
{
color: #DF4C69;
}
</style>
background-color css
<style>
a { background-color: #DF4C69; }
a { background-color: rgb(223,76,105); }
div.DivClassName
{
background-color: #DF4C69;
}
.BgClassName
{
background-color: #DF4C69;
}
</style>
border-color css
<style>
span { border-color: #DF4C69; }
span { border-color: rgb(223,76,105); }
td.TdClassName
{
border-color: #DF4C69;
}
.TagClassName
{
border-color: #DF4C69;
}
</style>