Shades of Cranberry #D75E7D
Tints of Cranberry #D75E7D
RGB
CMYK
RGB Variations
Color information
#D75E7D (or 0xD75E7D) is known color: Cranberry. HEX triplet: D7, 5E and 7D. RGB value is (215,94,125). Sum of RGB (Red+Green+Blue) = 215+94+125=434 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.54% from 434); Green value is 94 (37.11% from 255 or 21.66% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 215 - color contains mainly: red. Hex color #D75E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75E7D is #28A182. Grayscale: #858585. Windows color (decimal): -2662787 or 8216279. OLE color: 8216279.
HSL color Cylindrical-coordinate representation of color #D75E7D: hue angle of 344.63º 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 #D75E7D is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 94 | 125 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.16 |
| HSL | 344.63º | 0.6% | 0.61% | - |
| HSV(B) | 344.63º | 0.56% | 0.84% | - |
| XYZ | 35.73 | 23.93 | 22.14 | - |
| YUV | 133.71 | 123.09 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 94 | 125 | 0 | 0.56 | 0.42 | 0.16 | 344.63 | 0.6 | 0.61 |
| Hex | D7 | 5E | 7D | 0 | 38 | 2A | 10 | 159 | 3C | 3D |
| Octal | 327 | 136 | 175 | 0 | 70 | 52 | 20 | 531 | 74 | 75 |
| Binary | 11010111 | 1011110 | 1111101 | 0 | 111000 | 101010 | 10000 | 101011001 | 111100 | 111101 |
Color Harmonies of #D75E7D
Complementary color
Monochromatic Colors of #D75E7D
Black with #D75E7D
Text Example
Text Example
White with #D75E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75E7D; }
p { color: rgb(215,94,125); }
H1.HeaderClassName
{
color: #D75E7D;
}
.AnyTagClassName
{
color: #D75E7D;
}
</style>
background-color css
<style>
a { background-color: #D75E7D; }
a { background-color: rgb(215,94,125); }
div.DivClassName
{
background-color: #D75E7D;
}
.BgClassName
{
background-color: #D75E7D;
}
</style>
border-color css
<style>
span { border-color: #D75E7D; }
span { border-color: rgb(215,94,125); }
td.TdClassName
{
border-color: #D75E7D;
}
.TagClassName
{
border-color: #D75E7D;
}
</style>