Shades of Cranberry #DC4572
Tints of Cranberry #DC4572
RGB
CMYK
RGB Variations
Color information
#DC4572 (or 0xDC4572) is known color: Cranberry. HEX triplet: DC, 45 and 72. RGB value is (220,69,114). Sum of RGB (Red+Green+Blue) = 220+69+114=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 69 (27.34% from 255 or 17.12% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4572 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4572 is #23BA8D. Grayscale: #777777. Windows color (decimal): -2341518 or 7488988. OLE color: 7488988.
HSL color Cylindrical-coordinate representation of color #DC4572: hue angle of 342.12º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC4572 is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 69 | 114 | - |
| CMYK | 0 | 0.69 | 0.48 | 0.14 |
| HSL | 342.12º | 0.68% | 0.57% | - |
| HSV(B) | 342.12º | 0.69% | 0.86% | - |
| XYZ | 34.68 | 20.69 | 18.08 | - |
| YUV | 119.28 | 125.03 | 199.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 69 | 114 | 0 | 0.69 | 0.48 | 0.14 | 342.12 | 0.68 | 0.57 |
| Hex | DC | 45 | 72 | 0 | 45 | 30 | E | 156 | 44 | 39 |
| Octal | 334 | 105 | 162 | 0 | 105 | 60 | 16 | 526 | 104 | 71 |
| Binary | 11011100 | 1000101 | 1110010 | 0 | 1000101 | 110000 | 1110 | 101010110 | 1000100 | 111001 |
Color Harmonies of #DC4572
Complementary color
Monochromatic Colors of #DC4572
Black with #DC4572
Text Example
Text Example
White with #DC4572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4572; }
p { color: rgb(220,69,114); }
H1.HeaderClassName
{
color: #DC4572;
}
.AnyTagClassName
{
color: #DC4572;
}
</style>
background-color css
<style>
a { background-color: #DC4572; }
a { background-color: rgb(220,69,114); }
div.DivClassName
{
background-color: #DC4572;
}
.BgClassName
{
background-color: #DC4572;
}
</style>
border-color css
<style>
span { border-color: #DC4572; }
span { border-color: rgb(220,69,114); }
td.TdClassName
{
border-color: #DC4572;
}
.TagClassName
{
border-color: #DC4572;
}
</style>