Shades of Cranberry #DF4E7D
Tints of Cranberry #DF4E7D
RGB
CMYK
RGB Variations
Color information
#DF4E7D (or 0xDF4E7D) is known color: Cranberry. HEX triplet: DF, 4E and 7D. RGB value is (223,78,125). Sum of RGB (Red+Green+Blue) = 223+78+125=426 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.35% from 426); Green value is 78 (30.86% from 255 or 18.31% from 426); Blue value is 125 (49.22% from 255 or 29.34% from 426); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF4E7D is #20B182. Grayscale: #7E7E7E. Windows color (decimal): -2142595 or 8212191. OLE color: 8212191.
HSL color Cylindrical-coordinate representation of color #DF4E7D: hue angle of 340.55º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF4E7D is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 78 | 125 | - |
| CMYK | 0 | 0.65 | 0.44 | 0.13 |
| HSL | 340.55º | 0.69% | 0.59% | - |
| HSV(B) | 340.55º | 0.65% | 0.87% | - |
| XYZ | 36.86 | 22.62 | 21.83 | - |
| YUV | 126.71 | 127.04 | 196.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 78 | 125 | 0 | 0.65 | 0.44 | 0.13 | 340.55 | 0.69 | 0.59 |
| Hex | DF | 4E | 7D | 0 | 41 | 2C | D | 155 | 45 | 3B |
| Octal | 337 | 116 | 175 | 0 | 101 | 54 | 15 | 525 | 105 | 73 |
| Binary | 11011111 | 1001110 | 1111101 | 0 | 1000001 | 101100 | 1101 | 101010101 | 1000101 | 111011 |
Color Harmonies of #DF4E7D
Complementary color
Monochromatic Colors of #DF4E7D
Black with #DF4E7D
Text Example
Text Example
White with #DF4E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4E7D; }
p { color: rgb(223,78,125); }
H1.HeaderClassName
{
color: #DF4E7D;
}
.AnyTagClassName
{
color: #DF4E7D;
}
</style>
background-color css
<style>
a { background-color: #DF4E7D; }
a { background-color: rgb(223,78,125); }
div.DivClassName
{
background-color: #DF4E7D;
}
.BgClassName
{
background-color: #DF4E7D;
}
</style>
border-color css
<style>
span { border-color: #DF4E7D; }
span { border-color: rgb(223,78,125); }
td.TdClassName
{
border-color: #DF4E7D;
}
.TagClassName
{
border-color: #DF4E7D;
}
</style>