Shades of Cranberry #DC477D
Tints of Cranberry #DC477D
RGB
CMYK
RGB Variations
Color information
#DC477D (or 0xDC477D) is known color: Cranberry. HEX triplet: DC, 47 and 7D. RGB value is (220,71,125). Sum of RGB (Red+Green+Blue) = 220+71+125=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 71 (28.12% from 255 or 17.07% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC477D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC477D is #23B882. Grayscale: #797979. Windows color (decimal): -2340995 or 8210396. OLE color: 8210396.
HSL color Cylindrical-coordinate representation of color #DC477D: hue angle of 338.26º 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 #DC477D is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 71 | 125 | - |
| CMYK | 0 | 0.68 | 0.43 | 0.14 |
| HSL | 338.26º | 0.68% | 0.57% | - |
| HSV(B) | 338.26º | 0.68% | 0.86% | - |
| XYZ | 35.47 | 21.2 | 21.63 | - |
| YUV | 121.71 | 129.86 | 198.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 71 | 125 | 0 | 0.68 | 0.43 | 0.14 | 338.26 | 0.68 | 0.57 |
| Hex | DC | 47 | 7D | 0 | 44 | 2B | E | 152 | 44 | 39 |
| Octal | 334 | 107 | 175 | 0 | 104 | 53 | 16 | 522 | 104 | 71 |
| Binary | 11011100 | 1000111 | 1111101 | 0 | 1000100 | 101011 | 1110 | 101010010 | 1000100 | 111001 |
Color Harmonies of #DC477D
Complementary color
Monochromatic Colors of #DC477D
Black with #DC477D
Text Example
Text Example
White with #DC477D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC477D; }
p { color: rgb(220,71,125); }
H1.HeaderClassName
{
color: #DC477D;
}
.AnyTagClassName
{
color: #DC477D;
}
</style>
background-color css
<style>
a { background-color: #DC477D; }
a { background-color: rgb(220,71,125); }
div.DivClassName
{
background-color: #DC477D;
}
.BgClassName
{
background-color: #DC477D;
}
</style>
border-color css
<style>
span { border-color: #DC477D; }
span { border-color: rgb(220,71,125); }
td.TdClassName
{
border-color: #DC477D;
}
.TagClassName
{
border-color: #DC477D;
}
</style>