Shades of Cranberry #DF4B82
Tints of Cranberry #DF4B82
RGB
CMYK
RGB Variations
Color information
#DF4B82 (or 0xDF4B82) is known color: Cranberry. HEX triplet: DF, 4B and 82. RGB value is (223,75,130). Sum of RGB (Red+Green+Blue) = 223+75+130=428 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.10% from 428); Green value is 75 (29.69% from 255 or 17.52% from 428); Blue value is 130 (51.17% from 255 or 30.37% from 428); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4B82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4B82 is #20B47D. Grayscale: #7D7D7D. Windows color (decimal): -2143358 or 8539103. OLE color: 8539103.
HSL color Cylindrical-coordinate representation of color #DF4B82: hue angle of 337.7º 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 #DF4B82 is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 75 | 130 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.13 |
| HSL | 337.7º | 0.7% | 0.58% | - |
| HSV(B) | 337.7º | 0.66% | 0.87% | - |
| XYZ | 36.98 | 22.33 | 23.48 | - |
| YUV | 125.52 | 130.53 | 197.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 75 | 130 | 0 | 0.66 | 0.42 | 0.13 | 337.7 | 0.7 | 0.58 |
| Hex | DF | 4B | 82 | 0 | 42 | 2A | D | 152 | 46 | 3A |
| Octal | 337 | 113 | 202 | 0 | 102 | 52 | 15 | 522 | 106 | 72 |
| Binary | 11011111 | 1001011 | 10000010 | 0 | 1000010 | 101010 | 1101 | 101010010 | 1000110 | 111010 |
Color Harmonies of #DF4B82
Complementary color
Monochromatic Colors of #DF4B82
Black with #DF4B82
Text Example
Text Example
White with #DF4B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4B82; }
p { color: rgb(223,75,130); }
H1.HeaderClassName
{
color: #DF4B82;
}
.AnyTagClassName
{
color: #DF4B82;
}
</style>
background-color css
<style>
a { background-color: #DF4B82; }
a { background-color: rgb(223,75,130); }
div.DivClassName
{
background-color: #DF4B82;
}
.BgClassName
{
background-color: #DF4B82;
}
</style>
border-color css
<style>
span { border-color: #DF4B82; }
span { border-color: rgb(223,75,130); }
td.TdClassName
{
border-color: #DF4B82;
}
.TagClassName
{
border-color: #DF4B82;
}
</style>