Shades of Cranberry #D44D84
Tints of Cranberry #D44D84
RGB
CMYK
RGB Variations
Color information
#D44D84 (or 0xD44D84) is known color: Cranberry. HEX triplet: D4, 4D and 84. RGB value is (212,77,132). Sum of RGB (Red+Green+Blue) = 212+77+132=421 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.36% from 421); Green value is 77 (30.47% from 255 or 18.29% from 421); Blue value is 132 (51.95% from 255 or 31.35% from 421); Max value from RGB is 212 - color contains mainly: red. Hex color #D44D84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D44D84 is #2BB27B. Grayscale: #7B7B7B. Windows color (decimal): -2863740 or 8670676. OLE color: 8670676.
HSL color Cylindrical-coordinate representation of color #D44D84: hue angle of 335.56º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D44D84 is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 77 | 132 | - |
| CMYK | 0 | 0.64 | 0.38 | 0.17 |
| HSL | 335.56º | 0.61% | 0.57% | - |
| HSV(B) | 335.56º | 0.64% | 0.83% | - |
| XYZ | 33.97 | 20.97 | 24.09 | - |
| YUV | 123.64 | 132.73 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 77 | 132 | 0 | 0.64 | 0.38 | 0.17 | 335.56 | 0.61 | 0.57 |
| Hex | D4 | 4D | 84 | 0 | 40 | 26 | 11 | 150 | 3D | 39 |
| Octal | 324 | 115 | 204 | 0 | 100 | 46 | 21 | 520 | 75 | 71 |
| Binary | 11010100 | 1001101 | 10000100 | 0 | 1000000 | 100110 | 10001 | 101010000 | 111101 | 111001 |
Color Harmonies of #D44D84
Complementary color
Monochromatic Colors of #D44D84
Black with #D44D84
Text Example
Text Example
White with #D44D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44D84; }
p { color: rgb(212,77,132); }
H1.HeaderClassName
{
color: #D44D84;
}
.AnyTagClassName
{
color: #D44D84;
}
</style>
background-color css
<style>
a { background-color: #D44D84; }
a { background-color: rgb(212,77,132); }
div.DivClassName
{
background-color: #D44D84;
}
.BgClassName
{
background-color: #D44D84;
}
</style>
border-color css
<style>
span { border-color: #D44D84; }
span { border-color: rgb(212,77,132); }
td.TdClassName
{
border-color: #D44D84;
}
.TagClassName
{
border-color: #D44D84;
}
</style>