Shades of Cranberry #D55F7B
Tints of Cranberry #D55F7B
RGB
CMYK
RGB Variations
Color information
#D55F7B (or 0xD55F7B) is known color: Cranberry. HEX triplet: D5, 5F and 7B. RGB value is (213,95,123). Sum of RGB (Red+Green+Blue) = 213+95+123=431 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.42% from 431); Green value is 95 (37.5% from 255 or 22.04% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 213 - color contains mainly: red. Hex color #D55F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55F7B is #2AA084. Grayscale: #858585. Windows color (decimal): -2793605 or 8085461. OLE color: 8085461.
HSL color Cylindrical-coordinate representation of color #D55F7B: hue angle of 345.76º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D55F7B is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 95 | 123 | - |
| CMYK | 0 | 0.55 | 0.42 | 0.16 |
| HSL | 345.76º | 0.58% | 0.6% | - |
| HSV(B) | 345.76º | 0.55% | 0.84% | - |
| XYZ | 35.11 | 23.76 | 21.47 | - |
| YUV | 133.47 | 122.09 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 95 | 123 | 0 | 0.55 | 0.42 | 0.16 | 345.76 | 0.58 | 0.6 |
| Hex | D5 | 5F | 7B | 0 | 37 | 2A | 10 | 15A | 3A | 3C |
| Octal | 325 | 137 | 173 | 0 | 67 | 52 | 20 | 532 | 72 | 74 |
| Binary | 11010101 | 1011111 | 1111011 | 0 | 110111 | 101010 | 10000 | 101011010 | 111010 | 111100 |
Color Harmonies of #D55F7B
Complementary color
Monochromatic Colors of #D55F7B
Black with #D55F7B
Text Example
Text Example
White with #D55F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55F7B; }
p { color: rgb(213,95,123); }
H1.HeaderClassName
{
color: #D55F7B;
}
.AnyTagClassName
{
color: #D55F7B;
}
</style>
background-color css
<style>
a { background-color: #D55F7B; }
a { background-color: rgb(213,95,123); }
div.DivClassName
{
background-color: #D55F7B;
}
.BgClassName
{
background-color: #D55F7B;
}
</style>
border-color css
<style>
span { border-color: #D55F7B; }
span { border-color: rgb(213,95,123); }
td.TdClassName
{
border-color: #D55F7B;
}
.TagClassName
{
border-color: #D55F7B;
}
</style>