Shades of Cranberry #D4557B
Tints of Cranberry #D4557B
RGB
CMYK
RGB Variations
Color information
#D4557B (or 0xD4557B) is known color: Cranberry. HEX triplet: D4, 55 and 7B. RGB value is (212,85,123). Sum of RGB (Red+Green+Blue) = 212+85+123=420 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.48% from 420); Green value is 85 (33.59% from 255 or 20.24% from 420); Blue value is 123 (48.44% from 255 or 29.29% from 420); Max value from RGB is 212 - color contains mainly: red. Hex color #D4557B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4557B is #2BAA84. Grayscale: #7F7F7F. Windows color (decimal): -2861701 or 8082900. OLE color: 8082900.
HSL color Cylindrical-coordinate representation of color #D4557B: hue angle of 342.05º 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 #D4557B is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 85 | 123 | - |
| CMYK | 0 | 0.60 | 0.42 | 0.17 |
| HSL | 342.05º | 0.6% | 0.58% | - |
| HSV(B) | 342.05º | 0.6% | 0.83% | - |
| XYZ | 33.98 | 21.92 | 21.18 | - |
| YUV | 127.31 | 125.58 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 85 | 123 | 0 | 0.60 | 0.42 | 0.17 | 342.05 | 0.6 | 0.58 |
| Hex | D4 | 55 | 7B | 0 | 3C | 2A | 11 | 156 | 3C | 3A |
| Octal | 324 | 125 | 173 | 0 | 74 | 52 | 21 | 526 | 74 | 72 |
| Binary | 11010100 | 1010101 | 1111011 | 0 | 111100 | 101010 | 10001 | 101010110 | 111100 | 111010 |
Color Harmonies of #D4557B
Complementary color
Monochromatic Colors of #D4557B
Black with #D4557B
Text Example
Text Example
White with #D4557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4557B; }
p { color: rgb(212,85,123); }
H1.HeaderClassName
{
color: #D4557B;
}
.AnyTagClassName
{
color: #D4557B;
}
</style>
background-color css
<style>
a { background-color: #D4557B; }
a { background-color: rgb(212,85,123); }
div.DivClassName
{
background-color: #D4557B;
}
.BgClassName
{
background-color: #D4557B;
}
</style>
border-color css
<style>
span { border-color: #D4557B; }
span { border-color: rgb(212,85,123); }
td.TdClassName
{
border-color: #D4557B;
}
.TagClassName
{
border-color: #D4557B;
}
</style>