Shades of Cranberry #DC447A
Tints of Cranberry #DC447A
RGB
CMYK
RGB Variations
Color information
#DC447A (or 0xDC447A) is known color: Cranberry. HEX triplet: DC, 44 and 7A. RGB value is (220,68,122). Sum of RGB (Red+Green+Blue) = 220+68+122=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 68 (26.95% from 255 or 16.59% from 410); Blue value is 122 (48.05% from 255 or 29.76% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DC447A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC447A is #23BB85. Grayscale: #777777. Windows color (decimal): -2341766 or 8013020. OLE color: 8013020.
HSL color Cylindrical-coordinate representation of color #DC447A: hue angle of 338.68º 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 #DC447A is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 68 | 122 | - |
| CMYK | 0 | 0.69 | 0.45 | 0.14 |
| HSL | 338.68º | 0.68% | 0.56% | - |
| HSV(B) | 338.68º | 0.69% | 0.86% | - |
| XYZ | 35.1 | 20.76 | 20.57 | - |
| YUV | 119.6 | 129.36 | 199.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 68 | 122 | 0 | 0.69 | 0.45 | 0.14 | 338.68 | 0.68 | 0.56 |
| Hex | DC | 44 | 7A | 0 | 45 | 2D | E | 153 | 44 | 38 |
| Octal | 334 | 104 | 172 | 0 | 105 | 55 | 16 | 523 | 104 | 70 |
| Binary | 11011100 | 1000100 | 1111010 | 0 | 1000101 | 101101 | 1110 | 101010011 | 1000100 | 111000 |
Color Harmonies of #DC447A
Complementary color
Monochromatic Colors of #DC447A
Black with #DC447A
Text Example
Text Example
White with #DC447A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC447A; }
p { color: rgb(220,68,122); }
H1.HeaderClassName
{
color: #DC447A;
}
.AnyTagClassName
{
color: #DC447A;
}
</style>
background-color css
<style>
a { background-color: #DC447A; }
a { background-color: rgb(220,68,122); }
div.DivClassName
{
background-color: #DC447A;
}
.BgClassName
{
background-color: #DC447A;
}
</style>
border-color css
<style>
span { border-color: #DC447A; }
span { border-color: rgb(220,68,122); }
td.TdClassName
{
border-color: #DC447A;
}
.TagClassName
{
border-color: #DC447A;
}
</style>