Shades of Cranberry #DF3D78
Tints of Cranberry #DF3D78
RGB
CMYK
RGB Variations
Color information
#DF3D78 (or 0xDF3D78) is known color: Cranberry. HEX triplet: DF, 3D and 78. RGB value is (223,61,120). Sum of RGB (Red+Green+Blue) = 223+61+120=404 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.20% from 404); Green value is 61 (24.22% from 255 or 15.10% from 404); Blue value is 120 (47.27% from 255 or 29.70% from 404); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3D78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3D78 is #20C287. Grayscale: #747474. Windows color (decimal): -2146952 or 7880159. OLE color: 7880159.
HSL color Cylindrical-coordinate representation of color #DF3D78: hue angle of 338.15º 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 #DF3D78 is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 61 | 120 | - |
| CMYK | 0 | 0.73 | 0.46 | 0.13 |
| HSL | 338.15º | 0.72% | 0.56% | - |
| HSV(B) | 338.15º | 0.73% | 0.87% | - |
| XYZ | 35.49 | 20.38 | 19.83 | - |
| YUV | 116.16 | 130.17 | 204.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 61 | 120 | 0 | 0.73 | 0.46 | 0.13 | 338.15 | 0.72 | 0.56 |
| Hex | DF | 3D | 78 | 0 | 49 | 2E | D | 152 | 48 | 38 |
| Octal | 337 | 75 | 170 | 0 | 111 | 56 | 15 | 522 | 110 | 70 |
| Binary | 11011111 | 111101 | 1111000 | 0 | 1001001 | 101110 | 1101 | 101010010 | 1001000 | 111000 |
Color Harmonies of #DF3D78
Complementary color
Monochromatic Colors of #DF3D78
Black with #DF3D78
Text Example
Text Example
White with #DF3D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3D78; }
p { color: rgb(223,61,120); }
H1.HeaderClassName
{
color: #DF3D78;
}
.AnyTagClassName
{
color: #DF3D78;
}
</style>
background-color css
<style>
a { background-color: #DF3D78; }
a { background-color: rgb(223,61,120); }
div.DivClassName
{
background-color: #DF3D78;
}
.BgClassName
{
background-color: #DF3D78;
}
</style>
border-color css
<style>
span { border-color: #DF3D78; }
span { border-color: rgb(223,61,120); }
td.TdClassName
{
border-color: #DF3D78;
}
.TagClassName
{
border-color: #DF3D78;
}
</style>