Shades of Cranberry #DC486A
Tints of Cranberry #DC486A
RGB
CMYK
RGB Variations
Color information
#DC486A (or 0xDC486A) is known color: Cranberry. HEX triplet: DC, 48 and 6A. RGB value is (220,72,106). Sum of RGB (Red+Green+Blue) = 220+72+106=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 72 (28.52% from 255 or 18.09% from 398); Blue value is 106 (41.80% from 255 or 26.63% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DC486A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC486A is #23B795. Grayscale: #787878. Windows color (decimal): -2340758 or 6965468. OLE color: 6965468.
HSL color Cylindrical-coordinate representation of color #DC486A: hue angle of 346.22º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DC486A is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 72 | 106 | - |
| CMYK | 0 | 0.67 | 0.52 | 0.14 |
| HSL | 346.22º | 0.68% | 0.57% | - |
| HSV(B) | 346.22º | 0.67% | 0.86% | - |
| XYZ | 34.43 | 20.89 | 15.85 | - |
| YUV | 120.13 | 120.03 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 72 | 106 | 0 | 0.67 | 0.52 | 0.14 | 346.22 | 0.68 | 0.57 |
| Hex | DC | 48 | 6A | 0 | 43 | 34 | E | 15A | 44 | 39 |
| Octal | 334 | 110 | 152 | 0 | 103 | 64 | 16 | 532 | 104 | 71 |
| Binary | 11011100 | 1001000 | 1101010 | 0 | 1000011 | 110100 | 1110 | 101011010 | 1000100 | 111001 |
Color Harmonies of #DC486A
Complementary color
Monochromatic Colors of #DC486A
Black with #DC486A
Text Example
Text Example
White with #DC486A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC486A; }
p { color: rgb(220,72,106); }
H1.HeaderClassName
{
color: #DC486A;
}
.AnyTagClassName
{
color: #DC486A;
}
</style>
background-color css
<style>
a { background-color: #DC486A; }
a { background-color: rgb(220,72,106); }
div.DivClassName
{
background-color: #DC486A;
}
.BgClassName
{
background-color: #DC486A;
}
</style>
border-color css
<style>
span { border-color: #DC486A; }
span { border-color: rgb(220,72,106); }
td.TdClassName
{
border-color: #DC486A;
}
.TagClassName
{
border-color: #DC486A;
}
</style>