Shades of Cranberry #D5477C
Tints of Cranberry #D5477C
RGB
CMYK
RGB Variations
Color information
#D5477C (or 0xD5477C) is known color: Cranberry. HEX triplet: D5, 47 and 7C. RGB value is (213,71,124). Sum of RGB (Red+Green+Blue) = 213+71+124=408 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.21% from 408); Green value is 71 (28.12% from 255 or 17.40% from 408); Blue value is 124 (48.83% from 255 or 30.39% from 408); Max value from RGB is 213 - color contains mainly: red. Hex color #D5477C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5477C is #2AB883. Grayscale: #777777. Windows color (decimal): -2799748 or 8144853. OLE color: 8144853.
HSL color Cylindrical-coordinate representation of color #D5477C: hue angle of 337.61º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D5477C is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 71 | 124 | - |
| CMYK | 0 | 0.67 | 0.42 | 0.16 |
| HSL | 337.61º | 0.63% | 0.56% | - |
| HSV(B) | 337.61º | 0.67% | 0.84% | - |
| XYZ | 33.33 | 20.11 | 21.19 | - |
| YUV | 119.5 | 130.54 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 71 | 124 | 0 | 0.67 | 0.42 | 0.16 | 337.61 | 0.63 | 0.56 |
| Hex | D5 | 47 | 7C | 0 | 43 | 2A | 10 | 152 | 3F | 38 |
| Octal | 325 | 107 | 174 | 0 | 103 | 52 | 20 | 522 | 77 | 70 |
| Binary | 11010101 | 1000111 | 1111100 | 0 | 1000011 | 101010 | 10000 | 101010010 | 111111 | 111000 |
Color Harmonies of #D5477C
Complementary color
Monochromatic Colors of #D5477C
Black with #D5477C
Text Example
Text Example
White with #D5477C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5477C; }
p { color: rgb(213,71,124); }
H1.HeaderClassName
{
color: #D5477C;
}
.AnyTagClassName
{
color: #D5477C;
}
</style>
background-color css
<style>
a { background-color: #D5477C; }
a { background-color: rgb(213,71,124); }
div.DivClassName
{
background-color: #D5477C;
}
.BgClassName
{
background-color: #D5477C;
}
</style>
border-color css
<style>
span { border-color: #D5477C; }
span { border-color: rgb(213,71,124); }
td.TdClassName
{
border-color: #D5477C;
}
.TagClassName
{
border-color: #D5477C;
}
</style>