Shades of Cranberry #DF536C
Tints of Cranberry #DF536C
RGB
CMYK
RGB Variations
Color information
#DF536C (or 0xDF536C) is known color: Cranberry. HEX triplet: DF, 53 and 6C. RGB value is (223,83,108). Sum of RGB (Red+Green+Blue) = 223+83+108=414 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.86% from 414); Green value is 83 (32.81% from 255 or 20.05% from 414); Blue value is 108 (42.58% from 255 or 26.09% from 414); Max value from RGB is 223 - color contains mainly: red. Hex color #DF536C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF536C is #20AC93. Grayscale: #7F7F7F. Windows color (decimal): -2141332 or 7099359. OLE color: 7099359.
HSL color Cylindrical-coordinate representation of color #DF536C: hue angle of 349.29º 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 #DF536C is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 83 | 108 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.13 |
| HSL | 349.29º | 0.69% | 0.6% | - |
| HSV(B) | 349.29º | 0.63% | 0.87% | - |
| XYZ | 36.23 | 22.96 | 16.71 | - |
| YUV | 127.71 | 116.88 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 83 | 108 | 0 | 0.63 | 0.52 | 0.13 | 349.29 | 0.69 | 0.6 |
| Hex | DF | 53 | 6C | 0 | 3F | 34 | D | 15D | 45 | 3C |
| Octal | 337 | 123 | 154 | 0 | 77 | 64 | 15 | 535 | 105 | 74 |
| Binary | 11011111 | 1010011 | 1101100 | 0 | 111111 | 110100 | 1101 | 101011101 | 1000101 | 111100 |
Color Harmonies of #DF536C
Complementary color
Monochromatic Colors of #DF536C
Black with #DF536C
Text Example
Text Example
White with #DF536C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF536C; }
p { color: rgb(223,83,108); }
H1.HeaderClassName
{
color: #DF536C;
}
.AnyTagClassName
{
color: #DF536C;
}
</style>
background-color css
<style>
a { background-color: #DF536C; }
a { background-color: rgb(223,83,108); }
div.DivClassName
{
background-color: #DF536C;
}
.BgClassName
{
background-color: #DF536C;
}
</style>
border-color css
<style>
span { border-color: #DF536C; }
span { border-color: rgb(223,83,108); }
td.TdClassName
{
border-color: #DF536C;
}
.TagClassName
{
border-color: #DF536C;
}
</style>