Shades of Cranberry #D4647C
Tints of Cranberry #D4647C
RGB
CMYK
RGB Variations
Color information
#D4647C (or 0xD4647C) is known color: Cranberry. HEX triplet: D4, 64 and 7C. RGB value is (212,100,124). Sum of RGB (Red+Green+Blue) = 212+100+124=436 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.62% from 436); Green value is 100 (39.45% from 255 or 22.94% from 436); Blue value is 124 (48.83% from 255 or 28.44% from 436); Max value from RGB is 212 - color contains mainly: red. Hex color #D4647C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4647C is #2B9B83. Grayscale: #888888. Windows color (decimal): -2857860 or 8152276. OLE color: 8152276.
HSL color Cylindrical-coordinate representation of color #D4647C: hue angle of 347.14º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D4647C is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 100 | 124 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.17 |
| HSL | 347.14º | 0.57% | 0.61% | - |
| HSV(B) | 347.14º | 0.53% | 0.83% | - |
| XYZ | 35.35 | 24.57 | 21.95 | - |
| YUV | 136.22 | 121.11 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 100 | 124 | 0 | 0.53 | 0.42 | 0.17 | 347.14 | 0.57 | 0.61 |
| Hex | D4 | 64 | 7C | 0 | 35 | 2A | 11 | 15B | 39 | 3D |
| Octal | 324 | 144 | 174 | 0 | 65 | 52 | 21 | 533 | 71 | 75 |
| Binary | 11010100 | 1100100 | 1111100 | 0 | 110101 | 101010 | 10001 | 101011011 | 111001 | 111101 |
Color Harmonies of #D4647C
Complementary color
Monochromatic Colors of #D4647C
Black with #D4647C
Text Example
Text Example
White with #D4647C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4647C; }
p { color: rgb(212,100,124); }
H1.HeaderClassName
{
color: #D4647C;
}
.AnyTagClassName
{
color: #D4647C;
}
</style>
background-color css
<style>
a { background-color: #D4647C; }
a { background-color: rgb(212,100,124); }
div.DivClassName
{
background-color: #D4647C;
}
.BgClassName
{
background-color: #D4647C;
}
</style>
border-color css
<style>
span { border-color: #D4647C; }
span { border-color: rgb(212,100,124); }
td.TdClassName
{
border-color: #D4647C;
}
.TagClassName
{
border-color: #D4647C;
}
</style>