Shades of Cranberry #DF4376
Tints of Cranberry #DF4376
RGB
CMYK
RGB Variations
Color information
#DF4376 (or 0xDF4376) is known color: Cranberry. HEX triplet: DF, 43 and 76. RGB value is (223,67,118). Sum of RGB (Red+Green+Blue) = 223+67+118=408 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.66% from 408); Green value is 67 (26.56% from 255 or 16.42% from 408); Blue value is 118 (46.48% from 255 or 28.92% from 408); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4376 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4376 is #20BC89. Grayscale: #777777. Windows color (decimal): -2145418 or 7750623. OLE color: 7750623.
HSL color Cylindrical-coordinate representation of color #DF4376: hue angle of 340.38º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF4376 is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 67 | 118 | - |
| CMYK | 0 | 0.70 | 0.47 | 0.13 |
| HSL | 340.38º | 0.71% | 0.57% | - |
| HSV(B) | 340.38º | 0.7% | 0.87% | - |
| XYZ | 35.71 | 21.01 | 19.31 | - |
| YUV | 119.46 | 127.18 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 67 | 118 | 0 | 0.70 | 0.47 | 0.13 | 340.38 | 0.71 | 0.57 |
| Hex | DF | 43 | 76 | 0 | 46 | 2F | D | 154 | 47 | 39 |
| Octal | 337 | 103 | 166 | 0 | 106 | 57 | 15 | 524 | 107 | 71 |
| Binary | 11011111 | 1000011 | 1110110 | 0 | 1000110 | 101111 | 1101 | 101010100 | 1000111 | 111001 |
Color Harmonies of #DF4376
Complementary color
Monochromatic Colors of #DF4376
Black with #DF4376
Text Example
Text Example
White with #DF4376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4376; }
p { color: rgb(223,67,118); }
H1.HeaderClassName
{
color: #DF4376;
}
.AnyTagClassName
{
color: #DF4376;
}
</style>
background-color css
<style>
a { background-color: #DF4376; }
a { background-color: rgb(223,67,118); }
div.DivClassName
{
background-color: #DF4376;
}
.BgClassName
{
background-color: #DF4376;
}
</style>
border-color css
<style>
span { border-color: #DF4376; }
span { border-color: rgb(223,67,118); }
td.TdClassName
{
border-color: #DF4376;
}
.TagClassName
{
border-color: #DF4376;
}
</style>