Shades of Cranberry #D45881
Tints of Cranberry #D45881
RGB
CMYK
RGB Variations
Color information
#D45881 (or 0xD45881) is known color: Cranberry. HEX triplet: D4, 58 and 81. RGB value is (212,88,129). Sum of RGB (Red+Green+Blue) = 212+88+129=429 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.42% from 429); Green value is 88 (34.77% from 255 or 20.51% from 429); Blue value is 129 (50.78% from 255 or 30.07% from 429); Max value from RGB is 212 - color contains mainly: red. Hex color #D45881 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D45881 is #2BA77E. Grayscale: #818181. Windows color (decimal): -2860927 or 8476884. OLE color: 8476884.
HSL color Cylindrical-coordinate representation of color #D45881: hue angle of 340.16º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D45881 is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 88 | 129 | - |
| CMYK | 0 | 0.58 | 0.39 | 0.17 |
| HSL | 340.16º | 0.59% | 0.59% | - |
| HSV(B) | 340.16º | 0.58% | 0.83% | - |
| XYZ | 34.6 | 22.56 | 23.3 | - |
| YUV | 129.75 | 127.58 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 88 | 129 | 0 | 0.58 | 0.39 | 0.17 | 340.16 | 0.59 | 0.59 |
| Hex | D4 | 58 | 81 | 0 | 3A | 27 | 11 | 154 | 3B | 3B |
| Octal | 324 | 130 | 201 | 0 | 72 | 47 | 21 | 524 | 73 | 73 |
| Binary | 11010100 | 1011000 | 10000001 | 0 | 111010 | 100111 | 10001 | 101010100 | 111011 | 111011 |
Color Harmonies of #D45881
Complementary color
Monochromatic Colors of #D45881
Black with #D45881
Text Example
Text Example
White with #D45881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45881; }
p { color: rgb(212,88,129); }
H1.HeaderClassName
{
color: #D45881;
}
.AnyTagClassName
{
color: #D45881;
}
</style>
background-color css
<style>
a { background-color: #D45881; }
a { background-color: rgb(212,88,129); }
div.DivClassName
{
background-color: #D45881;
}
.BgClassName
{
background-color: #D45881;
}
</style>
border-color css
<style>
span { border-color: #D45881; }
span { border-color: rgb(212,88,129); }
td.TdClassName
{
border-color: #D45881;
}
.TagClassName
{
border-color: #D45881;
}
</style>