Shades of Cranberry #D44176
Tints of Cranberry #D44176
RGB
CMYK
RGB Variations
Color information
#D44176 (or 0xD44176) is known color: Cranberry. HEX triplet: D4, 41 and 76. RGB value is (212,65,118). Sum of RGB (Red+Green+Blue) = 212+65+118=395 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.67% from 395); Green value is 65 (25.78% from 255 or 16.46% from 395); Blue value is 118 (46.48% from 255 or 29.87% from 395); Max value from RGB is 212 - color contains mainly: red. Hex color #D44176 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44176 is #2BBE89. Grayscale: #727272. Windows color (decimal): -2866826 or 7750100. OLE color: 7750100.
HSL color Cylindrical-coordinate representation of color #D44176: hue angle of 338.37º 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 #D44176 is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 65 | 118 | - |
| CMYK | 0 | 0.69 | 0.44 | 0.17 |
| HSL | 338.37º | 0.63% | 0.54% | - |
| HSV(B) | 338.37º | 0.69% | 0.83% | - |
| XYZ | 32.31 | 19.09 | 19.12 | - |
| YUV | 115 | 129.7 | 197.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 65 | 118 | 0 | 0.69 | 0.44 | 0.17 | 338.37 | 0.63 | 0.54 |
| Hex | D4 | 41 | 76 | 0 | 45 | 2C | 11 | 152 | 3F | 36 |
| Octal | 324 | 101 | 166 | 0 | 105 | 54 | 21 | 522 | 77 | 66 |
| Binary | 11010100 | 1000001 | 1110110 | 0 | 1000101 | 101100 | 10001 | 101010010 | 111111 | 110110 |
Color Harmonies of #D44176
Complementary color
Monochromatic Colors of #D44176
Black with #D44176
Text Example
Text Example
White with #D44176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44176; }
p { color: rgb(212,65,118); }
H1.HeaderClassName
{
color: #D44176;
}
.AnyTagClassName
{
color: #D44176;
}
</style>
background-color css
<style>
a { background-color: #D44176; }
a { background-color: rgb(212,65,118); }
div.DivClassName
{
background-color: #D44176;
}
.BgClassName
{
background-color: #D44176;
}
</style>
border-color css
<style>
span { border-color: #D44176; }
span { border-color: rgb(212,65,118); }
td.TdClassName
{
border-color: #D44176;
}
.TagClassName
{
border-color: #D44176;
}
</style>