Shades of Cranberry #D34075
Tints of Cranberry #D34075
RGB
CMYK
RGB Variations
Color information
#D34075 (or 0xD34075) is known color: Cranberry. HEX triplet: D3, 40 and 75. RGB value is (211,64,117). Sum of RGB (Red+Green+Blue) = 211+64+117=392 (51% of max value = 765). Red value is 211 (82.81% from 255 or 53.83% from 392); Green value is 64 (25.39% from 255 or 16.33% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 211 - color contains mainly: red. Hex color #D34075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34075 is #2CBF8A. Grayscale: #717171. Windows color (decimal): -2932619 or 7684307. OLE color: 7684307.
HSL color Cylindrical-coordinate representation of color #D34075: hue angle of 338.37º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D34075 is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 64 | 117 | - |
| CMYK | 0 | 0.70 | 0.45 | 0.17 |
| HSL | 338.37º | 0.63% | 0.54% | - |
| HSV(B) | 338.37º | 0.7% | 0.83% | - |
| XYZ | 31.91 | 18.8 | 18.78 | - |
| YUV | 114 | 129.7 | 197.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 64 | 117 | 0 | 0.70 | 0.45 | 0.17 | 338.37 | 0.63 | 0.54 |
| Hex | D3 | 40 | 75 | 0 | 46 | 2D | 11 | 152 | 3F | 36 |
| Octal | 323 | 100 | 165 | 0 | 106 | 55 | 21 | 522 | 77 | 66 |
| Binary | 11010011 | 1000000 | 1110101 | 0 | 1000110 | 101101 | 10001 | 101010010 | 111111 | 110110 |
Color Harmonies of #D34075
Complementary color
Monochromatic Colors of #D34075
Black with #D34075
Text Example
Text Example
White with #D34075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34075; }
p { color: rgb(211,64,117); }
H1.HeaderClassName
{
color: #D34075;
}
.AnyTagClassName
{
color: #D34075;
}
</style>
background-color css
<style>
a { background-color: #D34075; }
a { background-color: rgb(211,64,117); }
div.DivClassName
{
background-color: #D34075;
}
.BgClassName
{
background-color: #D34075;
}
</style>
border-color css
<style>
span { border-color: #D34075; }
span { border-color: rgb(211,64,117); }
td.TdClassName
{
border-color: #D34075;
}
.TagClassName
{
border-color: #D34075;
}
</style>