Shades of Cranberry #D44882
Tints of Cranberry #D44882
RGB
CMYK
RGB Variations
Color information
#D44882 (or 0xD44882) is known color: Cranberry. HEX triplet: D4, 48 and 82. RGB value is (212,72,130). Sum of RGB (Red+Green+Blue) = 212+72+130=414 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.21% from 414); Green value is 72 (28.52% from 255 or 17.39% from 414); Blue value is 130 (51.17% from 255 or 31.40% from 414); Max value from RGB is 212 - color contains mainly: red. Hex color #D44882 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D44882 is #2BB77D. Grayscale: #787878. Windows color (decimal): -2865022 or 8538324. OLE color: 8538324.
HSL color Cylindrical-coordinate representation of color #D44882: hue angle of 335.14º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D44882 is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 72 | 130 | - |
| CMYK | 0 | 0.66 | 0.39 | 0.17 |
| HSL | 335.14º | 0.62% | 0.56% | - |
| HSV(B) | 335.14º | 0.66% | 0.83% | - |
| XYZ | 33.5 | 20.24 | 23.26 | - |
| YUV | 120.47 | 133.38 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 72 | 130 | 0 | 0.66 | 0.39 | 0.17 | 335.14 | 0.62 | 0.56 |
| Hex | D4 | 48 | 82 | 0 | 42 | 27 | 11 | 14F | 3E | 38 |
| Octal | 324 | 110 | 202 | 0 | 102 | 47 | 21 | 517 | 76 | 70 |
| Binary | 11010100 | 1001000 | 10000010 | 0 | 1000010 | 100111 | 10001 | 101001111 | 111110 | 111000 |
Color Harmonies of #D44882
Complementary color
Monochromatic Colors of #D44882
Black with #D44882
Text Example
Text Example
White with #D44882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44882; }
p { color: rgb(212,72,130); }
H1.HeaderClassName
{
color: #D44882;
}
.AnyTagClassName
{
color: #D44882;
}
</style>
background-color css
<style>
a { background-color: #D44882; }
a { background-color: rgb(212,72,130); }
div.DivClassName
{
background-color: #D44882;
}
.BgClassName
{
background-color: #D44882;
}
</style>
border-color css
<style>
span { border-color: #D44882; }
span { border-color: rgb(212,72,130); }
td.TdClassName
{
border-color: #D44882;
}
.TagClassName
{
border-color: #D44882;
}
</style>