Shades of Cranberry #DC507D
Tints of Cranberry #DC507D
RGB
CMYK
RGB Variations
Color information
#DC507D (or 0xDC507D) is known color: Cranberry. HEX triplet: DC, 50 and 7D. RGB value is (220,80,125). Sum of RGB (Red+Green+Blue) = 220+80+125=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 80 (31.64% from 255 or 18.82% from 425); Blue value is 125 (49.22% from 255 or 29.41% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC507D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC507D is #23AF82. Grayscale: #7E7E7E. Windows color (decimal): -2338691 or 8212700. OLE color: 8212700.
HSL color Cylindrical-coordinate representation of color #DC507D: hue angle of 340.71º 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 #DC507D is Cyan = 0, Magento = 0.64, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 80 | 125 | - |
| CMYK | 0 | 0.64 | 0.43 | 0.14 |
| HSL | 340.71º | 0.67% | 0.59% | - |
| HSV(B) | 340.71º | 0.64% | 0.86% | - |
| XYZ | 36.09 | 22.43 | 21.83 | - |
| YUV | 126.99 | 126.88 | 194.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 80 | 125 | 0 | 0.64 | 0.43 | 0.14 | 340.71 | 0.67 | 0.59 |
| Hex | DC | 50 | 7D | 0 | 40 | 2B | E | 155 | 43 | 3B |
| Octal | 334 | 120 | 175 | 0 | 100 | 53 | 16 | 525 | 103 | 73 |
| Binary | 11011100 | 1010000 | 1111101 | 0 | 1000000 | 101011 | 1110 | 101010101 | 1000011 | 111011 |
Color Harmonies of #DC507D
Complementary color
Monochromatic Colors of #DC507D
Black with #DC507D
Text Example
Text Example
White with #DC507D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC507D; }
p { color: rgb(220,80,125); }
H1.HeaderClassName
{
color: #DC507D;
}
.AnyTagClassName
{
color: #DC507D;
}
</style>
background-color css
<style>
a { background-color: #DC507D; }
a { background-color: rgb(220,80,125); }
div.DivClassName
{
background-color: #DC507D;
}
.BgClassName
{
background-color: #DC507D;
}
</style>
border-color css
<style>
span { border-color: #DC507D; }
span { border-color: rgb(220,80,125); }
td.TdClassName
{
border-color: #DC507D;
}
.TagClassName
{
border-color: #DC507D;
}
</style>