Shades of Cranberry #D4547B
Tints of Cranberry #D4547B
RGB
CMYK
RGB Variations
Color information
#D4547B (or 0xD4547B) is known color: Cranberry. HEX triplet: D4, 54 and 7B. RGB value is (212,84,123). Sum of RGB (Red+Green+Blue) = 212+84+123=419 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.60% from 419); Green value is 84 (33.20% from 255 or 20.05% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 212 - color contains mainly: red. Hex color #D4547B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4547B is #2BAB84. Grayscale: #7E7E7E. Windows color (decimal): -2861957 or 8082644. OLE color: 8082644.
HSL color Cylindrical-coordinate representation of color #D4547B: hue angle of 341.72º 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 #D4547B is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 84 | 123 | - |
| CMYK | 0 | 0.60 | 0.42 | 0.17 |
| HSL | 341.72º | 0.6% | 0.58% | - |
| HSV(B) | 341.72º | 0.6% | 0.83% | - |
| XYZ | 33.9 | 21.77 | 21.15 | - |
| YUV | 126.72 | 125.91 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 84 | 123 | 0 | 0.60 | 0.42 | 0.17 | 341.72 | 0.6 | 0.58 |
| Hex | D4 | 54 | 7B | 0 | 3C | 2A | 11 | 156 | 3C | 3A |
| Octal | 324 | 124 | 173 | 0 | 74 | 52 | 21 | 526 | 74 | 72 |
| Binary | 11010100 | 1010100 | 1111011 | 0 | 111100 | 101010 | 10001 | 101010110 | 111100 | 111010 |
Color Harmonies of #D4547B
Complementary color
Monochromatic Colors of #D4547B
Black with #D4547B
Text Example
Text Example
White with #D4547B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4547B; }
p { color: rgb(212,84,123); }
H1.HeaderClassName
{
color: #D4547B;
}
.AnyTagClassName
{
color: #D4547B;
}
</style>
background-color css
<style>
a { background-color: #D4547B; }
a { background-color: rgb(212,84,123); }
div.DivClassName
{
background-color: #D4547B;
}
.BgClassName
{
background-color: #D4547B;
}
</style>
border-color css
<style>
span { border-color: #D4547B; }
span { border-color: rgb(212,84,123); }
td.TdClassName
{
border-color: #D4547B;
}
.TagClassName
{
border-color: #D4547B;
}
</style>