Shades of Cranberry #DF4B6D
Tints of Cranberry #DF4B6D
RGB
CMYK
RGB Variations
Color information
#DF4B6D (or 0xDF4B6D) is known color: Cranberry. HEX triplet: DF, 4B and 6D. RGB value is (223,75,109). Sum of RGB (Red+Green+Blue) = 223+75+109=407 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.79% from 407); Green value is 75 (29.69% from 255 or 18.43% from 407); Blue value is 109 (42.97% from 255 or 26.78% from 407); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4B6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4B6D is #20B492. Grayscale: #7B7B7B. Windows color (decimal): -2143379 or 7162847. OLE color: 7162847.
HSL color Cylindrical-coordinate representation of color #DF4B6D: hue angle of 346.22º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DF4B6D is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 75 | 109 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.13 |
| HSL | 346.22º | 0.7% | 0.58% | - |
| HSV(B) | 346.22º | 0.66% | 0.87% | - |
| XYZ | 35.71 | 21.82 | 16.8 | - |
| YUV | 123.13 | 120.03 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 75 | 109 | 0 | 0.66 | 0.51 | 0.13 | 346.22 | 0.7 | 0.58 |
| Hex | DF | 4B | 6D | 0 | 42 | 33 | D | 15A | 46 | 3A |
| Octal | 337 | 113 | 155 | 0 | 102 | 63 | 15 | 532 | 106 | 72 |
| Binary | 11011111 | 1001011 | 1101101 | 0 | 1000010 | 110011 | 1101 | 101011010 | 1000110 | 111010 |
Color Harmonies of #DF4B6D
Complementary color
Monochromatic Colors of #DF4B6D
Black with #DF4B6D
Text Example
Text Example
White with #DF4B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4B6D; }
p { color: rgb(223,75,109); }
H1.HeaderClassName
{
color: #DF4B6D;
}
.AnyTagClassName
{
color: #DF4B6D;
}
</style>
background-color css
<style>
a { background-color: #DF4B6D; }
a { background-color: rgb(223,75,109); }
div.DivClassName
{
background-color: #DF4B6D;
}
.BgClassName
{
background-color: #DF4B6D;
}
</style>
border-color css
<style>
span { border-color: #DF4B6D; }
span { border-color: rgb(223,75,109); }
td.TdClassName
{
border-color: #DF4B6D;
}
.TagClassName
{
border-color: #DF4B6D;
}
</style>