Shades of Cranberry #D34983
Tints of Cranberry #D34983
RGB
CMYK
RGB Variations
Color information
#D34983 (or 0xD34983) is known color: Cranberry. HEX triplet: D3, 49 and 83. RGB value is (211,73,131). Sum of RGB (Red+Green+Blue) = 211+73+131=415 (54% of max value = 765). Red value is 211 (82.81% from 255 or 50.84% from 415); Green value is 73 (28.91% from 255 or 17.59% from 415); Blue value is 131 (51.56% from 255 or 31.57% from 415); Max value from RGB is 211 - color contains mainly: red. Hex color #D34983 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D34983 is #2CB67C. Grayscale: #787878. Windows color (decimal): -2930301 or 8604115. OLE color: 8604115.
HSL color Cylindrical-coordinate representation of color #D34983: hue angle of 334.78º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D34983 is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 73 | 131 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.17 |
| HSL | 334.78º | 0.61% | 0.56% | - |
| HSV(B) | 334.78º | 0.65% | 0.83% | - |
| XYZ | 33.34 | 20.25 | 23.62 | - |
| YUV | 120.87 | 133.72 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 73 | 131 | 0 | 0.65 | 0.38 | 0.17 | 334.78 | 0.61 | 0.56 |
| Hex | D3 | 49 | 83 | 0 | 41 | 26 | 11 | 14F | 3D | 38 |
| Octal | 323 | 111 | 203 | 0 | 101 | 46 | 21 | 517 | 75 | 70 |
| Binary | 11010011 | 1001001 | 10000011 | 0 | 1000001 | 100110 | 10001 | 101001111 | 111101 | 111000 |
Color Harmonies of #D34983
Complementary color
Monochromatic Colors of #D34983
Black with #D34983
Text Example
Text Example
White with #D34983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34983; }
p { color: rgb(211,73,131); }
H1.HeaderClassName
{
color: #D34983;
}
.AnyTagClassName
{
color: #D34983;
}
</style>
background-color css
<style>
a { background-color: #D34983; }
a { background-color: rgb(211,73,131); }
div.DivClassName
{
background-color: #D34983;
}
.BgClassName
{
background-color: #D34983;
}
</style>
border-color css
<style>
span { border-color: #D34983; }
span { border-color: rgb(211,73,131); }
td.TdClassName
{
border-color: #D34983;
}
.TagClassName
{
border-color: #D34983;
}
</style>