Shades of Cranberry #D54773
Tints of Cranberry #D54773
RGB
CMYK
RGB Variations
Color information
#D54773 (or 0xD54773) is known color: Cranberry. HEX triplet: D5, 47 and 73. RGB value is (213,71,115). Sum of RGB (Red+Green+Blue) = 213+71+115=399 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.38% from 399); Green value is 71 (28.12% from 255 or 17.79% from 399); Blue value is 115 (45.31% from 255 or 28.82% from 399); Max value from RGB is 213 - color contains mainly: red. Hex color #D54773 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54773 is #2AB88C. Grayscale: #767676. Windows color (decimal): -2799757 or 7555029. OLE color: 7555029.
HSL color Cylindrical-coordinate representation of color #D54773: hue angle of 341.41º 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 #D54773 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 71 | 115 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.16 |
| HSL | 341.41º | 0.63% | 0.56% | - |
| HSV(B) | 341.41º | 0.67% | 0.84% | - |
| XYZ | 32.79 | 19.89 | 18.33 | - |
| YUV | 118.47 | 126.04 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 71 | 115 | 0 | 0.67 | 0.46 | 0.16 | 341.41 | 0.63 | 0.56 |
| Hex | D5 | 47 | 73 | 0 | 43 | 2E | 10 | 155 | 3F | 38 |
| Octal | 325 | 107 | 163 | 0 | 103 | 56 | 20 | 525 | 77 | 70 |
| Binary | 11010101 | 1000111 | 1110011 | 0 | 1000011 | 101110 | 10000 | 101010101 | 111111 | 111000 |
Color Harmonies of #D54773
Complementary color
Monochromatic Colors of #D54773
Black with #D54773
Text Example
Text Example
White with #D54773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54773; }
p { color: rgb(213,71,115); }
H1.HeaderClassName
{
color: #D54773;
}
.AnyTagClassName
{
color: #D54773;
}
</style>
background-color css
<style>
a { background-color: #D54773; }
a { background-color: rgb(213,71,115); }
div.DivClassName
{
background-color: #D54773;
}
.BgClassName
{
background-color: #D54773;
}
</style>
border-color css
<style>
span { border-color: #D54773; }
span { border-color: rgb(213,71,115); }
td.TdClassName
{
border-color: #D54773;
}
.TagClassName
{
border-color: #D54773;
}
</style>