Shades of Cranberry #D94279
Tints of Cranberry #D94279
RGB
CMYK
RGB Variations
Color information
#D94279 (or 0xD94279) is known color: Cranberry. HEX triplet: D9, 42 and 79. RGB value is (217,66,121). Sum of RGB (Red+Green+Blue) = 217+66+121=404 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.71% from 404); Green value is 66 (26.17% from 255 or 16.34% from 404); Blue value is 121 (47.66% from 255 or 29.95% from 404); Max value from RGB is 217 - color contains mainly: red. Hex color #D94279 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94279 is #26BD86. Grayscale: #757575. Windows color (decimal): -2538887 or 7946969. OLE color: 7946969.
HSL color Cylindrical-coordinate representation of color #D94279: hue angle of 338.15º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D94279 is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 66 | 121 | - |
| CMYK | 0 | 0.70 | 0.44 | 0.15 |
| HSL | 338.15º | 0.67% | 0.55% | - |
| HSV(B) | 338.15º | 0.7% | 0.85% | - |
| XYZ | 34.01 | 20.03 | 20.16 | - |
| YUV | 117.42 | 130.03 | 199.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 66 | 121 | 0 | 0.70 | 0.44 | 0.15 | 338.15 | 0.67 | 0.55 |
| Hex | D9 | 42 | 79 | 0 | 46 | 2C | F | 152 | 43 | 37 |
| Octal | 331 | 102 | 171 | 0 | 106 | 54 | 17 | 522 | 103 | 67 |
| Binary | 11011001 | 1000010 | 1111001 | 0 | 1000110 | 101100 | 1111 | 101010010 | 1000011 | 110111 |
Color Harmonies of #D94279
Complementary color
Monochromatic Colors of #D94279
Black with #D94279
Text Example
Text Example
White with #D94279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94279; }
p { color: rgb(217,66,121); }
H1.HeaderClassName
{
color: #D94279;
}
.AnyTagClassName
{
color: #D94279;
}
</style>
background-color css
<style>
a { background-color: #D94279; }
a { background-color: rgb(217,66,121); }
div.DivClassName
{
background-color: #D94279;
}
.BgClassName
{
background-color: #D94279;
}
</style>
border-color css
<style>
span { border-color: #D94279; }
span { border-color: rgb(217,66,121); }
td.TdClassName
{
border-color: #D94279;
}
.TagClassName
{
border-color: #D94279;
}
</style>