Shades of Cranberry #DC447B
Tints of Cranberry #DC447B
RGB
CMYK
RGB Variations
Color information
#DC447B (or 0xDC447B) is known color: Cranberry. HEX triplet: DC, 44 and 7B. RGB value is (220,68,123). Sum of RGB (Red+Green+Blue) = 220+68+123=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 68 (26.95% from 255 or 16.55% from 411); Blue value is 123 (48.44% from 255 or 29.93% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC447B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC447B is #23BB84. Grayscale: #777777. Windows color (decimal): -2341765 or 8078556. OLE color: 8078556.
HSL color Cylindrical-coordinate representation of color #DC447B: hue angle of 338.29º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC447B is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 68 | 123 | - |
| CMYK | 0 | 0.69 | 0.44 | 0.14 |
| HSL | 338.29º | 0.68% | 0.56% | - |
| HSV(B) | 338.29º | 0.69% | 0.86% | - |
| XYZ | 35.16 | 20.78 | 20.9 | - |
| YUV | 119.72 | 129.86 | 199.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 68 | 123 | 0 | 0.69 | 0.44 | 0.14 | 338.29 | 0.68 | 0.56 |
| Hex | DC | 44 | 7B | 0 | 45 | 2C | E | 152 | 44 | 38 |
| Octal | 334 | 104 | 173 | 0 | 105 | 54 | 16 | 522 | 104 | 70 |
| Binary | 11011100 | 1000100 | 1111011 | 0 | 1000101 | 101100 | 1110 | 101010010 | 1000100 | 111000 |
Color Harmonies of #DC447B
Complementary color
Monochromatic Colors of #DC447B
Black with #DC447B
Text Example
Text Example
White with #DC447B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC447B; }
p { color: rgb(220,68,123); }
H1.HeaderClassName
{
color: #DC447B;
}
.AnyTagClassName
{
color: #DC447B;
}
</style>
background-color css
<style>
a { background-color: #DC447B; }
a { background-color: rgb(220,68,123); }
div.DivClassName
{
background-color: #DC447B;
}
.BgClassName
{
background-color: #DC447B;
}
</style>
border-color css
<style>
span { border-color: #DC447B; }
span { border-color: rgb(220,68,123); }
td.TdClassName
{
border-color: #DC447B;
}
.TagClassName
{
border-color: #DC447B;
}
</style>