Shades of Cranberry #DF5275
Tints of Cranberry #DF5275
RGB
CMYK
RGB Variations
Color information
#DF5275 (or 0xDF5275) is known color: Cranberry. HEX triplet: DF, 52 and 75. RGB value is (223,82,117). Sum of RGB (Red+Green+Blue) = 223+82+117=422 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.84% from 422); Green value is 82 (32.42% from 255 or 19.43% from 422); Blue value is 117 (46.09% from 255 or 27.73% from 422); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5275 is #20AD8A. Grayscale: #808080. Windows color (decimal): -2141579 or 7688927. OLE color: 7688927.
HSL color Cylindrical-coordinate representation of color #DF5275: hue angle of 345.11º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DF5275 is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 82 | 117 | - |
| CMYK | 0 | 0.63 | 0.48 | 0.13 |
| HSL | 345.11º | 0.69% | 0.6% | - |
| HSV(B) | 345.11º | 0.63% | 0.87% | - |
| XYZ | 36.66 | 23.01 | 19.34 | - |
| YUV | 128.15 | 121.71 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 82 | 117 | 0 | 0.63 | 0.48 | 0.13 | 345.11 | 0.69 | 0.6 |
| Hex | DF | 52 | 75 | 0 | 3F | 30 | D | 159 | 45 | 3C |
| Octal | 337 | 122 | 165 | 0 | 77 | 60 | 15 | 531 | 105 | 74 |
| Binary | 11011111 | 1010010 | 1110101 | 0 | 111111 | 110000 | 1101 | 101011001 | 1000101 | 111100 |
Color Harmonies of #DF5275
Complementary color
Monochromatic Colors of #DF5275
Black with #DF5275
Text Example
Text Example
White with #DF5275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5275; }
p { color: rgb(223,82,117); }
H1.HeaderClassName
{
color: #DF5275;
}
.AnyTagClassName
{
color: #DF5275;
}
</style>
background-color css
<style>
a { background-color: #DF5275; }
a { background-color: rgb(223,82,117); }
div.DivClassName
{
background-color: #DF5275;
}
.BgClassName
{
background-color: #DF5275;
}
</style>
border-color css
<style>
span { border-color: #DF5275; }
span { border-color: rgb(223,82,117); }
td.TdClassName
{
border-color: #DF5275;
}
.TagClassName
{
border-color: #DF5275;
}
</style>