Shades of Cranberry #DC4988
Tints of Cranberry #DC4988
RGB
CMYK
RGB Variations
Color information
#DC4988 (or 0xDC4988) is known color: Cranberry. HEX triplet: DC, 49 and 88. RGB value is (220,73,136). Sum of RGB (Red+Green+Blue) = 220+73+136=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 73 (28.91% from 255 or 17.02% from 429); Blue value is 136 (53.52% from 255 or 31.70% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4988 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4988 is #23B677. Grayscale: #7C7C7C. Windows color (decimal): -2340472 or 8931804. OLE color: 8931804.
HSL color Cylindrical-coordinate representation of color #DC4988: hue angle of 334.29º 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 #DC4988 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 73 | 136 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.14 |
| HSL | 334.29º | 0.68% | 0.57% | - |
| HSV(B) | 334.29º | 0.67% | 0.86% | - |
| XYZ | 36.34 | 21.76 | 25.58 | - |
| YUV | 124.14 | 134.7 | 196.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 73 | 136 | 0 | 0.67 | 0.38 | 0.14 | 334.29 | 0.68 | 0.57 |
| Hex | DC | 49 | 88 | 0 | 43 | 26 | E | 14E | 44 | 39 |
| Octal | 334 | 111 | 210 | 0 | 103 | 46 | 16 | 516 | 104 | 71 |
| Binary | 11011100 | 1001001 | 10001000 | 0 | 1000011 | 100110 | 1110 | 101001110 | 1000100 | 111001 |
Color Harmonies of #DC4988
Complementary color
Monochromatic Colors of #DC4988
Black with #DC4988
Text Example
Text Example
White with #DC4988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4988; }
p { color: rgb(220,73,136); }
H1.HeaderClassName
{
color: #DC4988;
}
.AnyTagClassName
{
color: #DC4988;
}
</style>
background-color css
<style>
a { background-color: #DC4988; }
a { background-color: rgb(220,73,136); }
div.DivClassName
{
background-color: #DC4988;
}
.BgClassName
{
background-color: #DC4988;
}
</style>
border-color css
<style>
span { border-color: #DC4988; }
span { border-color: rgb(220,73,136); }
td.TdClassName
{
border-color: #DC4988;
}
.TagClassName
{
border-color: #DC4988;
}
</style>