Shades of Cranberry #DF536E
Tints of Cranberry #DF536E
RGB
CMYK
RGB Variations
Color information
#DF536E (or 0xDF536E) is known color: Cranberry. HEX triplet: DF, 53 and 6E. RGB value is (223,83,110). Sum of RGB (Red+Green+Blue) = 223+83+110=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 83 (32.81% from 255 or 19.95% from 416); Blue value is 110 (43.36% from 255 or 26.44% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DF536E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF536E is #20AC91. Grayscale: #7F7F7F. Windows color (decimal): -2141330 or 7230431. OLE color: 7230431.
HSL color Cylindrical-coordinate representation of color #DF536E: hue angle of 348.43º 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 #DF536E is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 83 | 110 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.13 |
| HSL | 348.43º | 0.69% | 0.6% | - |
| HSV(B) | 348.43º | 0.63% | 0.87% | - |
| XYZ | 36.34 | 23 | 17.28 | - |
| YUV | 127.94 | 117.88 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 83 | 110 | 0 | 0.63 | 0.51 | 0.13 | 348.43 | 0.69 | 0.6 |
| Hex | DF | 53 | 6E | 0 | 3F | 33 | D | 15C | 45 | 3C |
| Octal | 337 | 123 | 156 | 0 | 77 | 63 | 15 | 534 | 105 | 74 |
| Binary | 11011111 | 1010011 | 1101110 | 0 | 111111 | 110011 | 1101 | 101011100 | 1000101 | 111100 |
Color Harmonies of #DF536E
Complementary color
Monochromatic Colors of #DF536E
Black with #DF536E
Text Example
Text Example
White with #DF536E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF536E; }
p { color: rgb(223,83,110); }
H1.HeaderClassName
{
color: #DF536E;
}
.AnyTagClassName
{
color: #DF536E;
}
</style>
background-color css
<style>
a { background-color: #DF536E; }
a { background-color: rgb(223,83,110); }
div.DivClassName
{
background-color: #DF536E;
}
.BgClassName
{
background-color: #DF536E;
}
</style>
border-color css
<style>
span { border-color: #DF536E; }
span { border-color: rgb(223,83,110); }
td.TdClassName
{
border-color: #DF536E;
}
.TagClassName
{
border-color: #DF536E;
}
</style>