Shades of Cranberry #D94873
Tints of Cranberry #D94873
RGB
CMYK
RGB Variations
Color information
#D94873 (or 0xD94873) is known color: Cranberry. HEX triplet: D9, 48 and 73. RGB value is (217,72,115). Sum of RGB (Red+Green+Blue) = 217+72+115=404 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.71% from 404); Green value is 72 (28.52% from 255 or 17.82% from 404); Blue value is 115 (45.31% from 255 or 28.47% from 404); Max value from RGB is 217 - color contains mainly: red. Hex color #D94873 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94873 is #26B78C. Grayscale: #787878. Windows color (decimal): -2537357 or 7555289. OLE color: 7555289.
HSL color Cylindrical-coordinate representation of color #D94873: hue angle of 342.21º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D94873 is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 72 | 115 | - |
| CMYK | 0 | 0.67 | 0.47 | 0.15 |
| HSL | 342.21º | 0.66% | 0.57% | - |
| HSV(B) | 342.21º | 0.67% | 0.85% | - |
| XYZ | 34.03 | 20.62 | 18.41 | - |
| YUV | 120.26 | 125.04 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 72 | 115 | 0 | 0.67 | 0.47 | 0.15 | 342.21 | 0.66 | 0.57 |
| Hex | D9 | 48 | 73 | 0 | 43 | 2F | F | 156 | 42 | 39 |
| Octal | 331 | 110 | 163 | 0 | 103 | 57 | 17 | 526 | 102 | 71 |
| Binary | 11011001 | 1001000 | 1110011 | 0 | 1000011 | 101111 | 1111 | 101010110 | 1000010 | 111001 |
Color Harmonies of #D94873
Complementary color
Monochromatic Colors of #D94873
Black with #D94873
Text Example
Text Example
White with #D94873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94873; }
p { color: rgb(217,72,115); }
H1.HeaderClassName
{
color: #D94873;
}
.AnyTagClassName
{
color: #D94873;
}
</style>
background-color css
<style>
a { background-color: #D94873; }
a { background-color: rgb(217,72,115); }
div.DivClassName
{
background-color: #D94873;
}
.BgClassName
{
background-color: #D94873;
}
</style>
border-color css
<style>
span { border-color: #D94873; }
span { border-color: rgb(217,72,115); }
td.TdClassName
{
border-color: #D94873;
}
.TagClassName
{
border-color: #D94873;
}
</style>