Shades of Cranberry #DF3E7B
Tints of Cranberry #DF3E7B
RGB
CMYK
RGB Variations
Color information
#DF3E7B (or 0xDF3E7B) is known color: Cranberry. HEX triplet: DF, 3E and 7B. RGB value is (223,62,123). Sum of RGB (Red+Green+Blue) = 223+62+123=408 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.66% from 408); Green value is 62 (24.61% from 255 or 15.20% from 408); Blue value is 123 (48.44% from 255 or 30.15% from 408); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3E7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3E7B is #20C184. Grayscale: #757575. Windows color (decimal): -2146693 or 8077023. OLE color: 8077023.
HSL color Cylindrical-coordinate representation of color #DF3E7B: hue angle of 337.27º degrees, saturation: 0.72, 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 #DF3E7B is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 62 | 123 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.13 |
| HSL | 337.27º | 0.72% | 0.56% | - |
| HSV(B) | 337.27º | 0.72% | 0.87% | - |
| XYZ | 35.73 | 20.56 | 20.82 | - |
| YUV | 117.09 | 131.34 | 203.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 62 | 123 | 0 | 0.72 | 0.45 | 0.13 | 337.27 | 0.72 | 0.56 |
| Hex | DF | 3E | 7B | 0 | 48 | 2D | D | 151 | 48 | 38 |
| Octal | 337 | 76 | 173 | 0 | 110 | 55 | 15 | 521 | 110 | 70 |
| Binary | 11011111 | 111110 | 1111011 | 0 | 1001000 | 101101 | 1101 | 101010001 | 1001000 | 111000 |
Color Harmonies of #DF3E7B
Complementary color
Monochromatic Colors of #DF3E7B
Black with #DF3E7B
Text Example
Text Example
White with #DF3E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3E7B; }
p { color: rgb(223,62,123); }
H1.HeaderClassName
{
color: #DF3E7B;
}
.AnyTagClassName
{
color: #DF3E7B;
}
</style>
background-color css
<style>
a { background-color: #DF3E7B; }
a { background-color: rgb(223,62,123); }
div.DivClassName
{
background-color: #DF3E7B;
}
.BgClassName
{
background-color: #DF3E7B;
}
</style>
border-color css
<style>
span { border-color: #DF3E7B; }
span { border-color: rgb(223,62,123); }
td.TdClassName
{
border-color: #DF3E7B;
}
.TagClassName
{
border-color: #DF3E7B;
}
</style>