Shades of Cranberry #D75E7B
Tints of Cranberry #D75E7B
RGB
CMYK
RGB Variations
Color information
#D75E7B (or 0xD75E7B) is known color: Cranberry. HEX triplet: D7, 5E and 7B. RGB value is (215,94,123). Sum of RGB (Red+Green+Blue) = 215+94+123=432 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.77% from 432); Green value is 94 (37.11% from 255 or 21.76% from 432); Blue value is 123 (48.44% from 255 or 28.47% from 432); Max value from RGB is 215 - color contains mainly: red. Hex color #D75E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75E7B is #28A184. Grayscale: #858585. Windows color (decimal): -2662789 or 8085207. OLE color: 8085207.
HSL color Cylindrical-coordinate representation of color #D75E7B: hue angle of 345.62º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D75E7B is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 94 | 123 | - |
| CMYK | 0 | 0.56 | 0.43 | 0.16 |
| HSL | 345.62º | 0.6% | 0.61% | - |
| HSV(B) | 345.62º | 0.56% | 0.84% | - |
| XYZ | 35.6 | 23.88 | 21.47 | - |
| YUV | 133.49 | 122.09 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 94 | 123 | 0 | 0.56 | 0.43 | 0.16 | 345.62 | 0.6 | 0.61 |
| Hex | D7 | 5E | 7B | 0 | 38 | 2B | 10 | 15A | 3C | 3D |
| Octal | 327 | 136 | 173 | 0 | 70 | 53 | 20 | 532 | 74 | 75 |
| Binary | 11010111 | 1011110 | 1111011 | 0 | 111000 | 101011 | 10000 | 101011010 | 111100 | 111101 |
Color Harmonies of #D75E7B
Complementary color
Monochromatic Colors of #D75E7B
Black with #D75E7B
Text Example
Text Example
White with #D75E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75E7B; }
p { color: rgb(215,94,123); }
H1.HeaderClassName
{
color: #D75E7B;
}
.AnyTagClassName
{
color: #D75E7B;
}
</style>
background-color css
<style>
a { background-color: #D75E7B; }
a { background-color: rgb(215,94,123); }
div.DivClassName
{
background-color: #D75E7B;
}
.BgClassName
{
background-color: #D75E7B;
}
</style>
border-color css
<style>
span { border-color: #D75E7B; }
span { border-color: rgb(215,94,123); }
td.TdClassName
{
border-color: #D75E7B;
}
.TagClassName
{
border-color: #D75E7B;
}
</style>