Shades of Cranberry #DF4E75
Tints of Cranberry #DF4E75
RGB
CMYK
RGB Variations
Color information
#DF4E75 (or 0xDF4E75) is known color: Cranberry. HEX triplet: DF, 4E and 75. RGB value is (223,78,117). Sum of RGB (Red+Green+Blue) = 223+78+117=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 78 (30.86% from 255 or 18.66% from 418); Blue value is 117 (46.09% from 255 or 27.99% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4E75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF4E75 is #20B18A. Grayscale: #7D7D7D. Windows color (decimal): -2142603 or 7687903. OLE color: 7687903.
HSL color Cylindrical-coordinate representation of color #DF4E75: hue angle of 343.86º 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 #DF4E75 is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 78 | 117 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.13 |
| HSL | 343.86º | 0.69% | 0.59% | - |
| HSV(B) | 343.86º | 0.65% | 0.87% | - |
| XYZ | 36.37 | 22.42 | 19.24 | - |
| YUV | 125.8 | 123.04 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 78 | 117 | 0 | 0.65 | 0.48 | 0.13 | 343.86 | 0.69 | 0.59 |
| Hex | DF | 4E | 75 | 0 | 41 | 30 | D | 158 | 45 | 3B |
| Octal | 337 | 116 | 165 | 0 | 101 | 60 | 15 | 530 | 105 | 73 |
| Binary | 11011111 | 1001110 | 1110101 | 0 | 1000001 | 110000 | 1101 | 101011000 | 1000101 | 111011 |
Color Harmonies of #DF4E75
Complementary color
Monochromatic Colors of #DF4E75
Black with #DF4E75
Text Example
Text Example
White with #DF4E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4E75; }
p { color: rgb(223,78,117); }
H1.HeaderClassName
{
color: #DF4E75;
}
.AnyTagClassName
{
color: #DF4E75;
}
</style>
background-color css
<style>
a { background-color: #DF4E75; }
a { background-color: rgb(223,78,117); }
div.DivClassName
{
background-color: #DF4E75;
}
.BgClassName
{
background-color: #DF4E75;
}
</style>
border-color css
<style>
span { border-color: #DF4E75; }
span { border-color: rgb(223,78,117); }
td.TdClassName
{
border-color: #DF4E75;
}
.TagClassName
{
border-color: #DF4E75;
}
</style>