Shades of Cranberry #D3497D
Tints of Cranberry #D3497D
RGB
CMYK
RGB Variations
Color information
#D3497D (or 0xD3497D) is known color: Cranberry. HEX triplet: D3, 49 and 7D. RGB value is (211,73,125). Sum of RGB (Red+Green+Blue) = 211+73+125=409 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.59% from 409); Green value is 73 (28.91% from 255 or 17.85% from 409); Blue value is 125 (49.22% from 255 or 30.56% from 409); Max value from RGB is 211 - color contains mainly: red. Hex color #D3497D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3497D is #2CB682. Grayscale: #787878. Windows color (decimal): -2930307 or 8210899. OLE color: 8210899.
HSL color Cylindrical-coordinate representation of color #D3497D: hue angle of 337.39º 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 #D3497D is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 73 | 125 | - |
| CMYK | 0 | 0.65 | 0.41 | 0.17 |
| HSL | 337.39º | 0.61% | 0.56% | - |
| HSV(B) | 337.39º | 0.65% | 0.83% | - |
| XYZ | 32.95 | 20.09 | 21.54 | - |
| YUV | 120.19 | 130.72 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 73 | 125 | 0 | 0.65 | 0.41 | 0.17 | 337.39 | 0.61 | 0.56 |
| Hex | D3 | 49 | 7D | 0 | 41 | 29 | 11 | 151 | 3D | 38 |
| Octal | 323 | 111 | 175 | 0 | 101 | 51 | 21 | 521 | 75 | 70 |
| Binary | 11010011 | 1001001 | 1111101 | 0 | 1000001 | 101001 | 10001 | 101010001 | 111101 | 111000 |
Color Harmonies of #D3497D
Complementary color
Monochromatic Colors of #D3497D
Black with #D3497D
Text Example
Text Example
White with #D3497D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3497D; }
p { color: rgb(211,73,125); }
H1.HeaderClassName
{
color: #D3497D;
}
.AnyTagClassName
{
color: #D3497D;
}
</style>
background-color css
<style>
a { background-color: #D3497D; }
a { background-color: rgb(211,73,125); }
div.DivClassName
{
background-color: #D3497D;
}
.BgClassName
{
background-color: #D3497D;
}
</style>
border-color css
<style>
span { border-color: #D3497D; }
span { border-color: rgb(211,73,125); }
td.TdClassName
{
border-color: #D3497D;
}
.TagClassName
{
border-color: #D3497D;
}
</style>