Shades of Cranberry #D3617A
Tints of Cranberry #D3617A
RGB
CMYK
RGB Variations
Color information
#D3617A (or 0xD3617A) is known color: Cranberry. HEX triplet: D3, 61 and 7A. RGB value is (211,97,122). Sum of RGB (Red+Green+Blue) = 211+97+122=430 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.07% from 430); Green value is 97 (38.28% from 255 or 22.56% from 430); Blue value is 122 (48.05% from 255 or 28.37% from 430); Max value from RGB is 211 - color contains mainly: red. Hex color #D3617A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3617A is #2C9E85. Grayscale: #858585. Windows color (decimal): -2924166 or 8020435. OLE color: 8020435.
HSL color Cylindrical-coordinate representation of color #D3617A: hue angle of 346.84º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D3617A is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 97 | 122 | - |
| CMYK | 0 | 0.54 | 0.42 | 0.17 |
| HSL | 346.84º | 0.56% | 0.6% | - |
| HSV(B) | 346.84º | 0.54% | 0.83% | - |
| XYZ | 34.65 | 23.8 | 21.18 | - |
| YUV | 133.94 | 121.27 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 97 | 122 | 0 | 0.54 | 0.42 | 0.17 | 346.84 | 0.56 | 0.6 |
| Hex | D3 | 61 | 7A | 0 | 36 | 2A | 11 | 15B | 38 | 3C |
| Octal | 323 | 141 | 172 | 0 | 66 | 52 | 21 | 533 | 70 | 74 |
| Binary | 11010011 | 1100001 | 1111010 | 0 | 110110 | 101010 | 10001 | 101011011 | 111000 | 111100 |
Color Harmonies of #D3617A
Complementary color
Monochromatic Colors of #D3617A
Black with #D3617A
Text Example
Text Example
White with #D3617A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3617A; }
p { color: rgb(211,97,122); }
H1.HeaderClassName
{
color: #D3617A;
}
.AnyTagClassName
{
color: #D3617A;
}
</style>
background-color css
<style>
a { background-color: #D3617A; }
a { background-color: rgb(211,97,122); }
div.DivClassName
{
background-color: #D3617A;
}
.BgClassName
{
background-color: #D3617A;
}
</style>
border-color css
<style>
span { border-color: #D3617A; }
span { border-color: rgb(211,97,122); }
td.TdClassName
{
border-color: #D3617A;
}
.TagClassName
{
border-color: #D3617A;
}
</style>