Shades of Cranberry #DC4B86
Tints of Cranberry #DC4B86
RGB
CMYK
RGB Variations
Color information
#DC4B86 (or 0xDC4B86) is known color: Cranberry. HEX triplet: DC, 4B and 86. RGB value is (220,75,134). Sum of RGB (Red+Green+Blue) = 220+75+134=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 75 (29.69% from 255 or 17.48% from 429); Blue value is 134 (52.73% from 255 or 31.24% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4B86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4B86 is #23B479. Grayscale: #7C7C7C. Windows color (decimal): -2339962 or 8801244. OLE color: 8801244.
HSL color Cylindrical-coordinate representation of color #DC4B86: hue angle of 335.59º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DC4B86 is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 75 | 134 | - |
| CMYK | 0 | 0.66 | 0.39 | 0.14 |
| HSL | 335.59º | 0.67% | 0.58% | - |
| HSV(B) | 335.59º | 0.66% | 0.86% | - |
| XYZ | 36.33 | 21.97 | 24.88 | - |
| YUV | 125.08 | 133.04 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 75 | 134 | 0 | 0.66 | 0.39 | 0.14 | 335.59 | 0.67 | 0.58 |
| Hex | DC | 4B | 86 | 0 | 42 | 27 | E | 150 | 43 | 3A |
| Octal | 334 | 113 | 206 | 0 | 102 | 47 | 16 | 520 | 103 | 72 |
| Binary | 11011100 | 1001011 | 10000110 | 0 | 1000010 | 100111 | 1110 | 101010000 | 1000011 | 111010 |
Color Harmonies of #DC4B86
Complementary color
Monochromatic Colors of #DC4B86
Black with #DC4B86
Text Example
Text Example
White with #DC4B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4B86; }
p { color: rgb(220,75,134); }
H1.HeaderClassName
{
color: #DC4B86;
}
.AnyTagClassName
{
color: #DC4B86;
}
</style>
background-color css
<style>
a { background-color: #DC4B86; }
a { background-color: rgb(220,75,134); }
div.DivClassName
{
background-color: #DC4B86;
}
.BgClassName
{
background-color: #DC4B86;
}
</style>
border-color css
<style>
span { border-color: #DC4B86; }
span { border-color: rgb(220,75,134); }
td.TdClassName
{
border-color: #DC4B86;
}
.TagClassName
{
border-color: #DC4B86;
}
</style>