Shades of Cranberry #DF4B81
Tints of Cranberry #DF4B81
RGB
CMYK
RGB Variations
Color information
#DF4B81 (or 0xDF4B81) is known color: Cranberry. HEX triplet: DF, 4B and 81. RGB value is (223,75,129). Sum of RGB (Red+Green+Blue) = 223+75+129=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 75 (29.69% from 255 or 17.56% from 427); Blue value is 129 (50.78% from 255 or 30.21% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4B81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4B81 is #20B47E. Grayscale: #7D7D7D. Windows color (decimal): -2143359 or 8473567. OLE color: 8473567.
HSL color Cylindrical-coordinate representation of color #DF4B81: hue angle of 338.11º 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 #DF4B81 is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 75 | 129 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.13 |
| HSL | 338.11º | 0.7% | 0.58% | - |
| HSV(B) | 338.11º | 0.66% | 0.87% | - |
| XYZ | 36.91 | 22.31 | 23.13 | - |
| YUV | 125.41 | 130.03 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 75 | 129 | 0 | 0.66 | 0.42 | 0.13 | 338.11 | 0.7 | 0.58 |
| Hex | DF | 4B | 81 | 0 | 42 | 2A | D | 152 | 46 | 3A |
| Octal | 337 | 113 | 201 | 0 | 102 | 52 | 15 | 522 | 106 | 72 |
| Binary | 11011111 | 1001011 | 10000001 | 0 | 1000010 | 101010 | 1101 | 101010010 | 1000110 | 111010 |
Color Harmonies of #DF4B81
Complementary color
Monochromatic Colors of #DF4B81
Black with #DF4B81
Text Example
Text Example
White with #DF4B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4B81; }
p { color: rgb(223,75,129); }
H1.HeaderClassName
{
color: #DF4B81;
}
.AnyTagClassName
{
color: #DF4B81;
}
</style>
background-color css
<style>
a { background-color: #DF4B81; }
a { background-color: rgb(223,75,129); }
div.DivClassName
{
background-color: #DF4B81;
}
.BgClassName
{
background-color: #DF4B81;
}
</style>
border-color css
<style>
span { border-color: #DF4B81; }
span { border-color: rgb(223,75,129); }
td.TdClassName
{
border-color: #DF4B81;
}
.TagClassName
{
border-color: #DF4B81;
}
</style>