Shades of Cranberry #D94675
Tints of Cranberry #D94675
RGB
CMYK
RGB Variations
Color information
#D94675 (or 0xD94675) is known color: Cranberry. HEX triplet: D9, 46 and 75. RGB value is (217,70,117). Sum of RGB (Red+Green+Blue) = 217+70+117=404 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.71% from 404); Green value is 70 (27.73% from 255 or 17.33% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 217 - color contains mainly: red. Hex color #D94675 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94675 is #26B98A. Grayscale: #777777. Windows color (decimal): -2537867 or 7685849. OLE color: 7685849.
HSL color Cylindrical-coordinate representation of color #D94675: hue angle of 340.82º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D94675 is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 70 | 117 | - |
| CMYK | 0 | 0.68 | 0.46 | 0.15 |
| HSL | 340.82º | 0.66% | 0.56% | - |
| HSV(B) | 340.82º | 0.68% | 0.85% | - |
| XYZ | 34.02 | 20.42 | 18.98 | - |
| YUV | 119.31 | 126.7 | 197.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 70 | 117 | 0 | 0.68 | 0.46 | 0.15 | 340.82 | 0.66 | 0.56 |
| Hex | D9 | 46 | 75 | 0 | 44 | 2E | F | 155 | 42 | 38 |
| Octal | 331 | 106 | 165 | 0 | 104 | 56 | 17 | 525 | 102 | 70 |
| Binary | 11011001 | 1000110 | 1110101 | 0 | 1000100 | 101110 | 1111 | 101010101 | 1000010 | 111000 |
Color Harmonies of #D94675
Complementary color
Monochromatic Colors of #D94675
Black with #D94675
Text Example
Text Example
White with #D94675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94675; }
p { color: rgb(217,70,117); }
H1.HeaderClassName
{
color: #D94675;
}
.AnyTagClassName
{
color: #D94675;
}
</style>
background-color css
<style>
a { background-color: #D94675; }
a { background-color: rgb(217,70,117); }
div.DivClassName
{
background-color: #D94675;
}
.BgClassName
{
background-color: #D94675;
}
</style>
border-color css
<style>
span { border-color: #D94675; }
span { border-color: rgb(217,70,117); }
td.TdClassName
{
border-color: #D94675;
}
.TagClassName
{
border-color: #D94675;
}
</style>