Shades of Cranberry #D5497F
Tints of Cranberry #D5497F
RGB
CMYK
RGB Variations
Color information
#D5497F (or 0xD5497F) is known color: Cranberry. HEX triplet: D5, 49 and 7F. RGB value is (213,73,127). Sum of RGB (Red+Green+Blue) = 213+73+127=413 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.57% from 413); Green value is 73 (28.91% from 255 or 17.68% from 413); Blue value is 127 (50% from 255 or 30.75% from 413); Max value from RGB is 213 - color contains mainly: red. Hex color #D5497F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5497F is #2AB680. Grayscale: #787878. Windows color (decimal): -2799233 or 8341973. OLE color: 8341973.
HSL color Cylindrical-coordinate representation of color #D5497F: hue angle of 336.86º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D5497F is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 73 | 127 | - |
| CMYK | 0 | 0.66 | 0.40 | 0.16 |
| HSL | 336.86º | 0.63% | 0.56% | - |
| HSV(B) | 336.86º | 0.66% | 0.84% | - |
| XYZ | 33.65 | 20.44 | 22.25 | - |
| YUV | 121.02 | 131.38 | 193.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 73 | 127 | 0 | 0.66 | 0.40 | 0.16 | 336.86 | 0.63 | 0.56 |
| Hex | D5 | 49 | 7F | 0 | 42 | 28 | 10 | 151 | 3E | 38 |
| Octal | 325 | 111 | 177 | 0 | 102 | 50 | 20 | 521 | 76 | 70 |
| Binary | 11010101 | 1001001 | 1111111 | 0 | 1000010 | 101000 | 10000 | 101010001 | 111110 | 111000 |
Color Harmonies of #D5497F
Complementary color
Monochromatic Colors of #D5497F
Black with #D5497F
Text Example
Text Example
White with #D5497F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5497F; }
p { color: rgb(213,73,127); }
H1.HeaderClassName
{
color: #D5497F;
}
.AnyTagClassName
{
color: #D5497F;
}
</style>
background-color css
<style>
a { background-color: #D5497F; }
a { background-color: rgb(213,73,127); }
div.DivClassName
{
background-color: #D5497F;
}
.BgClassName
{
background-color: #D5497F;
}
</style>
border-color css
<style>
span { border-color: #D5497F; }
span { border-color: rgb(213,73,127); }
td.TdClassName
{
border-color: #D5497F;
}
.TagClassName
{
border-color: #D5497F;
}
</style>