Shades of Cranberry #D5647B
Tints of Cranberry #D5647B
RGB
CMYK
RGB Variations
Color information
#D5647B (or 0xD5647B) is known color: Cranberry. HEX triplet: D5, 64 and 7B. RGB value is (213,100,123). Sum of RGB (Red+Green+Blue) = 213+100+123=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 100 (39.45% from 255 or 22.94% from 436); Blue value is 123 (48.44% from 255 or 28.21% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D5647B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5647B is #2A9B84. Grayscale: #888888. Windows color (decimal): -2792325 or 8086741. OLE color: 8086741.
HSL color Cylindrical-coordinate representation of color #D5647B: hue angle of 347.79º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D5647B is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 100 | 123 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.16 |
| HSL | 347.79º | 0.57% | 0.61% | - |
| HSV(B) | 347.79º | 0.53% | 0.84% | - |
| XYZ | 35.57 | 24.69 | 21.63 | - |
| YUV | 136.41 | 120.44 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 100 | 123 | 0 | 0.53 | 0.42 | 0.16 | 347.79 | 0.57 | 0.61 |
| Hex | D5 | 64 | 7B | 0 | 35 | 2A | 10 | 15C | 39 | 3D |
| Octal | 325 | 144 | 173 | 0 | 65 | 52 | 20 | 534 | 71 | 75 |
| Binary | 11010101 | 1100100 | 1111011 | 0 | 110101 | 101010 | 10000 | 101011100 | 111001 | 111101 |
Color Harmonies of #D5647B
Complementary color
Monochromatic Colors of #D5647B
Black with #D5647B
Text Example
Text Example
White with #D5647B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5647B; }
p { color: rgb(213,100,123); }
H1.HeaderClassName
{
color: #D5647B;
}
.AnyTagClassName
{
color: #D5647B;
}
</style>
background-color css
<style>
a { background-color: #D5647B; }
a { background-color: rgb(213,100,123); }
div.DivClassName
{
background-color: #D5647B;
}
.BgClassName
{
background-color: #D5647B;
}
</style>
border-color css
<style>
span { border-color: #D5647B; }
span { border-color: rgb(213,100,123); }
td.TdClassName
{
border-color: #D5647B;
}
.TagClassName
{
border-color: #D5647B;
}
</style>