Shades of Cranberry #DF407B
Tints of Cranberry #DF407B
RGB
CMYK
RGB Variations
Color information
#DF407B (or 0xDF407B) is known color: Cranberry. HEX triplet: DF, 40 and 7B. RGB value is (223,64,123). Sum of RGB (Red+Green+Blue) = 223+64+123=410 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.39% from 410); Green value is 64 (25.39% from 255 or 15.61% from 410); Blue value is 123 (48.44% from 255 or 30% from 410); Max value from RGB is 223 - color contains mainly: red. Hex color #DF407B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF407B is #20BF84. Grayscale: #767676. Windows color (decimal): -2146181 or 8077535. OLE color: 8077535.
HSL color Cylindrical-coordinate representation of color #DF407B: hue angle of 337.74º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DF407B is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 64 | 123 | - |
| CMYK | 0 | 0.71 | 0.45 | 0.13 |
| HSL | 337.74º | 0.71% | 0.56% | - |
| HSV(B) | 337.74º | 0.71% | 0.87% | - |
| XYZ | 35.84 | 20.78 | 20.86 | - |
| YUV | 118.27 | 130.68 | 202.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 64 | 123 | 0 | 0.71 | 0.45 | 0.13 | 337.74 | 0.71 | 0.56 |
| Hex | DF | 40 | 7B | 0 | 47 | 2D | D | 152 | 47 | 38 |
| Octal | 337 | 100 | 173 | 0 | 107 | 55 | 15 | 522 | 107 | 70 |
| Binary | 11011111 | 1000000 | 1111011 | 0 | 1000111 | 101101 | 1101 | 101010010 | 1000111 | 111000 |
Color Harmonies of #DF407B
Complementary color
Monochromatic Colors of #DF407B
Black with #DF407B
Text Example
Text Example
White with #DF407B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF407B; }
p { color: rgb(223,64,123); }
H1.HeaderClassName
{
color: #DF407B;
}
.AnyTagClassName
{
color: #DF407B;
}
</style>
background-color css
<style>
a { background-color: #DF407B; }
a { background-color: rgb(223,64,123); }
div.DivClassName
{
background-color: #DF407B;
}
.BgClassName
{
background-color: #DF407B;
}
</style>
border-color css
<style>
span { border-color: #DF407B; }
span { border-color: rgb(223,64,123); }
td.TdClassName
{
border-color: #DF407B;
}
.TagClassName
{
border-color: #DF407B;
}
</style>