Shades of Cranberry #DF427A
Tints of Cranberry #DF427A
RGB
CMYK
RGB Variations
Color information
#DF427A (or 0xDF427A) is known color: Cranberry. HEX triplet: DF, 42 and 7A. RGB value is (223,66,122). Sum of RGB (Red+Green+Blue) = 223+66+122=411 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.26% from 411); Green value is 66 (26.17% from 255 or 16.06% from 411); Blue value is 122 (48.05% from 255 or 29.68% from 411); Max value from RGB is 223 - color contains mainly: red. Hex color #DF427A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF427A is #20BD85. Grayscale: #777777. Windows color (decimal): -2145670 or 8012511. OLE color: 8012511.
HSL color Cylindrical-coordinate representation of color #DF427A: hue angle of 338.6º 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 #DF427A is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 66 | 122 | - |
| CMYK | 0 | 0.70 | 0.45 | 0.13 |
| HSL | 338.6º | 0.71% | 0.57% | - |
| HSV(B) | 338.6º | 0.7% | 0.87% | - |
| XYZ | 35.89 | 20.99 | 20.57 | - |
| YUV | 119.33 | 129.51 | 201.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 66 | 122 | 0 | 0.70 | 0.45 | 0.13 | 338.6 | 0.71 | 0.57 |
| Hex | DF | 42 | 7A | 0 | 46 | 2D | D | 153 | 47 | 39 |
| Octal | 337 | 102 | 172 | 0 | 106 | 55 | 15 | 523 | 107 | 71 |
| Binary | 11011111 | 1000010 | 1111010 | 0 | 1000110 | 101101 | 1101 | 101010011 | 1000111 | 111001 |
Color Harmonies of #DF427A
Complementary color
Monochromatic Colors of #DF427A
Black with #DF427A
Text Example
Text Example
White with #DF427A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF427A; }
p { color: rgb(223,66,122); }
H1.HeaderClassName
{
color: #DF427A;
}
.AnyTagClassName
{
color: #DF427A;
}
</style>
background-color css
<style>
a { background-color: #DF427A; }
a { background-color: rgb(223,66,122); }
div.DivClassName
{
background-color: #DF427A;
}
.BgClassName
{
background-color: #DF427A;
}
</style>
border-color css
<style>
span { border-color: #DF427A; }
span { border-color: rgb(223,66,122); }
td.TdClassName
{
border-color: #DF427A;
}
.TagClassName
{
border-color: #DF427A;
}
</style>