Shades of Cranberry #D74475
Tints of Cranberry #D74475
RGB
CMYK
RGB Variations
Color information
#D74475 (or 0xD74475) is known color: Cranberry. HEX triplet: D7, 44 and 75. RGB value is (215,68,117). Sum of RGB (Red+Green+Blue) = 215+68+117=400 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.75% from 400); Green value is 68 (26.95% from 255 or 17% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 215 - color contains mainly: red. Hex color #D74475 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74475 is #28BB8A. Grayscale: #757575. Windows color (decimal): -2669451 or 7685335. OLE color: 7685335.
HSL color Cylindrical-coordinate representation of color #D74475: hue angle of 340º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D74475 is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 68 | 117 | - |
| CMYK | 0 | 0.68 | 0.46 | 0.16 |
| HSL | 340º | 0.65% | 0.55% | - |
| HSV(B) | 340º | 0.68% | 0.84% | - |
| XYZ | 33.3 | 19.87 | 18.91 | - |
| YUV | 117.54 | 127.7 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 68 | 117 | 0 | 0.68 | 0.46 | 0.16 | 340 | 0.65 | 0.55 |
| Hex | D7 | 44 | 75 | 0 | 44 | 2E | 10 | 154 | 41 | 37 |
| Octal | 327 | 104 | 165 | 0 | 104 | 56 | 20 | 524 | 101 | 67 |
| Binary | 11010111 | 1000100 | 1110101 | 0 | 1000100 | 101110 | 10000 | 101010100 | 1000001 | 110111 |
Color Harmonies of #D74475
Complementary color
Monochromatic Colors of #D74475
Black with #D74475
Text Example
Text Example
White with #D74475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74475; }
p { color: rgb(215,68,117); }
H1.HeaderClassName
{
color: #D74475;
}
.AnyTagClassName
{
color: #D74475;
}
</style>
background-color css
<style>
a { background-color: #D74475; }
a { background-color: rgb(215,68,117); }
div.DivClassName
{
background-color: #D74475;
}
.BgClassName
{
background-color: #D74475;
}
</style>
border-color css
<style>
span { border-color: #D74475; }
span { border-color: rgb(215,68,117); }
td.TdClassName
{
border-color: #D74475;
}
.TagClassName
{
border-color: #D74475;
}
</style>