Shades of Cranberry #DC507B
Tints of Cranberry #DC507B
RGB
CMYK
RGB Variations
Color information
#DC507B (or 0xDC507B) is known color: Cranberry. HEX triplet: DC, 50 and 7B. RGB value is (220,80,123). Sum of RGB (Red+Green+Blue) = 220+80+123=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 80 (31.64% from 255 or 18.91% from 423); Blue value is 123 (48.44% from 255 or 29.08% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC507B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC507B is #23AF84. Grayscale: #7E7E7E. Windows color (decimal): -2338693 or 8081628. OLE color: 8081628.
HSL color Cylindrical-coordinate representation of color #DC507B: hue angle of 341.57º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC507B is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 80 | 123 | - |
| CMYK | 0 | 0.64 | 0.44 | 0.14 |
| HSL | 341.57º | 0.67% | 0.59% | - |
| HSV(B) | 341.57º | 0.64% | 0.86% | - |
| XYZ | 35.96 | 22.38 | 21.16 | - |
| YUV | 126.76 | 125.88 | 194.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 80 | 123 | 0 | 0.64 | 0.44 | 0.14 | 341.57 | 0.67 | 0.59 |
| Hex | DC | 50 | 7B | 0 | 40 | 2C | E | 156 | 43 | 3B |
| Octal | 334 | 120 | 173 | 0 | 100 | 54 | 16 | 526 | 103 | 73 |
| Binary | 11011100 | 1010000 | 1111011 | 0 | 1000000 | 101100 | 1110 | 101010110 | 1000011 | 111011 |
Color Harmonies of #DC507B
Complementary color
Monochromatic Colors of #DC507B
Black with #DC507B
Text Example
Text Example
White with #DC507B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC507B; }
p { color: rgb(220,80,123); }
H1.HeaderClassName
{
color: #DC507B;
}
.AnyTagClassName
{
color: #DC507B;
}
</style>
background-color css
<style>
a { background-color: #DC507B; }
a { background-color: rgb(220,80,123); }
div.DivClassName
{
background-color: #DC507B;
}
.BgClassName
{
background-color: #DC507B;
}
</style>
border-color css
<style>
span { border-color: #DC507B; }
span { border-color: rgb(220,80,123); }
td.TdClassName
{
border-color: #DC507B;
}
.TagClassName
{
border-color: #DC507B;
}
</style>