Shades of Cranberry #DF4B6E
Tints of Cranberry #DF4B6E
RGB
CMYK
RGB Variations
Color information
#DF4B6E (or 0xDF4B6E) is known color: Cranberry. HEX triplet: DF, 4B and 6E. RGB value is (223,75,110). Sum of RGB (Red+Green+Blue) = 223+75+110=408 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.66% from 408); Green value is 75 (29.69% from 255 or 18.38% from 408); Blue value is 110 (43.36% from 255 or 26.96% from 408); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4B6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4B6E is #20B491. Grayscale: #7B7B7B. Windows color (decimal): -2143378 or 7228383. OLE color: 7228383.
HSL color Cylindrical-coordinate representation of color #DF4B6E: hue angle of 345.81º 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 #DF4B6E is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 75 | 110 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.13 |
| HSL | 345.81º | 0.7% | 0.58% | - |
| HSV(B) | 345.81º | 0.66% | 0.87% | - |
| XYZ | 35.76 | 21.85 | 17.08 | - |
| YUV | 123.24 | 120.53 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 75 | 110 | 0 | 0.66 | 0.51 | 0.13 | 345.81 | 0.7 | 0.58 |
| Hex | DF | 4B | 6E | 0 | 42 | 33 | D | 15A | 46 | 3A |
| Octal | 337 | 113 | 156 | 0 | 102 | 63 | 15 | 532 | 106 | 72 |
| Binary | 11011111 | 1001011 | 1101110 | 0 | 1000010 | 110011 | 1101 | 101011010 | 1000110 | 111010 |
Color Harmonies of #DF4B6E
Complementary color
Monochromatic Colors of #DF4B6E
Black with #DF4B6E
Text Example
Text Example
White with #DF4B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4B6E; }
p { color: rgb(223,75,110); }
H1.HeaderClassName
{
color: #DF4B6E;
}
.AnyTagClassName
{
color: #DF4B6E;
}
</style>
background-color css
<style>
a { background-color: #DF4B6E; }
a { background-color: rgb(223,75,110); }
div.DivClassName
{
background-color: #DF4B6E;
}
.BgClassName
{
background-color: #DF4B6E;
}
</style>
border-color css
<style>
span { border-color: #DF4B6E; }
span { border-color: rgb(223,75,110); }
td.TdClassName
{
border-color: #DF4B6E;
}
.TagClassName
{
border-color: #DF4B6E;
}
</style>