Shades of Cranberry #DF5372
Tints of Cranberry #DF5372
RGB
CMYK
RGB Variations
Color information
#DF5372 (or 0xDF5372) is known color: Cranberry. HEX triplet: DF, 53 and 72. RGB value is (223,83,114). Sum of RGB (Red+Green+Blue) = 223+83+114=420 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.10% from 420); Green value is 83 (32.81% from 255 or 19.76% from 420); Blue value is 114 (44.92% from 255 or 27.14% from 420); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5372 is #20AC8D. Grayscale: #808080. Windows color (decimal): -2141326 or 7492575. OLE color: 7492575.
HSL color Cylindrical-coordinate representation of color #DF5372: hue angle of 346.71º 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 #DF5372 is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 83 | 114 | - |
| CMYK | 0 | 0.63 | 0.49 | 0.13 |
| HSL | 346.71º | 0.69% | 0.6% | - |
| HSV(B) | 346.71º | 0.63% | 0.87% | - |
| XYZ | 36.56 | 23.09 | 18.45 | - |
| YUV | 128.39 | 119.88 | 195.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 83 | 114 | 0 | 0.63 | 0.49 | 0.13 | 346.71 | 0.69 | 0.6 |
| Hex | DF | 53 | 72 | 0 | 3F | 31 | D | 15B | 45 | 3C |
| Octal | 337 | 123 | 162 | 0 | 77 | 61 | 15 | 533 | 105 | 74 |
| Binary | 11011111 | 1010011 | 1110010 | 0 | 111111 | 110001 | 1101 | 101011011 | 1000101 | 111100 |
Color Harmonies of #DF5372
Complementary color
Monochromatic Colors of #DF5372
Black with #DF5372
Text Example
Text Example
White with #DF5372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5372; }
p { color: rgb(223,83,114); }
H1.HeaderClassName
{
color: #DF5372;
}
.AnyTagClassName
{
color: #DF5372;
}
</style>
background-color css
<style>
a { background-color: #DF5372; }
a { background-color: rgb(223,83,114); }
div.DivClassName
{
background-color: #DF5372;
}
.BgClassName
{
background-color: #DF5372;
}
</style>
border-color css
<style>
span { border-color: #DF5372; }
span { border-color: rgb(223,83,114); }
td.TdClassName
{
border-color: #DF5372;
}
.TagClassName
{
border-color: #DF5372;
}
</style>