Shades of Cranberry #D44774
Tints of Cranberry #D44774
RGB
CMYK
RGB Variations
Color information
#D44774 (or 0xD44774) is known color: Cranberry. HEX triplet: D4, 47 and 74. RGB value is (212,71,116). Sum of RGB (Red+Green+Blue) = 212+71+116=399 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.13% from 399); Green value is 71 (28.12% from 255 or 17.79% from 399); Blue value is 116 (45.70% from 255 or 29.07% from 399); Max value from RGB is 212 - color contains mainly: red. Hex color #D44774 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44774 is #2BB88B. Grayscale: #767676. Windows color (decimal): -2865292 or 7620564. OLE color: 7620564.
HSL color Cylindrical-coordinate representation of color #D44774: hue angle of 340.85º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D44774 is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 71 | 116 | - |
| CMYK | 0 | 0.67 | 0.45 | 0.17 |
| HSL | 340.85º | 0.62% | 0.55% | - |
| HSV(B) | 340.85º | 0.67% | 0.83% | - |
| XYZ | 32.56 | 19.76 | 18.62 | - |
| YUV | 118.29 | 126.71 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 71 | 116 | 0 | 0.67 | 0.45 | 0.17 | 340.85 | 0.62 | 0.55 |
| Hex | D4 | 47 | 74 | 0 | 43 | 2D | 11 | 155 | 3E | 37 |
| Octal | 324 | 107 | 164 | 0 | 103 | 55 | 21 | 525 | 76 | 67 |
| Binary | 11010100 | 1000111 | 1110100 | 0 | 1000011 | 101101 | 10001 | 101010101 | 111110 | 110111 |
Color Harmonies of #D44774
Complementary color
Monochromatic Colors of #D44774
Black with #D44774
Text Example
Text Example
White with #D44774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44774; }
p { color: rgb(212,71,116); }
H1.HeaderClassName
{
color: #D44774;
}
.AnyTagClassName
{
color: #D44774;
}
</style>
background-color css
<style>
a { background-color: #D44774; }
a { background-color: rgb(212,71,116); }
div.DivClassName
{
background-color: #D44774;
}
.BgClassName
{
background-color: #D44774;
}
</style>
border-color css
<style>
span { border-color: #D44774; }
span { border-color: rgb(212,71,116); }
td.TdClassName
{
border-color: #D44774;
}
.TagClassName
{
border-color: #D44774;
}
</style>