Shades of Cranberry #DF527A
Tints of Cranberry #DF527A
RGB
CMYK
RGB Variations
Color information
#DF527A (or 0xDF527A) is known color: Cranberry. HEX triplet: DF, 52 and 7A. RGB value is (223,82,122). Sum of RGB (Red+Green+Blue) = 223+82+122=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 82 (32.42% from 255 or 19.20% from 427); Blue value is 122 (48.05% from 255 or 28.57% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DF527A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF527A is #20AD85. Grayscale: #808080. Windows color (decimal): -2141574 or 8016607. OLE color: 8016607.
HSL color Cylindrical-coordinate representation of color #DF527A: hue angle of 342.98º 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 #DF527A is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 82 | 122 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.13 |
| HSL | 342.98º | 0.69% | 0.6% | - |
| HSV(B) | 342.98º | 0.63% | 0.87% | - |
| XYZ | 36.96 | 23.13 | 20.93 | - |
| YUV | 128.72 | 124.21 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 82 | 122 | 0 | 0.63 | 0.45 | 0.13 | 342.98 | 0.69 | 0.6 |
| Hex | DF | 52 | 7A | 0 | 3F | 2D | D | 157 | 45 | 3C |
| Octal | 337 | 122 | 172 | 0 | 77 | 55 | 15 | 527 | 105 | 74 |
| Binary | 11011111 | 1010010 | 1111010 | 0 | 111111 | 101101 | 1101 | 101010111 | 1000101 | 111100 |
Color Harmonies of #DF527A
Complementary color
Monochromatic Colors of #DF527A
Black with #DF527A
Text Example
Text Example
White with #DF527A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF527A; }
p { color: rgb(223,82,122); }
H1.HeaderClassName
{
color: #DF527A;
}
.AnyTagClassName
{
color: #DF527A;
}
</style>
background-color css
<style>
a { background-color: #DF527A; }
a { background-color: rgb(223,82,122); }
div.DivClassName
{
background-color: #DF527A;
}
.BgClassName
{
background-color: #DF527A;
}
</style>
border-color css
<style>
span { border-color: #DF527A; }
span { border-color: rgb(223,82,122); }
td.TdClassName
{
border-color: #DF527A;
}
.TagClassName
{
border-color: #DF527A;
}
</style>