Shades of Cranberry #D44881
Tints of Cranberry #D44881
RGB
CMYK
RGB Variations
Color information
#D44881 (or 0xD44881) is known color: Cranberry. HEX triplet: D4, 48 and 81. RGB value is (212,72,129). Sum of RGB (Red+Green+Blue) = 212+72+129=413 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.33% from 413); Green value is 72 (28.52% from 255 or 17.43% from 413); Blue value is 129 (50.78% from 255 or 31.23% from 413); Max value from RGB is 212 - color contains mainly: red. Hex color #D44881 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D44881 is #2BB77E. Grayscale: #787878. Windows color (decimal): -2865023 or 8472788. OLE color: 8472788.
HSL color Cylindrical-coordinate representation of color #D44881: hue angle of 335.57º 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 #D44881 is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 72 | 129 | - |
| CMYK | 0 | 0.66 | 0.39 | 0.17 |
| HSL | 335.57º | 0.62% | 0.56% | - |
| HSV(B) | 335.57º | 0.66% | 0.83% | - |
| XYZ | 33.43 | 20.22 | 22.91 | - |
| YUV | 120.36 | 132.88 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 72 | 129 | 0 | 0.66 | 0.39 | 0.17 | 335.57 | 0.62 | 0.56 |
| Hex | D4 | 48 | 81 | 0 | 42 | 27 | 11 | 150 | 3E | 38 |
| Octal | 324 | 110 | 201 | 0 | 102 | 47 | 21 | 520 | 76 | 70 |
| Binary | 11010100 | 1001000 | 10000001 | 0 | 1000010 | 100111 | 10001 | 101010000 | 111110 | 111000 |
Color Harmonies of #D44881
Complementary color
Monochromatic Colors of #D44881
Black with #D44881
Text Example
Text Example
White with #D44881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44881; }
p { color: rgb(212,72,129); }
H1.HeaderClassName
{
color: #D44881;
}
.AnyTagClassName
{
color: #D44881;
}
</style>
background-color css
<style>
a { background-color: #D44881; }
a { background-color: rgb(212,72,129); }
div.DivClassName
{
background-color: #D44881;
}
.BgClassName
{
background-color: #D44881;
}
</style>
border-color css
<style>
span { border-color: #D44881; }
span { border-color: rgb(212,72,129); }
td.TdClassName
{
border-color: #D44881;
}
.TagClassName
{
border-color: #D44881;
}
</style>