Shades of Cranberry #D4477C
Tints of Cranberry #D4477C
RGB
CMYK
RGB Variations
Color information
#D4477C (or 0xD4477C) is known color: Cranberry. HEX triplet: D4, 47 and 7C. RGB value is (212,71,124). Sum of RGB (Red+Green+Blue) = 212+71+124=407 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.09% from 407); Green value is 71 (28.12% from 255 or 17.44% from 407); Blue value is 124 (48.83% from 255 or 30.47% from 407); Max value from RGB is 212 - color contains mainly: red. Hex color #D4477C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4477C is #2BB883. Grayscale: #777777. Windows color (decimal): -2865284 or 8144852. OLE color: 8144852.
HSL color Cylindrical-coordinate representation of color #D4477C: hue angle of 337.45º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D4477C is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 71 | 124 | - |
| CMYK | 0 | 0.67 | 0.42 | 0.17 |
| HSL | 337.45º | 0.62% | 0.55% | - |
| HSV(B) | 337.45º | 0.67% | 0.83% | - |
| XYZ | 33.04 | 19.96 | 21.18 | - |
| YUV | 119.2 | 130.71 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 71 | 124 | 0 | 0.67 | 0.42 | 0.17 | 337.45 | 0.62 | 0.55 |
| Hex | D4 | 47 | 7C | 0 | 43 | 2A | 11 | 151 | 3E | 37 |
| Octal | 324 | 107 | 174 | 0 | 103 | 52 | 21 | 521 | 76 | 67 |
| Binary | 11010100 | 1000111 | 1111100 | 0 | 1000011 | 101010 | 10001 | 101010001 | 111110 | 110111 |
Color Harmonies of #D4477C
Complementary color
Monochromatic Colors of #D4477C
Black with #D4477C
Text Example
Text Example
White with #D4477C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4477C; }
p { color: rgb(212,71,124); }
H1.HeaderClassName
{
color: #D4477C;
}
.AnyTagClassName
{
color: #D4477C;
}
</style>
background-color css
<style>
a { background-color: #D4477C; }
a { background-color: rgb(212,71,124); }
div.DivClassName
{
background-color: #D4477C;
}
.BgClassName
{
background-color: #D4477C;
}
</style>
border-color css
<style>
span { border-color: #D4477C; }
span { border-color: rgb(212,71,124); }
td.TdClassName
{
border-color: #D4477C;
}
.TagClassName
{
border-color: #D4477C;
}
</style>