Shades of Cranberry #D44482
Tints of Cranberry #D44482
RGB
CMYK
RGB Variations
Color information
#D44482 (or 0xD44482) is known color: Cranberry. HEX triplet: D4, 44 and 82. RGB value is (212,68,130). Sum of RGB (Red+Green+Blue) = 212+68+130=410 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.71% from 410); Green value is 68 (26.95% from 255 or 16.59% from 410); Blue value is 130 (51.17% from 255 or 31.71% from 410); Max value from RGB is 212 - color contains mainly: red. Hex color #D44482 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D44482 is #2BBB7D. Grayscale: #767676. Windows color (decimal): -2866046 or 8537300. OLE color: 8537300.
HSL color Cylindrical-coordinate representation of color #D44482: hue angle of 334.17º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D44482 is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 68 | 130 | - |
| CMYK | 0 | 0.68 | 0.39 | 0.17 |
| HSL | 334.17º | 0.63% | 0.55% | - |
| HSV(B) | 334.17º | 0.68% | 0.83% | - |
| XYZ | 33.25 | 19.74 | 23.18 | - |
| YUV | 118.12 | 134.71 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 68 | 130 | 0 | 0.68 | 0.39 | 0.17 | 334.17 | 0.63 | 0.55 |
| Hex | D4 | 44 | 82 | 0 | 44 | 27 | 11 | 14E | 3F | 37 |
| Octal | 324 | 104 | 202 | 0 | 104 | 47 | 21 | 516 | 77 | 67 |
| Binary | 11010100 | 1000100 | 10000010 | 0 | 1000100 | 100111 | 10001 | 101001110 | 111111 | 110111 |
Color Harmonies of #D44482
Complementary color
Monochromatic Colors of #D44482
Black with #D44482
Text Example
Text Example
White with #D44482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44482; }
p { color: rgb(212,68,130); }
H1.HeaderClassName
{
color: #D44482;
}
.AnyTagClassName
{
color: #D44482;
}
</style>
background-color css
<style>
a { background-color: #D44482; }
a { background-color: rgb(212,68,130); }
div.DivClassName
{
background-color: #D44482;
}
.BgClassName
{
background-color: #D44482;
}
</style>
border-color css
<style>
span { border-color: #D44482; }
span { border-color: rgb(212,68,130); }
td.TdClassName
{
border-color: #D44482;
}
.TagClassName
{
border-color: #D44482;
}
</style>