Shades of Cranberry #D3497A
Tints of Cranberry #D3497A
RGB
CMYK
RGB Variations
Color information
#D3497A (or 0xD3497A) is known color: Cranberry. HEX triplet: D3, 49 and 7A. RGB value is (211,73,122). Sum of RGB (Red+Green+Blue) = 211+73+122=406 (53% of max value = 765). Red value is 211 (82.81% from 255 or 51.97% from 406); Green value is 73 (28.91% from 255 or 17.98% from 406); Blue value is 122 (48.05% from 255 or 30.05% from 406); Max value from RGB is 211 - color contains mainly: red. Hex color #D3497A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3497A is #2CB685. Grayscale: #777777. Windows color (decimal): -2930310 or 8014291. OLE color: 8014291.
HSL color Cylindrical-coordinate representation of color #D3497A: hue angle of 338.7º 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 #D3497A is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 73 | 122 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.17 |
| HSL | 338.7º | 0.61% | 0.56% | - |
| HSV(B) | 338.7º | 0.65% | 0.83% | - |
| XYZ | 32.76 | 20.02 | 20.55 | - |
| YUV | 119.85 | 129.22 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 73 | 122 | 0 | 0.65 | 0.42 | 0.17 | 338.7 | 0.61 | 0.56 |
| Hex | D3 | 49 | 7A | 0 | 41 | 2A | 11 | 153 | 3D | 38 |
| Octal | 323 | 111 | 172 | 0 | 101 | 52 | 21 | 523 | 75 | 70 |
| Binary | 11010011 | 1001001 | 1111010 | 0 | 1000001 | 101010 | 10001 | 101010011 | 111101 | 111000 |
Color Harmonies of #D3497A
Complementary color
Monochromatic Colors of #D3497A
Black with #D3497A
Text Example
Text Example
White with #D3497A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3497A; }
p { color: rgb(211,73,122); }
H1.HeaderClassName
{
color: #D3497A;
}
.AnyTagClassName
{
color: #D3497A;
}
</style>
background-color css
<style>
a { background-color: #D3497A; }
a { background-color: rgb(211,73,122); }
div.DivClassName
{
background-color: #D3497A;
}
.BgClassName
{
background-color: #D3497A;
}
</style>
border-color css
<style>
span { border-color: #D3497A; }
span { border-color: rgb(211,73,122); }
td.TdClassName
{
border-color: #D3497A;
}
.TagClassName
{
border-color: #D3497A;
}
</style>