Shades of Cranberry #DC4E6E
Tints of Cranberry #DC4E6E
RGB
CMYK
RGB Variations
Color information
#DC4E6E (or 0xDC4E6E) is known color: Cranberry. HEX triplet: DC, 4E and 6E. RGB value is (220,78,110). Sum of RGB (Red+Green+Blue) = 220+78+110=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 78 (30.86% from 255 or 19.12% from 408); Blue value is 110 (43.36% from 255 or 26.96% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC4E6E is #23B191. Grayscale: #7C7C7C. Windows color (decimal): -2339218 or 7229148. OLE color: 7229148.
HSL color Cylindrical-coordinate representation of color #DC4E6E: hue angle of 346.48º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC4E6E is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 78 | 110 | - |
CMYK | 0 | 0.65 | 0.50 | 0.14 |
HSL | 346.48º | 0.67% | 0.58% | - |
HSV(B) | 346.48º | 0.65% | 0.86% | - |
XYZ | 35.05 | 21.79 | 17.11 | - |
YUV | 124.11 | 120.04 | 196.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 78 | 110 | 0 | 0.65 | 0.50 | 0.14 | 346.48 | 0.67 | 0.58 |
Hex | DC | 4E | 6E | 0 | 41 | 32 | E | 15A | 43 | 3A |
Octal | 334 | 116 | 156 | 0 | 101 | 62 | 16 | 532 | 103 | 72 |
Binary | 11011100 | 1001110 | 1101110 | 0 | 1000001 | 110010 | 1110 | 101011010 | 1000011 | 111010 |
Color Harmonies of #DC4E6E
Complementary color
Monochromatic Colors of #DC4E6E
Black with #DC4E6E
Text Example
Text Example
White with #DC4E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4E6E; }
p { color: rgb(220,78,110); }
H1.HeaderClassName
{
color: #DC4E6E;
}
.AnyTagClassName
{
color: #DC4E6E;
}
</style>
background-color css
<style>
a { background-color: #DC4E6E; }
a { background-color: rgb(220,78,110); }
div.DivClassName
{
background-color: #DC4E6E;
}
.BgClassName
{
background-color: #DC4E6E;
}
</style>
border-color css
<style>
span { border-color: #DC4E6E; }
span { border-color: rgb(220,78,110); }
td.TdClassName
{
border-color: #DC4E6E;
}
.TagClassName
{
border-color: #DC4E6E;
}
</style>