Shades of Cranberry #D5497B
Tints of Cranberry #D5497B
RGB
CMYK
RGB Variations
Color information
#D5497B (or 0xD5497B) is known color: Cranberry. HEX triplet: D5, 49 and 7B. RGB value is (213,73,123). Sum of RGB (Red+Green+Blue) = 213+73+123=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 73 (28.91% from 255 or 17.85% from 409); Blue value is 123 (48.44% from 255 or 30.07% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D5497B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5497B is #2AB684. Grayscale: #787878. Windows color (decimal): -2799237 or 8079829. OLE color: 8079829.
HSL color Cylindrical-coordinate representation of color #D5497B: hue angle of 338.57º 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 #D5497B is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 73 | 123 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.16 |
| HSL | 338.57º | 0.63% | 0.56% | - |
| HSV(B) | 338.57º | 0.66% | 0.84% | - |
| XYZ | 33.4 | 20.34 | 20.9 | - |
| YUV | 120.56 | 129.38 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 73 | 123 | 0 | 0.66 | 0.42 | 0.16 | 338.57 | 0.63 | 0.56 |
| Hex | D5 | 49 | 7B | 0 | 42 | 2A | 10 | 153 | 3E | 38 |
| Octal | 325 | 111 | 173 | 0 | 102 | 52 | 20 | 523 | 76 | 70 |
| Binary | 11010101 | 1001001 | 1111011 | 0 | 1000010 | 101010 | 10000 | 101010011 | 111110 | 111000 |
Color Harmonies of #D5497B
Complementary color
Monochromatic Colors of #D5497B
Black with #D5497B
Text Example
Text Example
White with #D5497B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5497B; }
p { color: rgb(213,73,123); }
H1.HeaderClassName
{
color: #D5497B;
}
.AnyTagClassName
{
color: #D5497B;
}
</style>
background-color css
<style>
a { background-color: #D5497B; }
a { background-color: rgb(213,73,123); }
div.DivClassName
{
background-color: #D5497B;
}
.BgClassName
{
background-color: #D5497B;
}
</style>
border-color css
<style>
span { border-color: #D5497B; }
span { border-color: rgb(213,73,123); }
td.TdClassName
{
border-color: #D5497B;
}
.TagClassName
{
border-color: #D5497B;
}
</style>