Shades of Cranberry #DC5272
Tints of Cranberry #DC5272
RGB
CMYK
RGB Variations
Color information
#DC5272 (or 0xDC5272) is known color: Cranberry. HEX triplet: DC, 52 and 72. RGB value is (220,82,114). Sum of RGB (Red+Green+Blue) = 220+82+114=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 82 (32.42% from 255 or 19.71% from 416); Blue value is 114 (44.92% from 255 or 27.40% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5272 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5272 is #23AD8D. Grayscale: #7E7E7E. Windows color (decimal): -2338190 or 7492316. OLE color: 7492316.
HSL color Cylindrical-coordinate representation of color #DC5272: hue angle of 346.09º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC5272 is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 114 | - |
| CMYK | 0 | 0.63 | 0.48 | 0.14 |
| HSL | 346.09º | 0.66% | 0.59% | - |
| HSV(B) | 346.09º | 0.63% | 0.86% | - |
| XYZ | 35.57 | 22.47 | 18.38 | - |
| YUV | 126.91 | 120.72 | 194.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 114 | 0 | 0.63 | 0.48 | 0.14 | 346.09 | 0.66 | 0.59 |
| Hex | DC | 52 | 72 | 0 | 3F | 30 | E | 15A | 42 | 3B |
| Octal | 334 | 122 | 162 | 0 | 77 | 60 | 16 | 532 | 102 | 73 |
| Binary | 11011100 | 1010010 | 1110010 | 0 | 111111 | 110000 | 1110 | 101011010 | 1000010 | 111011 |
Color Harmonies of #DC5272
Complementary color
Monochromatic Colors of #DC5272
Black with #DC5272
Text Example
Text Example
White with #DC5272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5272; }
p { color: rgb(220,82,114); }
H1.HeaderClassName
{
color: #DC5272;
}
.AnyTagClassName
{
color: #DC5272;
}
</style>
background-color css
<style>
a { background-color: #DC5272; }
a { background-color: rgb(220,82,114); }
div.DivClassName
{
background-color: #DC5272;
}
.BgClassName
{
background-color: #DC5272;
}
</style>
border-color css
<style>
span { border-color: #DC5272; }
span { border-color: rgb(220,82,114); }
td.TdClassName
{
border-color: #DC5272;
}
.TagClassName
{
border-color: #DC5272;
}
</style>