Shades of Cranberry #DF4C6C
Tints of Cranberry #DF4C6C
RGB
CMYK
RGB Variations
Color information
#DF4C6C (or 0xDF4C6C) is known color: Cranberry. HEX triplet: DF, 4C and 6C. RGB value is (223,76,108). Sum of RGB (Red+Green+Blue) = 223+76+108=407 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.79% from 407); Green value is 76 (30.08% from 255 or 18.67% from 407); Blue value is 108 (42.58% from 255 or 26.54% from 407); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4C6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4C6C is #20B393. Grayscale: #7B7B7B. Windows color (decimal): -2143124 or 7097567. OLE color: 7097567.
HSL color Cylindrical-coordinate representation of color #DF4C6C: hue angle of 346.94º 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 #DF4C6C is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 76 | 108 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.13 |
| HSL | 346.94º | 0.7% | 0.59% | - |
| HSV(B) | 346.94º | 0.66% | 0.87% | - |
| XYZ | 35.72 | 21.94 | 16.54 | - |
| YUV | 123.6 | 119.2 | 198.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 76 | 108 | 0 | 0.66 | 0.52 | 0.13 | 346.94 | 0.7 | 0.59 |
| Hex | DF | 4C | 6C | 0 | 42 | 34 | D | 15B | 46 | 3B |
| Octal | 337 | 114 | 154 | 0 | 102 | 64 | 15 | 533 | 106 | 73 |
| Binary | 11011111 | 1001100 | 1101100 | 0 | 1000010 | 110100 | 1101 | 101011011 | 1000110 | 111011 |
Color Harmonies of #DF4C6C
Complementary color
Monochromatic Colors of #DF4C6C
Black with #DF4C6C
Text Example
Text Example
White with #DF4C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4C6C; }
p { color: rgb(223,76,108); }
H1.HeaderClassName
{
color: #DF4C6C;
}
.AnyTagClassName
{
color: #DF4C6C;
}
</style>
background-color css
<style>
a { background-color: #DF4C6C; }
a { background-color: rgb(223,76,108); }
div.DivClassName
{
background-color: #DF4C6C;
}
.BgClassName
{
background-color: #DF4C6C;
}
</style>
border-color css
<style>
span { border-color: #DF4C6C; }
span { border-color: rgb(223,76,108); }
td.TdClassName
{
border-color: #DF4C6C;
}
.TagClassName
{
border-color: #DF4C6C;
}
</style>