Shades of Cranberry #DF3D77
Tints of Cranberry #DF3D77
RGB
CMYK
RGB Variations
Color information
#DF3D77 (or 0xDF3D77) is known color: Cranberry. HEX triplet: DF, 3D and 77. RGB value is (223,61,119). Sum of RGB (Red+Green+Blue) = 223+61+119=403 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.33% from 403); Green value is 61 (24.22% from 255 or 15.14% from 403); Blue value is 119 (46.88% from 255 or 29.53% from 403); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3D77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3D77 is #20C288. Grayscale: #737373. Windows color (decimal): -2146953 or 7814623. OLE color: 7814623.
HSL color Cylindrical-coordinate representation of color #DF3D77: hue angle of 338.52º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DF3D77 is Cyan = 0, Magento = 0.73, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 61 | 119 | - |
| CMYK | 0 | 0.73 | 0.47 | 0.13 |
| HSL | 338.52º | 0.72% | 0.56% | - |
| HSV(B) | 338.52º | 0.73% | 0.87% | - |
| XYZ | 35.43 | 20.36 | 19.51 | - |
| YUV | 116.05 | 129.67 | 204.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 61 | 119 | 0 | 0.73 | 0.47 | 0.13 | 338.52 | 0.72 | 0.56 |
| Hex | DF | 3D | 77 | 0 | 49 | 2F | D | 153 | 48 | 38 |
| Octal | 337 | 75 | 167 | 0 | 111 | 57 | 15 | 523 | 110 | 70 |
| Binary | 11011111 | 111101 | 1110111 | 0 | 1001001 | 101111 | 1101 | 101010011 | 1001000 | 111000 |
Color Harmonies of #DF3D77
Complementary color
Monochromatic Colors of #DF3D77
Black with #DF3D77
Text Example
Text Example
White with #DF3D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3D77; }
p { color: rgb(223,61,119); }
H1.HeaderClassName
{
color: #DF3D77;
}
.AnyTagClassName
{
color: #DF3D77;
}
</style>
background-color css
<style>
a { background-color: #DF3D77; }
a { background-color: rgb(223,61,119); }
div.DivClassName
{
background-color: #DF3D77;
}
.BgClassName
{
background-color: #DF3D77;
}
</style>
border-color css
<style>
span { border-color: #DF3D77; }
span { border-color: rgb(223,61,119); }
td.TdClassName
{
border-color: #DF3D77;
}
.TagClassName
{
border-color: #DF3D77;
}
</style>