Shades of Cranberry #DC447C
Tints of Cranberry #DC447C
RGB
CMYK
RGB Variations
Color information
#DC447C (or 0xDC447C) is known color: Cranberry. HEX triplet: DC, 44 and 7C. RGB value is (220,68,124). Sum of RGB (Red+Green+Blue) = 220+68+124=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 68 (26.95% from 255 or 16.50% from 412); Blue value is 124 (48.83% from 255 or 30.10% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DC447C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC447C is #23BB83. Grayscale: #777777. Windows color (decimal): -2341764 or 8144092. OLE color: 8144092.
HSL color Cylindrical-coordinate representation of color #DC447C: hue angle of 337.89º 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 #DC447C is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 68 | 124 | - |
| CMYK | 0 | 0.69 | 0.44 | 0.14 |
| HSL | 337.89º | 0.68% | 0.56% | - |
| HSV(B) | 337.89º | 0.69% | 0.86% | - |
| XYZ | 35.22 | 20.81 | 21.23 | - |
| YUV | 119.83 | 130.36 | 199.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 68 | 124 | 0 | 0.69 | 0.44 | 0.14 | 337.89 | 0.68 | 0.56 |
| Hex | DC | 44 | 7C | 0 | 45 | 2C | E | 152 | 44 | 38 |
| Octal | 334 | 104 | 174 | 0 | 105 | 54 | 16 | 522 | 104 | 70 |
| Binary | 11011100 | 1000100 | 1111100 | 0 | 1000101 | 101100 | 1110 | 101010010 | 1000100 | 111000 |
Color Harmonies of #DC447C
Complementary color
Monochromatic Colors of #DC447C
Black with #DC447C
Text Example
Text Example
White with #DC447C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC447C; }
p { color: rgb(220,68,124); }
H1.HeaderClassName
{
color: #DC447C;
}
.AnyTagClassName
{
color: #DC447C;
}
</style>
background-color css
<style>
a { background-color: #DC447C; }
a { background-color: rgb(220,68,124); }
div.DivClassName
{
background-color: #DC447C;
}
.BgClassName
{
background-color: #DC447C;
}
</style>
border-color css
<style>
span { border-color: #DC447C; }
span { border-color: rgb(220,68,124); }
td.TdClassName
{
border-color: #DC447C;
}
.TagClassName
{
border-color: #DC447C;
}
</style>