Shades of Cranberry #D74172
Tints of Cranberry #D74172
RGB
CMYK
RGB Variations
Color information
#D74172 (or 0xD74172) is known color: Cranberry. HEX triplet: D7, 41 and 72. RGB value is (215,65,114). Sum of RGB (Red+Green+Blue) = 215+65+114=394 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.57% from 394); Green value is 65 (25.78% from 255 or 16.50% from 394); Blue value is 114 (44.92% from 255 or 28.93% from 394); Max value from RGB is 215 - color contains mainly: red. Hex color #D74172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74172 is #28BE8D. Grayscale: #737373. Windows color (decimal): -2670222 or 7487959. OLE color: 7487959.
HSL color Cylindrical-coordinate representation of color #D74172: hue angle of 340.4º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D74172 is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 65 | 114 | - |
| CMYK | 0 | 0.70 | 0.47 | 0.16 |
| HSL | 340.4º | 0.65% | 0.55% | - |
| HSV(B) | 340.4º | 0.7% | 0.84% | - |
| XYZ | 32.95 | 19.44 | 17.94 | - |
| YUV | 115.44 | 127.2 | 199.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 65 | 114 | 0 | 0.70 | 0.47 | 0.16 | 340.4 | 0.65 | 0.55 |
| Hex | D7 | 41 | 72 | 0 | 46 | 2F | 10 | 154 | 41 | 37 |
| Octal | 327 | 101 | 162 | 0 | 106 | 57 | 20 | 524 | 101 | 67 |
| Binary | 11010111 | 1000001 | 1110010 | 0 | 1000110 | 101111 | 10000 | 101010100 | 1000001 | 110111 |
Color Harmonies of #D74172
Complementary color
Monochromatic Colors of #D74172
Black with #D74172
Text Example
Text Example
White with #D74172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74172; }
p { color: rgb(215,65,114); }
H1.HeaderClassName
{
color: #D74172;
}
.AnyTagClassName
{
color: #D74172;
}
</style>
background-color css
<style>
a { background-color: #D74172; }
a { background-color: rgb(215,65,114); }
div.DivClassName
{
background-color: #D74172;
}
.BgClassName
{
background-color: #D74172;
}
</style>
border-color css
<style>
span { border-color: #D74172; }
span { border-color: rgb(215,65,114); }
td.TdClassName
{
border-color: #D74172;
}
.TagClassName
{
border-color: #D74172;
}
</style>