Shades of Cranberry #D94274
Tints of Cranberry #D94274
RGB
CMYK
RGB Variations
Color information
#D94274 (or 0xD94274) is known color: Cranberry. HEX triplet: D9, 42 and 74. RGB value is (217,66,116). Sum of RGB (Red+Green+Blue) = 217+66+116=399 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.39% from 399); Green value is 66 (26.17% from 255 or 16.54% from 399); Blue value is 116 (45.70% from 255 or 29.07% from 399); Max value from RGB is 217 - color contains mainly: red. Hex color #D94274 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94274 is #26BD8B. Grayscale: #747474. Windows color (decimal): -2538892 or 7619289. OLE color: 7619289.
HSL color Cylindrical-coordinate representation of color #D94274: hue angle of 340.13º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D94274 is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 66 | 116 | - |
| CMYK | 0 | 0.70 | 0.47 | 0.15 |
| HSL | 340.13º | 0.67% | 0.55% | - |
| HSV(B) | 340.13º | 0.7% | 0.85% | - |
| XYZ | 33.72 | 19.91 | 18.59 | - |
| YUV | 116.85 | 127.53 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 66 | 116 | 0 | 0.70 | 0.47 | 0.15 | 340.13 | 0.67 | 0.55 |
| Hex | D9 | 42 | 74 | 0 | 46 | 2F | F | 154 | 43 | 37 |
| Octal | 331 | 102 | 164 | 0 | 106 | 57 | 17 | 524 | 103 | 67 |
| Binary | 11011001 | 1000010 | 1110100 | 0 | 1000110 | 101111 | 1111 | 101010100 | 1000011 | 110111 |
Color Harmonies of #D94274
Complementary color
Monochromatic Colors of #D94274
Black with #D94274
Text Example
Text Example
White with #D94274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94274; }
p { color: rgb(217,66,116); }
H1.HeaderClassName
{
color: #D94274;
}
.AnyTagClassName
{
color: #D94274;
}
</style>
background-color css
<style>
a { background-color: #D94274; }
a { background-color: rgb(217,66,116); }
div.DivClassName
{
background-color: #D94274;
}
.BgClassName
{
background-color: #D94274;
}
</style>
border-color css
<style>
span { border-color: #D94274; }
span { border-color: rgb(217,66,116); }
td.TdClassName
{
border-color: #D94274;
}
.TagClassName
{
border-color: #D94274;
}
</style>