Shades of Cranberry #DF4B7A
Tints of Cranberry #DF4B7A
RGB
CMYK
RGB Variations
Color information
#DF4B7A (or 0xDF4B7A) is known color: Cranberry. HEX triplet: DF, 4B and 7A. RGB value is (223,75,122). Sum of RGB (Red+Green+Blue) = 223+75+122=420 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.10% from 420); Green value is 75 (29.69% from 255 or 17.86% from 420); Blue value is 122 (48.05% from 255 or 29.05% from 420); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4B7A is #20B485. Grayscale: #7C7C7C. Windows color (decimal): -2143366 or 8014815. OLE color: 8014815.
HSL color Cylindrical-coordinate representation of color #DF4B7A: hue angle of 340.95º 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 #DF4B7A is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 75 | 122 | - |
| CMYK | 0 | 0.66 | 0.45 | 0.13 |
| HSL | 340.95º | 0.7% | 0.58% | - |
| HSV(B) | 340.95º | 0.66% | 0.87% | - |
| XYZ | 36.46 | 22.13 | 20.76 | - |
| YUV | 124.61 | 126.53 | 198.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 75 | 122 | 0 | 0.66 | 0.45 | 0.13 | 340.95 | 0.7 | 0.58 |
| Hex | DF | 4B | 7A | 0 | 42 | 2D | D | 155 | 46 | 3A |
| Octal | 337 | 113 | 172 | 0 | 102 | 55 | 15 | 525 | 106 | 72 |
| Binary | 11011111 | 1001011 | 1111010 | 0 | 1000010 | 101101 | 1101 | 101010101 | 1000110 | 111010 |
Color Harmonies of #DF4B7A
Complementary color
Monochromatic Colors of #DF4B7A
Black with #DF4B7A
Text Example
Text Example
White with #DF4B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4B7A; }
p { color: rgb(223,75,122); }
H1.HeaderClassName
{
color: #DF4B7A;
}
.AnyTagClassName
{
color: #DF4B7A;
}
</style>
background-color css
<style>
a { background-color: #DF4B7A; }
a { background-color: rgb(223,75,122); }
div.DivClassName
{
background-color: #DF4B7A;
}
.BgClassName
{
background-color: #DF4B7A;
}
</style>
border-color css
<style>
span { border-color: #DF4B7A; }
span { border-color: rgb(223,75,122); }
td.TdClassName
{
border-color: #DF4B7A;
}
.TagClassName
{
border-color: #DF4B7A;
}
</style>