Shades of Cranberry #DF526B
Tints of Cranberry #DF526B
RGB
CMYK
RGB Variations
Color information
#DF526B (or 0xDF526B) is known color: Cranberry. HEX triplet: DF, 52 and 6B. RGB value is (223,82,107). Sum of RGB (Red+Green+Blue) = 223+82+107=412 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.13% from 412); Green value is 82 (32.42% from 255 or 19.90% from 412); Blue value is 107 (42.19% from 255 or 25.97% from 412); Max value from RGB is 223 - color contains mainly: red. Hex color #DF526B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF526B is #20AD94. Grayscale: #7F7F7F. Windows color (decimal): -2141589 or 7033567. OLE color: 7033567.
HSL color Cylindrical-coordinate representation of color #DF526B: hue angle of 349.36º 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 #DF526B is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 82 | 107 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.13 |
| HSL | 349.36º | 0.69% | 0.6% | - |
| HSV(B) | 349.36º | 0.63% | 0.87% | - |
| XYZ | 36.1 | 22.78 | 16.4 | - |
| YUV | 127.01 | 116.71 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 82 | 107 | 0 | 0.63 | 0.52 | 0.13 | 349.36 | 0.69 | 0.6 |
| Hex | DF | 52 | 6B | 0 | 3F | 34 | D | 15D | 45 | 3C |
| Octal | 337 | 122 | 153 | 0 | 77 | 64 | 15 | 535 | 105 | 74 |
| Binary | 11011111 | 1010010 | 1101011 | 0 | 111111 | 110100 | 1101 | 101011101 | 1000101 | 111100 |
Color Harmonies of #DF526B
Complementary color
Monochromatic Colors of #DF526B
Black with #DF526B
Text Example
Text Example
White with #DF526B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF526B; }
p { color: rgb(223,82,107); }
H1.HeaderClassName
{
color: #DF526B;
}
.AnyTagClassName
{
color: #DF526B;
}
</style>
background-color css
<style>
a { background-color: #DF526B; }
a { background-color: rgb(223,82,107); }
div.DivClassName
{
background-color: #DF526B;
}
.BgClassName
{
background-color: #DF526B;
}
</style>
border-color css
<style>
span { border-color: #DF526B; }
span { border-color: rgb(223,82,107); }
td.TdClassName
{
border-color: #DF526B;
}
.TagClassName
{
border-color: #DF526B;
}
</style>