Shades of Cranberry #DC4787
Tints of Cranberry #DC4787
RGB
CMYK
RGB Variations
Color information
#DC4787 (or 0xDC4787) is known color: Cranberry. HEX triplet: DC, 47 and 87. RGB value is (220,71,135). Sum of RGB (Red+Green+Blue) = 220+71+135=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 71 (28.12% from 255 or 16.67% from 426); Blue value is 135 (53.12% from 255 or 31.69% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4787 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4787 is #23B878. Grayscale: #7A7A7A. Windows color (decimal): -2340985 or 8865756. OLE color: 8865756.
HSL color Cylindrical-coordinate representation of color #DC4787: hue angle of 334.23º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DC4787 is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 71 | 135 | - |
| CMYK | 0 | 0.68 | 0.39 | 0.14 |
| HSL | 334.23º | 0.68% | 0.57% | - |
| HSV(B) | 334.23º | 0.68% | 0.86% | - |
| XYZ | 36.14 | 21.47 | 25.16 | - |
| YUV | 122.85 | 134.86 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 71 | 135 | 0 | 0.68 | 0.39 | 0.14 | 334.23 | 0.68 | 0.57 |
| Hex | DC | 47 | 87 | 0 | 44 | 27 | E | 14E | 44 | 39 |
| Octal | 334 | 107 | 207 | 0 | 104 | 47 | 16 | 516 | 104 | 71 |
| Binary | 11011100 | 1000111 | 10000111 | 0 | 1000100 | 100111 | 1110 | 101001110 | 1000100 | 111001 |
Color Harmonies of #DC4787
Complementary color
Monochromatic Colors of #DC4787
Black with #DC4787
Text Example
Text Example
White with #DC4787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4787; }
p { color: rgb(220,71,135); }
H1.HeaderClassName
{
color: #DC4787;
}
.AnyTagClassName
{
color: #DC4787;
}
</style>
background-color css
<style>
a { background-color: #DC4787; }
a { background-color: rgb(220,71,135); }
div.DivClassName
{
background-color: #DC4787;
}
.BgClassName
{
background-color: #DC4787;
}
</style>
border-color css
<style>
span { border-color: #DC4787; }
span { border-color: rgb(220,71,135); }
td.TdClassName
{
border-color: #DC4787;
}
.TagClassName
{
border-color: #DC4787;
}
</style>