Shades of Cranberry #D5457C
Tints of Cranberry #D5457C
RGB
CMYK
RGB Variations
Color information
#D5457C (or 0xD5457C) is known color: Cranberry. HEX triplet: D5, 45 and 7C. RGB value is (213,69,124). Sum of RGB (Red+Green+Blue) = 213+69+124=406 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.46% from 406); Green value is 69 (27.34% from 255 or 17.00% from 406); Blue value is 124 (48.83% from 255 or 30.54% from 406); Max value from RGB is 213 - color contains mainly: red. Hex color #D5457C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5457C is #2ABA83. Grayscale: #767676. Windows color (decimal): -2800260 or 8144341. OLE color: 8144341.
HSL color Cylindrical-coordinate representation of color #D5457C: hue angle of 337.08º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D5457C is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 69 | 124 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.16 |
| HSL | 337.08º | 0.63% | 0.55% | - |
| HSV(B) | 337.08º | 0.68% | 0.84% | - |
| XYZ | 33.21 | 19.86 | 21.15 | - |
| YUV | 118.33 | 131.21 | 195.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 69 | 124 | 0 | 0.68 | 0.42 | 0.16 | 337.08 | 0.63 | 0.55 |
| Hex | D5 | 45 | 7C | 0 | 44 | 2A | 10 | 151 | 3F | 37 |
| Octal | 325 | 105 | 174 | 0 | 104 | 52 | 20 | 521 | 77 | 67 |
| Binary | 11010101 | 1000101 | 1111100 | 0 | 1000100 | 101010 | 10000 | 101010001 | 111111 | 110111 |
Color Harmonies of #D5457C
Complementary color
Monochromatic Colors of #D5457C
Black with #D5457C
Text Example
Text Example
White with #D5457C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5457C; }
p { color: rgb(213,69,124); }
H1.HeaderClassName
{
color: #D5457C;
}
.AnyTagClassName
{
color: #D5457C;
}
</style>
background-color css
<style>
a { background-color: #D5457C; }
a { background-color: rgb(213,69,124); }
div.DivClassName
{
background-color: #D5457C;
}
.BgClassName
{
background-color: #D5457C;
}
</style>
border-color css
<style>
span { border-color: #D5457C; }
span { border-color: rgb(213,69,124); }
td.TdClassName
{
border-color: #D5457C;
}
.TagClassName
{
border-color: #D5457C;
}
</style>