Shades of Cranberry #DF4B7B
Tints of Cranberry #DF4B7B
RGB
CMYK
RGB Variations
Color information
#DF4B7B (or 0xDF4B7B) is known color: Cranberry. HEX triplet: DF, 4B and 7B. RGB value is (223,75,123). Sum of RGB (Red+Green+Blue) = 223+75+123=421 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.97% from 421); Green value is 75 (29.69% from 255 or 17.81% from 421); Blue value is 123 (48.44% from 255 or 29.22% from 421); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4B7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4B7B is #20B484. Grayscale: #7C7C7C. Windows color (decimal): -2143365 or 8080351. OLE color: 8080351.
HSL color Cylindrical-coordinate representation of color #DF4B7B: hue angle of 340.54º 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 #DF4B7B is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 75 | 123 | - |
| CMYK | 0 | 0.66 | 0.45 | 0.13 |
| HSL | 340.54º | 0.7% | 0.58% | - |
| HSV(B) | 340.54º | 0.66% | 0.87% | - |
| XYZ | 36.52 | 22.15 | 21.09 | - |
| YUV | 124.72 | 127.03 | 198.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 75 | 123 | 0 | 0.66 | 0.45 | 0.13 | 340.54 | 0.7 | 0.58 |
| Hex | DF | 4B | 7B | 0 | 42 | 2D | D | 155 | 46 | 3A |
| Octal | 337 | 113 | 173 | 0 | 102 | 55 | 15 | 525 | 106 | 72 |
| Binary | 11011111 | 1001011 | 1111011 | 0 | 1000010 | 101101 | 1101 | 101010101 | 1000110 | 111010 |
Color Harmonies of #DF4B7B
Complementary color
Monochromatic Colors of #DF4B7B
Black with #DF4B7B
Text Example
Text Example
White with #DF4B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4B7B; }
p { color: rgb(223,75,123); }
H1.HeaderClassName
{
color: #DF4B7B;
}
.AnyTagClassName
{
color: #DF4B7B;
}
</style>
background-color css
<style>
a { background-color: #DF4B7B; }
a { background-color: rgb(223,75,123); }
div.DivClassName
{
background-color: #DF4B7B;
}
.BgClassName
{
background-color: #DF4B7B;
}
</style>
border-color css
<style>
span { border-color: #DF4B7B; }
span { border-color: rgb(223,75,123); }
td.TdClassName
{
border-color: #DF4B7B;
}
.TagClassName
{
border-color: #DF4B7B;
}
</style>