Shades of Cranberry #D4547A
Tints of Cranberry #D4547A
RGB
CMYK
RGB Variations
Color information
#D4547A (or 0xD4547A) is known color: Cranberry. HEX triplet: D4, 54 and 7A. RGB value is (212,84,122). Sum of RGB (Red+Green+Blue) = 212+84+122=418 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.72% from 418); Green value is 84 (33.20% from 255 or 20.10% from 418); Blue value is 122 (48.05% from 255 or 29.19% from 418); Max value from RGB is 212 - color contains mainly: red. Hex color #D4547A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4547A is #2BAB85. Grayscale: #7E7E7E. Windows color (decimal): -2861958 or 8017108. OLE color: 8017108.
HSL color Cylindrical-coordinate representation of color #D4547A: hue angle of 342.19º 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 #D4547A is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 84 | 122 | - |
| CMYK | 0 | 0.60 | 0.42 | 0.17 |
| HSL | 342.19º | 0.6% | 0.58% | - |
| HSV(B) | 342.19º | 0.6% | 0.83% | - |
| XYZ | 33.83 | 21.74 | 20.83 | - |
| YUV | 126.6 | 125.41 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 84 | 122 | 0 | 0.60 | 0.42 | 0.17 | 342.19 | 0.6 | 0.58 |
| Hex | D4 | 54 | 7A | 0 | 3C | 2A | 11 | 156 | 3C | 3A |
| Octal | 324 | 124 | 172 | 0 | 74 | 52 | 21 | 526 | 74 | 72 |
| Binary | 11010100 | 1010100 | 1111010 | 0 | 111100 | 101010 | 10001 | 101010110 | 111100 | 111010 |
Color Harmonies of #D4547A
Complementary color
Monochromatic Colors of #D4547A
Black with #D4547A
Text Example
Text Example
White with #D4547A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4547A; }
p { color: rgb(212,84,122); }
H1.HeaderClassName
{
color: #D4547A;
}
.AnyTagClassName
{
color: #D4547A;
}
</style>
background-color css
<style>
a { background-color: #D4547A; }
a { background-color: rgb(212,84,122); }
div.DivClassName
{
background-color: #D4547A;
}
.BgClassName
{
background-color: #D4547A;
}
</style>
border-color css
<style>
span { border-color: #D4547A; }
span { border-color: rgb(212,84,122); }
td.TdClassName
{
border-color: #D4547A;
}
.TagClassName
{
border-color: #D4547A;
}
</style>