Shades of Cranberry #D94075
Tints of Cranberry #D94075
RGB
CMYK
RGB Variations
Color information
#D94075 (or 0xD94075) is known color: Cranberry. HEX triplet: D9, 40 and 75. RGB value is (217,64,117). Sum of RGB (Red+Green+Blue) = 217+64+117=398 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.52% from 398); Green value is 64 (25.39% from 255 or 16.08% from 398); Blue value is 117 (46.09% from 255 or 29.40% from 398); Max value from RGB is 217 - color contains mainly: red. Hex color #D94075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94075 is #26BF8A. Grayscale: #737373. Windows color (decimal): -2539403 or 7684313. OLE color: 7684313.
HSL color Cylindrical-coordinate representation of color #D94075: hue angle of 339.22º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D94075 is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 64 | 117 | - |
| CMYK | 0 | 0.71 | 0.46 | 0.15 |
| HSL | 339.22º | 0.67% | 0.55% | - |
| HSV(B) | 339.22º | 0.71% | 0.85% | - |
| XYZ | 33.66 | 19.7 | 18.86 | - |
| YUV | 115.79 | 128.69 | 200.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 64 | 117 | 0 | 0.71 | 0.46 | 0.15 | 339.22 | 0.67 | 0.55 |
| Hex | D9 | 40 | 75 | 0 | 47 | 2E | F | 153 | 43 | 37 |
| Octal | 331 | 100 | 165 | 0 | 107 | 56 | 17 | 523 | 103 | 67 |
| Binary | 11011001 | 1000000 | 1110101 | 0 | 1000111 | 101110 | 1111 | 101010011 | 1000011 | 110111 |
Color Harmonies of #D94075
Complementary color
Monochromatic Colors of #D94075
Black with #D94075
Text Example
Text Example
White with #D94075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94075; }
p { color: rgb(217,64,117); }
H1.HeaderClassName
{
color: #D94075;
}
.AnyTagClassName
{
color: #D94075;
}
</style>
background-color css
<style>
a { background-color: #D94075; }
a { background-color: rgb(217,64,117); }
div.DivClassName
{
background-color: #D94075;
}
.BgClassName
{
background-color: #D94075;
}
</style>
border-color css
<style>
span { border-color: #D94075; }
span { border-color: rgb(217,64,117); }
td.TdClassName
{
border-color: #D94075;
}
.TagClassName
{
border-color: #D94075;
}
</style>