Shades of Cranberry #D34881
Tints of Cranberry #D34881
RGB
CMYK
RGB Variations
Color information
#D34881 (or 0xD34881) is known color: Cranberry. HEX triplet: D3, 48 and 81. RGB value is (211,72,129). Sum of RGB (Red+Green+Blue) = 211+72+129=412 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.21% from 412); Green value is 72 (28.52% from 255 or 17.48% from 412); Blue value is 129 (50.78% from 255 or 31.31% from 412); Max value from RGB is 211 - color contains mainly: red. Hex color #D34881 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D34881 is #2CB77E. Grayscale: #777777. Windows color (decimal): -2930559 or 8472787. OLE color: 8472787.
HSL color Cylindrical-coordinate representation of color #D34881: hue angle of 335.4º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D34881 is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 72 | 129 | - |
| CMYK | 0 | 0.66 | 0.39 | 0.17 |
| HSL | 335.4º | 0.61% | 0.55% | - |
| HSV(B) | 335.4º | 0.66% | 0.83% | - |
| XYZ | 33.14 | 20.07 | 22.9 | - |
| YUV | 120.06 | 133.05 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 72 | 129 | 0 | 0.66 | 0.39 | 0.17 | 335.4 | 0.61 | 0.55 |
| Hex | D3 | 48 | 81 | 0 | 42 | 27 | 11 | 14F | 3D | 37 |
| Octal | 323 | 110 | 201 | 0 | 102 | 47 | 21 | 517 | 75 | 67 |
| Binary | 11010011 | 1001000 | 10000001 | 0 | 1000010 | 100111 | 10001 | 101001111 | 111101 | 110111 |
Color Harmonies of #D34881
Complementary color
Monochromatic Colors of #D34881
Black with #D34881
Text Example
Text Example
White with #D34881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34881; }
p { color: rgb(211,72,129); }
H1.HeaderClassName
{
color: #D34881;
}
.AnyTagClassName
{
color: #D34881;
}
</style>
background-color css
<style>
a { background-color: #D34881; }
a { background-color: rgb(211,72,129); }
div.DivClassName
{
background-color: #D34881;
}
.BgClassName
{
background-color: #D34881;
}
</style>
border-color css
<style>
span { border-color: #D34881; }
span { border-color: rgb(211,72,129); }
td.TdClassName
{
border-color: #D34881;
}
.TagClassName
{
border-color: #D34881;
}
</style>