Shades of Cranberry #D54885
Tints of Cranberry #D54885
RGB
CMYK
RGB Variations
Color information
#D54885 (or 0xD54885) is known color: Cranberry. HEX triplet: D5, 48 and 85. RGB value is (213,72,133). Sum of RGB (Red+Green+Blue) = 213+72+133=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 72 (28.52% from 255 or 17.22% from 418); Blue value is 133 (52.34% from 255 or 31.82% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D54885 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54885 is #2AB77A. Grayscale: #797979. Windows color (decimal): -2799483 or 8734933. OLE color: 8734933.
HSL color Cylindrical-coordinate representation of color #D54885: hue angle of 334.04º degrees, saturation: 0.63, 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 #D54885 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 72 | 133 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.16 |
| HSL | 334.04º | 0.63% | 0.56% | - |
| HSV(B) | 334.04º | 0.66% | 0.84% | - |
| XYZ | 33.99 | 20.47 | 24.35 | - |
| YUV | 121.11 | 134.71 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 72 | 133 | 0 | 0.66 | 0.38 | 0.16 | 334.04 | 0.63 | 0.56 |
| Hex | D5 | 48 | 85 | 0 | 42 | 26 | 10 | 14E | 3F | 38 |
| Octal | 325 | 110 | 205 | 0 | 102 | 46 | 20 | 516 | 77 | 70 |
| Binary | 11010101 | 1001000 | 10000101 | 0 | 1000010 | 100110 | 10000 | 101001110 | 111111 | 111000 |
Color Harmonies of #D54885
Complementary color
Monochromatic Colors of #D54885
Black with #D54885
Text Example
Text Example
White with #D54885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54885; }
p { color: rgb(213,72,133); }
H1.HeaderClassName
{
color: #D54885;
}
.AnyTagClassName
{
color: #D54885;
}
</style>
background-color css
<style>
a { background-color: #D54885; }
a { background-color: rgb(213,72,133); }
div.DivClassName
{
background-color: #D54885;
}
.BgClassName
{
background-color: #D54885;
}
</style>
border-color css
<style>
span { border-color: #D54885; }
span { border-color: rgb(213,72,133); }
td.TdClassName
{
border-color: #D54885;
}
.TagClassName
{
border-color: #D54885;
}
</style>