Shades of Cranberry #D94C7B
Tints of Cranberry #D94C7B
RGB
CMYK
RGB Variations
Color information
#D94C7B (or 0xD94C7B) is known color: Cranberry. HEX triplet: D9, 4C and 7B. RGB value is (217,76,123). Sum of RGB (Red+Green+Blue) = 217+76+123=416 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.16% from 416); Green value is 76 (30.08% from 255 or 18.27% from 416); Blue value is 123 (48.44% from 255 or 29.57% from 416); Max value from RGB is 217 - color contains mainly: red. Hex color #D94C7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94C7B is #26B384. Grayscale: #7B7B7B. Windows color (decimal): -2536325 or 8080601. OLE color: 8080601.
HSL color Cylindrical-coordinate representation of color #D94C7B: hue angle of 340º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D94C7B is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 76 | 123 | - |
| CMYK | 0 | 0.65 | 0.43 | 0.15 |
| HSL | 340º | 0.65% | 0.57% | - |
| HSV(B) | 340º | 0.65% | 0.85% | - |
| XYZ | 34.77 | 21.35 | 21.03 | - |
| YUV | 123.52 | 127.71 | 194.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 76 | 123 | 0 | 0.65 | 0.43 | 0.15 | 340 | 0.65 | 0.57 |
| Hex | D9 | 4C | 7B | 0 | 41 | 2B | F | 154 | 41 | 39 |
| Octal | 331 | 114 | 173 | 0 | 101 | 53 | 17 | 524 | 101 | 71 |
| Binary | 11011001 | 1001100 | 1111011 | 0 | 1000001 | 101011 | 1111 | 101010100 | 1000001 | 111001 |
Color Harmonies of #D94C7B
Complementary color
Monochromatic Colors of #D94C7B
Black with #D94C7B
Text Example
Text Example
White with #D94C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94C7B; }
p { color: rgb(217,76,123); }
H1.HeaderClassName
{
color: #D94C7B;
}
.AnyTagClassName
{
color: #D94C7B;
}
</style>
background-color css
<style>
a { background-color: #D94C7B; }
a { background-color: rgb(217,76,123); }
div.DivClassName
{
background-color: #D94C7B;
}
.BgClassName
{
background-color: #D94C7B;
}
</style>
border-color css
<style>
span { border-color: #D94C7B; }
span { border-color: rgb(217,76,123); }
td.TdClassName
{
border-color: #D94C7B;
}
.TagClassName
{
border-color: #D94C7B;
}
</style>