Shades of Cranberry #DC4886
Tints of Cranberry #DC4886
RGB
CMYK
RGB Variations
Color information
#DC4886 (or 0xDC4886) is known color: Cranberry. HEX triplet: DC, 48 and 86. RGB value is (220,72,134). Sum of RGB (Red+Green+Blue) = 220+72+134=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 72 (28.52% from 255 or 16.90% from 426); Blue value is 134 (52.73% from 255 or 31.46% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4886 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4886 is #23B779. Grayscale: #7B7B7B. Windows color (decimal): -2340730 or 8800476. OLE color: 8800476.
HSL color Cylindrical-coordinate representation of color #DC4886: hue angle of 334.86º 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 #DC4886 is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 72 | 134 | - |
| CMYK | 0 | 0.67 | 0.39 | 0.14 |
| HSL | 334.86º | 0.68% | 0.57% | - |
| HSV(B) | 334.86º | 0.67% | 0.86% | - |
| XYZ | 36.14 | 21.57 | 24.81 | - |
| YUV | 123.32 | 134.03 | 196.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 72 | 134 | 0 | 0.67 | 0.39 | 0.14 | 334.86 | 0.68 | 0.57 |
| Hex | DC | 48 | 86 | 0 | 43 | 27 | E | 14F | 44 | 39 |
| Octal | 334 | 110 | 206 | 0 | 103 | 47 | 16 | 517 | 104 | 71 |
| Binary | 11011100 | 1001000 | 10000110 | 0 | 1000011 | 100111 | 1110 | 101001111 | 1000100 | 111001 |
Color Harmonies of #DC4886
Complementary color
Monochromatic Colors of #DC4886
Black with #DC4886
Text Example
Text Example
White with #DC4886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4886; }
p { color: rgb(220,72,134); }
H1.HeaderClassName
{
color: #DC4886;
}
.AnyTagClassName
{
color: #DC4886;
}
</style>
background-color css
<style>
a { background-color: #DC4886; }
a { background-color: rgb(220,72,134); }
div.DivClassName
{
background-color: #DC4886;
}
.BgClassName
{
background-color: #DC4886;
}
</style>
border-color css
<style>
span { border-color: #DC4886; }
span { border-color: rgb(220,72,134); }
td.TdClassName
{
border-color: #DC4886;
}
.TagClassName
{
border-color: #DC4886;
}
</style>