Shades of Cranberry #D44F80
Tints of Cranberry #D44F80
RGB
CMYK
RGB Variations
Color information
#D44F80 (or 0xD44F80) is known color: Cranberry. HEX triplet: D4, 4F and 80. RGB value is (212,79,128). Sum of RGB (Red+Green+Blue) = 212+79+128=419 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.60% from 419); Green value is 79 (31.25% from 255 or 18.85% from 419); Blue value is 128 (50.39% from 255 or 30.55% from 419); Max value from RGB is 212 - color contains mainly: red. Hex color #D44F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D44F80 is #2BB07F. Grayscale: #7C7C7C. Windows color (decimal): -2863232 or 8409044. OLE color: 8409044.
HSL color Cylindrical-coordinate representation of color #D44F80: hue angle of 337.89º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D44F80 is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 79 | 128 | - |
| CMYK | 0 | 0.63 | 0.40 | 0.17 |
| HSL | 337.89º | 0.61% | 0.57% | - |
| HSV(B) | 337.89º | 0.63% | 0.83% | - |
| XYZ | 33.84 | 21.15 | 22.72 | - |
| YUV | 124.35 | 130.06 | 190.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 79 | 128 | 0 | 0.63 | 0.40 | 0.17 | 337.89 | 0.61 | 0.57 |
| Hex | D4 | 4F | 80 | 0 | 3F | 28 | 11 | 152 | 3D | 39 |
| Octal | 324 | 117 | 200 | 0 | 77 | 50 | 21 | 522 | 75 | 71 |
| Binary | 11010100 | 1001111 | 10000000 | 0 | 111111 | 101000 | 10001 | 101010010 | 111101 | 111001 |
Color Harmonies of #D44F80
Complementary color
Monochromatic Colors of #D44F80
Black with #D44F80
Text Example
Text Example
White with #D44F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44F80; }
p { color: rgb(212,79,128); }
H1.HeaderClassName
{
color: #D44F80;
}
.AnyTagClassName
{
color: #D44F80;
}
</style>
background-color css
<style>
a { background-color: #D44F80; }
a { background-color: rgb(212,79,128); }
div.DivClassName
{
background-color: #D44F80;
}
.BgClassName
{
background-color: #D44F80;
}
</style>
border-color css
<style>
span { border-color: #D44F80; }
span { border-color: rgb(212,79,128); }
td.TdClassName
{
border-color: #D44F80;
}
.TagClassName
{
border-color: #D44F80;
}
</style>