Shades of Cranberry #DC4B6E
Tints of Cranberry #DC4B6E
RGB
CMYK
RGB Variations
Color information
#DC4B6E (or 0xDC4B6E) is known color: Cranberry. HEX triplet: DC, 4B and 6E. RGB value is (220,75,110). Sum of RGB (Red+Green+Blue) = 220+75+110=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 75 (29.69% from 255 or 18.52% from 405); Blue value is 110 (43.36% from 255 or 27.16% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4B6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4B6E is #23B491. Grayscale: #7A7A7A. Windows color (decimal): -2339986 or 7228380. OLE color: 7228380.
HSL color Cylindrical-coordinate representation of color #DC4B6E: hue angle of 345.52º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DC4B6E is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 75 | 110 | - |
| CMYK | 0 | 0.66 | 0.50 | 0.14 |
| HSL | 345.52º | 0.67% | 0.58% | - |
| HSV(B) | 345.52º | 0.66% | 0.86% | - |
| XYZ | 34.85 | 21.37 | 17.04 | - |
| YUV | 122.35 | 121.04 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 75 | 110 | 0 | 0.66 | 0.50 | 0.14 | 345.52 | 0.67 | 0.58 |
| Hex | DC | 4B | 6E | 0 | 42 | 32 | E | 15A | 43 | 3A |
| Octal | 334 | 113 | 156 | 0 | 102 | 62 | 16 | 532 | 103 | 72 |
| Binary | 11011100 | 1001011 | 1101110 | 0 | 1000010 | 110010 | 1110 | 101011010 | 1000011 | 111010 |
Color Harmonies of #DC4B6E
Complementary color
Monochromatic Colors of #DC4B6E
Black with #DC4B6E
Text Example
Text Example
White with #DC4B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4B6E; }
p { color: rgb(220,75,110); }
H1.HeaderClassName
{
color: #DC4B6E;
}
.AnyTagClassName
{
color: #DC4B6E;
}
</style>
background-color css
<style>
a { background-color: #DC4B6E; }
a { background-color: rgb(220,75,110); }
div.DivClassName
{
background-color: #DC4B6E;
}
.BgClassName
{
background-color: #DC4B6E;
}
</style>
border-color css
<style>
span { border-color: #DC4B6E; }
span { border-color: rgb(220,75,110); }
td.TdClassName
{
border-color: #DC4B6E;
}
.TagClassName
{
border-color: #DC4B6E;
}
</style>