Shades of Cranberry #DF3F7A
Tints of Cranberry #DF3F7A
RGB
CMYK
RGB Variations
Color information
#DF3F7A (or 0xDF3F7A) is known color: Cranberry. HEX triplet: DF, 3F and 7A. RGB value is (223,63,122). Sum of RGB (Red+Green+Blue) = 223+63+122=408 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.66% from 408); Green value is 63 (25% from 255 or 15.44% from 408); Blue value is 122 (48.05% from 255 or 29.90% from 408); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3F7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3F7A is #20C085. Grayscale: #757575. Windows color (decimal): -2146438 or 8011743. OLE color: 8011743.
HSL color Cylindrical-coordinate representation of color #DF3F7A: hue angle of 337.88º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DF3F7A is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 63 | 122 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.13 |
| HSL | 337.88º | 0.71% | 0.56% | - |
| HSV(B) | 337.88º | 0.72% | 0.87% | - |
| XYZ | 35.72 | 20.65 | 20.52 | - |
| YUV | 117.57 | 130.51 | 203.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 63 | 122 | 0 | 0.72 | 0.45 | 0.13 | 337.88 | 0.71 | 0.56 |
| Hex | DF | 3F | 7A | 0 | 48 | 2D | D | 152 | 47 | 38 |
| Octal | 337 | 77 | 172 | 0 | 110 | 55 | 15 | 522 | 107 | 70 |
| Binary | 11011111 | 111111 | 1111010 | 0 | 1001000 | 101101 | 1101 | 101010010 | 1000111 | 111000 |
Color Harmonies of #DF3F7A
Complementary color
Monochromatic Colors of #DF3F7A
Black with #DF3F7A
Text Example
Text Example
White with #DF3F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3F7A; }
p { color: rgb(223,63,122); }
H1.HeaderClassName
{
color: #DF3F7A;
}
.AnyTagClassName
{
color: #DF3F7A;
}
</style>
background-color css
<style>
a { background-color: #DF3F7A; }
a { background-color: rgb(223,63,122); }
div.DivClassName
{
background-color: #DF3F7A;
}
.BgClassName
{
background-color: #DF3F7A;
}
</style>
border-color css
<style>
span { border-color: #DF3F7A; }
span { border-color: rgb(223,63,122); }
td.TdClassName
{
border-color: #DF3F7A;
}
.TagClassName
{
border-color: #DF3F7A;
}
</style>