Shades of Cranberry #D34576
Tints of Cranberry #D34576
RGB
CMYK
RGB Variations
Color information
#D34576 (or 0xD34576) is known color: Cranberry. HEX triplet: D3, 45 and 76. RGB value is (211,69,118). Sum of RGB (Red+Green+Blue) = 211+69+118=398 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.02% from 398); Green value is 69 (27.34% from 255 or 17.34% from 398); Blue value is 118 (46.48% from 255 or 29.65% from 398); Max value from RGB is 211 - color contains mainly: red. Hex color #D34576 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34576 is #2CBA89. Grayscale: #747474. Windows color (decimal): -2931338 or 7751123. OLE color: 7751123.
HSL color Cylindrical-coordinate representation of color #D34576: hue angle of 339.3º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D34576 is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 69 | 118 | - |
| CMYK | 0 | 0.67 | 0.44 | 0.17 |
| HSL | 339.3º | 0.62% | 0.55% | - |
| HSV(B) | 339.3º | 0.67% | 0.83% | - |
| XYZ | 32.26 | 19.41 | 19.19 | - |
| YUV | 117.04 | 128.54 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 69 | 118 | 0 | 0.67 | 0.44 | 0.17 | 339.3 | 0.62 | 0.55 |
| Hex | D3 | 45 | 76 | 0 | 43 | 2C | 11 | 153 | 3E | 37 |
| Octal | 323 | 105 | 166 | 0 | 103 | 54 | 21 | 523 | 76 | 67 |
| Binary | 11010011 | 1000101 | 1110110 | 0 | 1000011 | 101100 | 10001 | 101010011 | 111110 | 110111 |
Color Harmonies of #D34576
Complementary color
Monochromatic Colors of #D34576
Black with #D34576
Text Example
Text Example
White with #D34576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34576; }
p { color: rgb(211,69,118); }
H1.HeaderClassName
{
color: #D34576;
}
.AnyTagClassName
{
color: #D34576;
}
</style>
background-color css
<style>
a { background-color: #D34576; }
a { background-color: rgb(211,69,118); }
div.DivClassName
{
background-color: #D34576;
}
.BgClassName
{
background-color: #D34576;
}
</style>
border-color css
<style>
span { border-color: #D34576; }
span { border-color: rgb(211,69,118); }
td.TdClassName
{
border-color: #D34576;
}
.TagClassName
{
border-color: #D34576;
}
</style>