Shades of Cranberry #D34175
Tints of Cranberry #D34175
RGB
CMYK
RGB Variations
Color information
#D34175 (or 0xD34175) is known color: Cranberry. HEX triplet: D3, 41 and 75. RGB value is (211,65,117). Sum of RGB (Red+Green+Blue) = 211+65+117=393 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.69% from 393); Green value is 65 (25.78% from 255 or 16.54% from 393); Blue value is 117 (46.09% from 255 or 29.77% from 393); Max value from RGB is 211 - color contains mainly: red. Hex color #D34175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34175 is #2CBE8A. Grayscale: #727272. Windows color (decimal): -2932363 or 7684563. OLE color: 7684563.
HSL color Cylindrical-coordinate representation of color #D34175: hue angle of 338.63º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D34175 is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 65 | 117 | - |
| CMYK | 0 | 0.69 | 0.45 | 0.17 |
| HSL | 338.63º | 0.62% | 0.54% | - |
| HSV(B) | 338.63º | 0.69% | 0.83% | - |
| XYZ | 31.97 | 18.91 | 18.8 | - |
| YUV | 114.58 | 129.37 | 196.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 65 | 117 | 0 | 0.69 | 0.45 | 0.17 | 338.63 | 0.62 | 0.54 |
| Hex | D3 | 41 | 75 | 0 | 45 | 2D | 11 | 153 | 3E | 36 |
| Octal | 323 | 101 | 165 | 0 | 105 | 55 | 21 | 523 | 76 | 66 |
| Binary | 11010011 | 1000001 | 1110101 | 0 | 1000101 | 101101 | 10001 | 101010011 | 111110 | 110110 |
Color Harmonies of #D34175
Complementary color
Monochromatic Colors of #D34175
Black with #D34175
Text Example
Text Example
White with #D34175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34175; }
p { color: rgb(211,65,117); }
H1.HeaderClassName
{
color: #D34175;
}
.AnyTagClassName
{
color: #D34175;
}
</style>
background-color css
<style>
a { background-color: #D34175; }
a { background-color: rgb(211,65,117); }
div.DivClassName
{
background-color: #D34175;
}
.BgClassName
{
background-color: #D34175;
}
</style>
border-color css
<style>
span { border-color: #D34175; }
span { border-color: rgb(211,65,117); }
td.TdClassName
{
border-color: #D34175;
}
.TagClassName
{
border-color: #D34175;
}
</style>