Shades of Cranberry #DF4375
Tints of Cranberry #DF4375
RGB
CMYK
RGB Variations
Color information
#DF4375 (or 0xDF4375) is known color: Cranberry. HEX triplet: DF, 43 and 75. RGB value is (223,67,117). Sum of RGB (Red+Green+Blue) = 223+67+117=407 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.79% from 407); Green value is 67 (26.56% from 255 or 16.46% from 407); Blue value is 117 (46.09% from 255 or 28.75% from 407); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4375 is #20BC8A. Grayscale: #777777. Windows color (decimal): -2145419 or 7685087. OLE color: 7685087.
HSL color Cylindrical-coordinate representation of color #DF4375: hue angle of 340.77º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF4375 is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 67 | 117 | - |
| CMYK | 0 | 0.70 | 0.48 | 0.13 |
| HSL | 340.77º | 0.71% | 0.57% | - |
| HSV(B) | 340.77º | 0.7% | 0.87% | - |
| XYZ | 35.65 | 20.99 | 19 | - |
| YUV | 119.34 | 126.68 | 201.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 67 | 117 | 0 | 0.70 | 0.48 | 0.13 | 340.77 | 0.71 | 0.57 |
| Hex | DF | 43 | 75 | 0 | 46 | 30 | D | 155 | 47 | 39 |
| Octal | 337 | 103 | 165 | 0 | 106 | 60 | 15 | 525 | 107 | 71 |
| Binary | 11011111 | 1000011 | 1110101 | 0 | 1000110 | 110000 | 1101 | 101010101 | 1000111 | 111001 |
Color Harmonies of #DF4375
Complementary color
Monochromatic Colors of #DF4375
Black with #DF4375
Text Example
Text Example
White with #DF4375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4375; }
p { color: rgb(223,67,117); }
H1.HeaderClassName
{
color: #DF4375;
}
.AnyTagClassName
{
color: #DF4375;
}
</style>
background-color css
<style>
a { background-color: #DF4375; }
a { background-color: rgb(223,67,117); }
div.DivClassName
{
background-color: #DF4375;
}
.BgClassName
{
background-color: #DF4375;
}
</style>
border-color css
<style>
span { border-color: #DF4375; }
span { border-color: rgb(223,67,117); }
td.TdClassName
{
border-color: #DF4375;
}
.TagClassName
{
border-color: #DF4375;
}
</style>