Shades of Cranberry #D4647B
Tints of Cranberry #D4647B
RGB
CMYK
RGB Variations
Color information
#D4647B (or 0xD4647B) is known color: Cranberry. HEX triplet: D4, 64 and 7B. RGB value is (212,100,123). Sum of RGB (Red+Green+Blue) = 212+100+123=435 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.74% from 435); Green value is 100 (39.45% from 255 or 22.99% from 435); Blue value is 123 (48.44% from 255 or 28.28% from 435); Max value from RGB is 212 - color contains mainly: red. Hex color #D4647B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4647B is #2B9B84. Grayscale: #888888. Windows color (decimal): -2857861 or 8086740. OLE color: 8086740.
HSL color Cylindrical-coordinate representation of color #D4647B: hue angle of 347.68º 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 #D4647B is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 100 | 123 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.17 |
| HSL | 347.68º | 0.57% | 0.61% | - |
| HSV(B) | 347.68º | 0.53% | 0.83% | - |
| XYZ | 35.28 | 24.54 | 21.62 | - |
| YUV | 136.11 | 120.61 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 100 | 123 | 0 | 0.53 | 0.42 | 0.17 | 347.68 | 0.57 | 0.61 |
| Hex | D4 | 64 | 7B | 0 | 35 | 2A | 11 | 15C | 39 | 3D |
| Octal | 324 | 144 | 173 | 0 | 65 | 52 | 21 | 534 | 71 | 75 |
| Binary | 11010100 | 1100100 | 1111011 | 0 | 110101 | 101010 | 10001 | 101011100 | 111001 | 111101 |
Color Harmonies of #D4647B
Complementary color
Monochromatic Colors of #D4647B
Black with #D4647B
Text Example
Text Example
White with #D4647B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4647B; }
p { color: rgb(212,100,123); }
H1.HeaderClassName
{
color: #D4647B;
}
.AnyTagClassName
{
color: #D4647B;
}
</style>
background-color css
<style>
a { background-color: #D4647B; }
a { background-color: rgb(212,100,123); }
div.DivClassName
{
background-color: #D4647B;
}
.BgClassName
{
background-color: #D4647B;
}
</style>
border-color css
<style>
span { border-color: #D4647B; }
span { border-color: rgb(212,100,123); }
td.TdClassName
{
border-color: #D4647B;
}
.TagClassName
{
border-color: #D4647B;
}
</style>