Shades of Cranberry #D74873
Tints of Cranberry #D74873
RGB
CMYK
RGB Variations
Color information
#D74873 (or 0xD74873) is known color: Cranberry. HEX triplet: D7, 48 and 73. RGB value is (215,72,115). Sum of RGB (Red+Green+Blue) = 215+72+115=402 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.48% from 402); Green value is 72 (28.52% from 255 or 17.91% from 402); Blue value is 115 (45.31% from 255 or 28.61% from 402); Max value from RGB is 215 - color contains mainly: red. Hex color #D74873 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74873 is #28B78C. Grayscale: #777777. Windows color (decimal): -2668429 or 7555287. OLE color: 7555287.
HSL color Cylindrical-coordinate representation of color #D74873: hue angle of 341.96º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D74873 is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 72 | 115 | - |
| CMYK | 0 | 0.67 | 0.47 | 0.16 |
| HSL | 341.96º | 0.64% | 0.56% | - |
| HSV(B) | 341.96º | 0.67% | 0.84% | - |
| XYZ | 33.44 | 20.32 | 18.38 | - |
| YUV | 119.66 | 125.38 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 72 | 115 | 0 | 0.67 | 0.47 | 0.16 | 341.96 | 0.64 | 0.56 |
| Hex | D7 | 48 | 73 | 0 | 43 | 2F | 10 | 156 | 40 | 38 |
| Octal | 327 | 110 | 163 | 0 | 103 | 57 | 20 | 526 | 100 | 70 |
| Binary | 11010111 | 1001000 | 1110011 | 0 | 1000011 | 101111 | 10000 | 101010110 | 1000000 | 111000 |
Color Harmonies of #D74873
Complementary color
Monochromatic Colors of #D74873
Black with #D74873
Text Example
Text Example
White with #D74873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74873; }
p { color: rgb(215,72,115); }
H1.HeaderClassName
{
color: #D74873;
}
.AnyTagClassName
{
color: #D74873;
}
</style>
background-color css
<style>
a { background-color: #D74873; }
a { background-color: rgb(215,72,115); }
div.DivClassName
{
background-color: #D74873;
}
.BgClassName
{
background-color: #D74873;
}
</style>
border-color css
<style>
span { border-color: #D74873; }
span { border-color: rgb(215,72,115); }
td.TdClassName
{
border-color: #D74873;
}
.TagClassName
{
border-color: #D74873;
}
</style>