Shades of Cranberry #D5467B
Tints of Cranberry #D5467B
RGB
CMYK
RGB Variations
Color information
#D5467B (or 0xD5467B) is known color: Cranberry. HEX triplet: D5, 46 and 7B. RGB value is (213,70,123). Sum of RGB (Red+Green+Blue) = 213+70+123=406 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.46% from 406); Green value is 70 (27.73% from 255 or 17.24% from 406); Blue value is 123 (48.44% from 255 or 30.30% from 406); Max value from RGB is 213 - color contains mainly: red. Hex color #D5467B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5467B is #2AB984. Grayscale: #767676. Windows color (decimal): -2800005 or 8079061. OLE color: 8079061.
HSL color Cylindrical-coordinate representation of color #D5467B: hue angle of 337.76º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D5467B is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 70 | 123 | - |
| CMYK | 0 | 0.67 | 0.42 | 0.16 |
| HSL | 337.76º | 0.63% | 0.55% | - |
| HSV(B) | 337.76º | 0.67% | 0.84% | - |
| XYZ | 33.21 | 19.96 | 20.84 | - |
| YUV | 118.8 | 130.38 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 70 | 123 | 0 | 0.67 | 0.42 | 0.16 | 337.76 | 0.63 | 0.55 |
| Hex | D5 | 46 | 7B | 0 | 43 | 2A | 10 | 152 | 3F | 37 |
| Octal | 325 | 106 | 173 | 0 | 103 | 52 | 20 | 522 | 77 | 67 |
| Binary | 11010101 | 1000110 | 1111011 | 0 | 1000011 | 101010 | 10000 | 101010010 | 111111 | 110111 |
Color Harmonies of #D5467B
Complementary color
Monochromatic Colors of #D5467B
Black with #D5467B
Text Example
Text Example
White with #D5467B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5467B; }
p { color: rgb(213,70,123); }
H1.HeaderClassName
{
color: #D5467B;
}
.AnyTagClassName
{
color: #D5467B;
}
</style>
background-color css
<style>
a { background-color: #D5467B; }
a { background-color: rgb(213,70,123); }
div.DivClassName
{
background-color: #D5467B;
}
.BgClassName
{
background-color: #D5467B;
}
</style>
border-color css
<style>
span { border-color: #D5467B; }
span { border-color: rgb(213,70,123); }
td.TdClassName
{
border-color: #D5467B;
}
.TagClassName
{
border-color: #D5467B;
}
</style>