Shades of Cranberry #D44D7D
Tints of Cranberry #D44D7D
RGB
CMYK
RGB Variations
Color information
#D44D7D (or 0xD44D7D) is known color: Cranberry. HEX triplet: D4, 4D and 7D. RGB value is (212,77,125). Sum of RGB (Red+Green+Blue) = 212+77+125=414 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.21% from 414); Green value is 77 (30.47% from 255 or 18.60% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 212 - color contains mainly: red. Hex color #D44D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D44D7D is #2BB282. Grayscale: #7A7A7A. Windows color (decimal): -2863747 or 8211924. OLE color: 8211924.
HSL color Cylindrical-coordinate representation of color #D44D7D: hue angle of 338.67º 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 #D44D7D is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 77 | 125 | - |
| CMYK | 0 | 0.64 | 0.41 | 0.17 |
| HSL | 338.67º | 0.61% | 0.57% | - |
| HSV(B) | 338.67º | 0.64% | 0.83% | - |
| XYZ | 33.51 | 20.79 | 21.65 | - |
| YUV | 122.84 | 129.23 | 191.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 77 | 125 | 0 | 0.64 | 0.41 | 0.17 | 338.67 | 0.61 | 0.57 |
| Hex | D4 | 4D | 7D | 0 | 40 | 29 | 11 | 153 | 3D | 39 |
| Octal | 324 | 115 | 175 | 0 | 100 | 51 | 21 | 523 | 75 | 71 |
| Binary | 11010100 | 1001101 | 1111101 | 0 | 1000000 | 101001 | 10001 | 101010011 | 111101 | 111001 |
Color Harmonies of #D44D7D
Complementary color
Monochromatic Colors of #D44D7D
Black with #D44D7D
Text Example
Text Example
White with #D44D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44D7D; }
p { color: rgb(212,77,125); }
H1.HeaderClassName
{
color: #D44D7D;
}
.AnyTagClassName
{
color: #D44D7D;
}
</style>
background-color css
<style>
a { background-color: #D44D7D; }
a { background-color: rgb(212,77,125); }
div.DivClassName
{
background-color: #D44D7D;
}
.BgClassName
{
background-color: #D44D7D;
}
</style>
border-color css
<style>
span { border-color: #D44D7D; }
span { border-color: rgb(212,77,125); }
td.TdClassName
{
border-color: #D44D7D;
}
.TagClassName
{
border-color: #D44D7D;
}
</style>