Shades of Cranberry #DC4172
Tints of Cranberry #DC4172
RGB
CMYK
RGB Variations
Color information
#DC4172 (or 0xDC4172) is known color: Cranberry. HEX triplet: DC, 41 and 72. RGB value is (220,65,114). Sum of RGB (Red+Green+Blue) = 220+65+114=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 65 (25.78% from 255 or 16.29% from 399); Blue value is 114 (44.92% from 255 or 28.57% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4172 is #23BE8D. Grayscale: #747474. Windows color (decimal): -2342542 or 7487964. OLE color: 7487964.
HSL color Cylindrical-coordinate representation of color #DC4172: hue angle of 341.03º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC4172 is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 65 | 114 | - |
| CMYK | 0 | 0.70 | 0.48 | 0.14 |
| HSL | 341.03º | 0.69% | 0.56% | - |
| HSV(B) | 341.03º | 0.7% | 0.86% | - |
| XYZ | 34.44 | 20.21 | 18.01 | - |
| YUV | 116.93 | 126.35 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 65 | 114 | 0 | 0.70 | 0.48 | 0.14 | 341.03 | 0.69 | 0.56 |
| Hex | DC | 41 | 72 | 0 | 46 | 30 | E | 155 | 45 | 38 |
| Octal | 334 | 101 | 162 | 0 | 106 | 60 | 16 | 525 | 105 | 70 |
| Binary | 11011100 | 1000001 | 1110010 | 0 | 1000110 | 110000 | 1110 | 101010101 | 1000101 | 111000 |
Color Harmonies of #DC4172
Complementary color
Monochromatic Colors of #DC4172
Black with #DC4172
Text Example
Text Example
White with #DC4172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4172; }
p { color: rgb(220,65,114); }
H1.HeaderClassName
{
color: #DC4172;
}
.AnyTagClassName
{
color: #DC4172;
}
</style>
background-color css
<style>
a { background-color: #DC4172; }
a { background-color: rgb(220,65,114); }
div.DivClassName
{
background-color: #DC4172;
}
.BgClassName
{
background-color: #DC4172;
}
</style>
border-color css
<style>
span { border-color: #DC4172; }
span { border-color: rgb(220,65,114); }
td.TdClassName
{
border-color: #DC4172;
}
.TagClassName
{
border-color: #DC4172;
}
</style>