Shades of Cranberry #DF507B
Tints of Cranberry #DF507B
RGB
CMYK
RGB Variations
Color information
#DF507B (or 0xDF507B) is known color: Cranberry. HEX triplet: DF, 50 and 7B. RGB value is (223,80,123). Sum of RGB (Red+Green+Blue) = 223+80+123=426 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.35% from 426); Green value is 80 (31.64% from 255 or 18.78% from 426); Blue value is 123 (48.44% from 255 or 28.87% from 426); Max value from RGB is 223 - color contains mainly: red. Hex color #DF507B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF507B is #20AF84. Grayscale: #7F7F7F. Windows color (decimal): -2142085 or 8081631. OLE color: 8081631.
HSL color Cylindrical-coordinate representation of color #DF507B: hue angle of 341.96º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF507B is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 123 | - |
| CMYK | 0 | 0.64 | 0.45 | 0.13 |
| HSL | 341.96º | 0.69% | 0.59% | - |
| HSV(B) | 341.96º | 0.64% | 0.87% | - |
| XYZ | 36.88 | 22.86 | 21.21 | - |
| YUV | 127.66 | 125.38 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 123 | 0 | 0.64 | 0.45 | 0.13 | 341.96 | 0.69 | 0.59 |
| Hex | DF | 50 | 7B | 0 | 40 | 2D | D | 156 | 45 | 3B |
| Octal | 337 | 120 | 173 | 0 | 100 | 55 | 15 | 526 | 105 | 73 |
| Binary | 11011111 | 1010000 | 1111011 | 0 | 1000000 | 101101 | 1101 | 101010110 | 1000101 | 111011 |
Color Harmonies of #DF507B
Complementary color
Monochromatic Colors of #DF507B
Black with #DF507B
Text Example
Text Example
White with #DF507B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF507B; }
p { color: rgb(223,80,123); }
H1.HeaderClassName
{
color: #DF507B;
}
.AnyTagClassName
{
color: #DF507B;
}
</style>
background-color css
<style>
a { background-color: #DF507B; }
a { background-color: rgb(223,80,123); }
div.DivClassName
{
background-color: #DF507B;
}
.BgClassName
{
background-color: #DF507B;
}
</style>
border-color css
<style>
span { border-color: #DF507B; }
span { border-color: rgb(223,80,123); }
td.TdClassName
{
border-color: #DF507B;
}
.TagClassName
{
border-color: #DF507B;
}
</style>