Shades of Cranberry #DC447D
Tints of Cranberry #DC447D
RGB
CMYK
RGB Variations
Color information
#DC447D (or 0xDC447D) is known color: Cranberry. HEX triplet: DC, 44 and 7D. RGB value is (220,68,125). Sum of RGB (Red+Green+Blue) = 220+68+125=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 68 (26.95% from 255 or 16.46% from 413); Blue value is 125 (49.22% from 255 or 30.27% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC447D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC447D is #23BB82. Grayscale: #777777. Windows color (decimal): -2341763 or 8209628. OLE color: 8209628.
HSL color Cylindrical-coordinate representation of color #DC447D: hue angle of 337.5º 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 #DC447D is Cyan = 0, Magento = 0.69, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 68 | 125 | - |
| CMYK | 0 | 0.69 | 0.43 | 0.14 |
| HSL | 337.5º | 0.68% | 0.56% | - |
| HSV(B) | 337.5º | 0.69% | 0.86% | - |
| XYZ | 35.28 | 20.83 | 21.56 | - |
| YUV | 119.95 | 130.86 | 199.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 68 | 125 | 0 | 0.69 | 0.43 | 0.14 | 337.5 | 0.68 | 0.56 |
| Hex | DC | 44 | 7D | 0 | 45 | 2B | E | 152 | 44 | 38 |
| Octal | 334 | 104 | 175 | 0 | 105 | 53 | 16 | 522 | 104 | 70 |
| Binary | 11011100 | 1000100 | 1111101 | 0 | 1000101 | 101011 | 1110 | 101010010 | 1000100 | 111000 |
Color Harmonies of #DC447D
Complementary color
Monochromatic Colors of #DC447D
Black with #DC447D
Text Example
Text Example
White with #DC447D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC447D; }
p { color: rgb(220,68,125); }
H1.HeaderClassName
{
color: #DC447D;
}
.AnyTagClassName
{
color: #DC447D;
}
</style>
background-color css
<style>
a { background-color: #DC447D; }
a { background-color: rgb(220,68,125); }
div.DivClassName
{
background-color: #DC447D;
}
.BgClassName
{
background-color: #DC447D;
}
</style>
border-color css
<style>
span { border-color: #DC447D; }
span { border-color: rgb(220,68,125); }
td.TdClassName
{
border-color: #DC447D;
}
.TagClassName
{
border-color: #DC447D;
}
</style>