Shades of Cranberry #D4557C
Tints of Cranberry #D4557C
RGB
CMYK
RGB Variations
Color information
#D4557C (or 0xD4557C) is known color: Cranberry. HEX triplet: D4, 55 and 7C. RGB value is (212,85,124). Sum of RGB (Red+Green+Blue) = 212+85+124=421 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.36% from 421); Green value is 85 (33.59% from 255 or 20.19% from 421); Blue value is 124 (48.83% from 255 or 29.45% from 421); Max value from RGB is 212 - color contains mainly: red. Hex color #D4557C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4557C is #2BAA83. Grayscale: #7F7F7F. Windows color (decimal): -2861700 or 8148436. OLE color: 8148436.
HSL color Cylindrical-coordinate representation of color #D4557C: hue angle of 341.57º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D4557C is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 85 | 124 | - |
| CMYK | 0 | 0.60 | 0.42 | 0.17 |
| HSL | 341.57º | 0.6% | 0.58% | - |
| HSV(B) | 341.57º | 0.6% | 0.83% | - |
| XYZ | 34.04 | 21.95 | 21.51 | - |
| YUV | 127.42 | 126.08 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 85 | 124 | 0 | 0.60 | 0.42 | 0.17 | 341.57 | 0.6 | 0.58 |
| Hex | D4 | 55 | 7C | 0 | 3C | 2A | 11 | 156 | 3C | 3A |
| Octal | 324 | 125 | 174 | 0 | 74 | 52 | 21 | 526 | 74 | 72 |
| Binary | 11010100 | 1010101 | 1111100 | 0 | 111100 | 101010 | 10001 | 101010110 | 111100 | 111010 |
Color Harmonies of #D4557C
Complementary color
Monochromatic Colors of #D4557C
Black with #D4557C
Text Example
Text Example
White with #D4557C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4557C; }
p { color: rgb(212,85,124); }
H1.HeaderClassName
{
color: #D4557C;
}
.AnyTagClassName
{
color: #D4557C;
}
</style>
background-color css
<style>
a { background-color: #D4557C; }
a { background-color: rgb(212,85,124); }
div.DivClassName
{
background-color: #D4557C;
}
.BgClassName
{
background-color: #D4557C;
}
</style>
border-color css
<style>
span { border-color: #D4557C; }
span { border-color: rgb(212,85,124); }
td.TdClassName
{
border-color: #D4557C;
}
.TagClassName
{
border-color: #D4557C;
}
</style>