Shades of Cranberry #DC4B6B
Tints of Cranberry #DC4B6B
RGB
CMYK
RGB Variations
Color information
#DC4B6B (or 0xDC4B6B) is known color: Cranberry. HEX triplet: DC, 4B and 6B. RGB value is (220,75,107). Sum of RGB (Red+Green+Blue) = 220+75+107=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 75 (29.69% from 255 or 18.66% from 402); Blue value is 107 (42.19% from 255 or 26.62% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4B6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4B6B is #23B494. Grayscale: #7A7A7A. Windows color (decimal): -2339989 or 7031772. OLE color: 7031772.
HSL color Cylindrical-coordinate representation of color #DC4B6B: hue angle of 346.76º 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 #DC4B6B is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 75 | 107 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.14 |
| HSL | 346.76º | 0.67% | 0.58% | - |
| HSV(B) | 346.76º | 0.66% | 0.86% | - |
| XYZ | 34.69 | 21.31 | 16.19 | - |
| YUV | 122 | 119.54 | 197.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 75 | 107 | 0 | 0.66 | 0.51 | 0.14 | 346.76 | 0.67 | 0.58 |
| Hex | DC | 4B | 6B | 0 | 42 | 33 | E | 15B | 43 | 3A |
| Octal | 334 | 113 | 153 | 0 | 102 | 63 | 16 | 533 | 103 | 72 |
| Binary | 11011100 | 1001011 | 1101011 | 0 | 1000010 | 110011 | 1110 | 101011011 | 1000011 | 111010 |
Color Harmonies of #DC4B6B
Complementary color
Monochromatic Colors of #DC4B6B
Black with #DC4B6B
Text Example
Text Example
White with #DC4B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4B6B; }
p { color: rgb(220,75,107); }
H1.HeaderClassName
{
color: #DC4B6B;
}
.AnyTagClassName
{
color: #DC4B6B;
}
</style>
background-color css
<style>
a { background-color: #DC4B6B; }
a { background-color: rgb(220,75,107); }
div.DivClassName
{
background-color: #DC4B6B;
}
.BgClassName
{
background-color: #DC4B6B;
}
</style>
border-color css
<style>
span { border-color: #DC4B6B; }
span { border-color: rgb(220,75,107); }
td.TdClassName
{
border-color: #DC4B6B;
}
.TagClassName
{
border-color: #DC4B6B;
}
</style>