Shades of Cranberry #DC4F6D
Tints of Cranberry #DC4F6D
RGB
CMYK
RGB Variations
Color information
#DC4F6D (or 0xDC4F6D) is known color: Cranberry. HEX triplet: DC, 4F and 6D. RGB value is (220,79,109). Sum of RGB (Red+Green+Blue) = 220+79+109=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 79 (31.25% from 255 or 19.36% from 408); Blue value is 109 (42.97% from 255 or 26.72% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4F6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC4F6D is #23B092. Grayscale: #7C7C7C. Windows color (decimal): -2338963 or 7163868. OLE color: 7163868.
HSL color Cylindrical-coordinate representation of color #DC4F6D: hue angle of 347.23º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC4F6D is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 79 | 109 | - |
| CMYK | 0 | 0.64 | 0.50 | 0.14 |
| HSL | 347.23º | 0.67% | 0.59% | - |
| HSV(B) | 347.23º | 0.64% | 0.86% | - |
| XYZ | 35.07 | 21.91 | 16.85 | - |
| YUV | 124.58 | 119.21 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 79 | 109 | 0 | 0.64 | 0.50 | 0.14 | 347.23 | 0.67 | 0.59 |
| Hex | DC | 4F | 6D | 0 | 40 | 32 | E | 15B | 43 | 3B |
| Octal | 334 | 117 | 155 | 0 | 100 | 62 | 16 | 533 | 103 | 73 |
| Binary | 11011100 | 1001111 | 1101101 | 0 | 1000000 | 110010 | 1110 | 101011011 | 1000011 | 111011 |
Color Harmonies of #DC4F6D
Complementary color
Monochromatic Colors of #DC4F6D
Black with #DC4F6D
Text Example
Text Example
White with #DC4F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4F6D; }
p { color: rgb(220,79,109); }
H1.HeaderClassName
{
color: #DC4F6D;
}
.AnyTagClassName
{
color: #DC4F6D;
}
</style>
background-color css
<style>
a { background-color: #DC4F6D; }
a { background-color: rgb(220,79,109); }
div.DivClassName
{
background-color: #DC4F6D;
}
.BgClassName
{
background-color: #DC4F6D;
}
</style>
border-color css
<style>
span { border-color: #DC4F6D; }
span { border-color: rgb(220,79,109); }
td.TdClassName
{
border-color: #DC4F6D;
}
.TagClassName
{
border-color: #DC4F6D;
}
</style>