Shades of Cranberry #D44174
Tints of Cranberry #D44174
RGB
CMYK
RGB Variations
Color information
#D44174 (or 0xD44174) is known color: Cranberry. HEX triplet: D4, 41 and 74. RGB value is (212,65,116). Sum of RGB (Red+Green+Blue) = 212+65+116=393 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.94% from 393); Green value is 65 (25.78% from 255 or 16.54% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 212 - color contains mainly: red. Hex color #D44174 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44174 is #2BBE8B. Grayscale: #727272. Windows color (decimal): -2866828 or 7619028. OLE color: 7619028.
HSL color Cylindrical-coordinate representation of color #D44174: hue angle of 339.18º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D44174 is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 65 | 116 | - |
| CMYK | 0 | 0.69 | 0.45 | 0.17 |
| HSL | 339.18º | 0.63% | 0.54% | - |
| HSV(B) | 339.18º | 0.69% | 0.83% | - |
| XYZ | 32.19 | 19.04 | 18.5 | - |
| YUV | 114.77 | 128.7 | 197.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 65 | 116 | 0 | 0.69 | 0.45 | 0.17 | 339.18 | 0.63 | 0.54 |
| Hex | D4 | 41 | 74 | 0 | 45 | 2D | 11 | 153 | 3F | 36 |
| Octal | 324 | 101 | 164 | 0 | 105 | 55 | 21 | 523 | 77 | 66 |
| Binary | 11010100 | 1000001 | 1110100 | 0 | 1000101 | 101101 | 10001 | 101010011 | 111111 | 110110 |
Color Harmonies of #D44174
Complementary color
Monochromatic Colors of #D44174
Black with #D44174
Text Example
Text Example
White with #D44174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44174; }
p { color: rgb(212,65,116); }
H1.HeaderClassName
{
color: #D44174;
}
.AnyTagClassName
{
color: #D44174;
}
</style>
background-color css
<style>
a { background-color: #D44174; }
a { background-color: rgb(212,65,116); }
div.DivClassName
{
background-color: #D44174;
}
.BgClassName
{
background-color: #D44174;
}
</style>
border-color css
<style>
span { border-color: #D44174; }
span { border-color: rgb(212,65,116); }
td.TdClassName
{
border-color: #D44174;
}
.TagClassName
{
border-color: #D44174;
}
</style>