Shades of Cranberry #D44D83
Tints of Cranberry #D44D83
RGB
CMYK
RGB Variations
Color information
#D44D83 (or 0xD44D83) is known color: Cranberry. HEX triplet: D4, 4D and 83. RGB value is (212,77,131). Sum of RGB (Red+Green+Blue) = 212+77+131=420 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.48% from 420); Green value is 77 (30.47% from 255 or 18.33% from 420); Blue value is 131 (51.56% from 255 or 31.19% from 420); Max value from RGB is 212 - color contains mainly: red. Hex color #D44D83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D44D83 is #2BB27C. Grayscale: #7B7B7B. Windows color (decimal): -2863741 or 8605140. OLE color: 8605140.
HSL color Cylindrical-coordinate representation of color #D44D83: hue angle of 336º 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 #D44D83 is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 77 | 131 | - |
| CMYK | 0 | 0.64 | 0.38 | 0.17 |
| HSL | 336º | 0.61% | 0.57% | - |
| HSV(B) | 336º | 0.64% | 0.83% | - |
| XYZ | 33.9 | 20.94 | 23.73 | - |
| YUV | 123.52 | 132.23 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 77 | 131 | 0 | 0.64 | 0.38 | 0.17 | 336 | 0.61 | 0.57 |
| Hex | D4 | 4D | 83 | 0 | 40 | 26 | 11 | 150 | 3D | 39 |
| Octal | 324 | 115 | 203 | 0 | 100 | 46 | 21 | 520 | 75 | 71 |
| Binary | 11010100 | 1001101 | 10000011 | 0 | 1000000 | 100110 | 10001 | 101010000 | 111101 | 111001 |
Color Harmonies of #D44D83
Complementary color
Monochromatic Colors of #D44D83
Black with #D44D83
Text Example
Text Example
White with #D44D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44D83; }
p { color: rgb(212,77,131); }
H1.HeaderClassName
{
color: #D44D83;
}
.AnyTagClassName
{
color: #D44D83;
}
</style>
background-color css
<style>
a { background-color: #D44D83; }
a { background-color: rgb(212,77,131); }
div.DivClassName
{
background-color: #D44D83;
}
.BgClassName
{
background-color: #D44D83;
}
</style>
border-color css
<style>
span { border-color: #D44D83; }
span { border-color: rgb(212,77,131); }
td.TdClassName
{
border-color: #D44D83;
}
.TagClassName
{
border-color: #D44D83;
}
</style>