Shades of Cranberry #D75D7E
Tints of Cranberry #D75D7E
RGB
CMYK
RGB Variations
Color information
#D75D7E (or 0xD75D7E) is known color: Cranberry. HEX triplet: D7, 5D and 7E. RGB value is (215,93,126). Sum of RGB (Red+Green+Blue) = 215+93+126=434 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.54% from 434); Green value is 93 (36.72% from 255 or 21.43% from 434); Blue value is 126 (49.61% from 255 or 29.03% from 434); Max value from RGB is 215 - color contains mainly: red. Hex color #D75D7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75D7E is #28A281. Grayscale: #858585. Windows color (decimal): -2663042 or 8281559. OLE color: 8281559.
HSL color Cylindrical-coordinate representation of color #D75D7E: hue angle of 343.77º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D75D7E is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 93 | 126 | - |
| CMYK | 0 | 0.57 | 0.41 | 0.16 |
| HSL | 343.77º | 0.6% | 0.6% | - |
| HSV(B) | 343.77º | 0.57% | 0.84% | - |
| XYZ | 35.7 | 23.78 | 22.45 | - |
| YUV | 133.24 | 123.92 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 93 | 126 | 0 | 0.57 | 0.41 | 0.16 | 343.77 | 0.6 | 0.6 |
| Hex | D7 | 5D | 7E | 0 | 39 | 29 | 10 | 158 | 3C | 3C |
| Octal | 327 | 135 | 176 | 0 | 71 | 51 | 20 | 530 | 74 | 74 |
| Binary | 11010111 | 1011101 | 1111110 | 0 | 111001 | 101001 | 10000 | 101011000 | 111100 | 111100 |
Color Harmonies of #D75D7E
Complementary color
Monochromatic Colors of #D75D7E
Black with #D75D7E
Text Example
Text Example
White with #D75D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75D7E; }
p { color: rgb(215,93,126); }
H1.HeaderClassName
{
color: #D75D7E;
}
.AnyTagClassName
{
color: #D75D7E;
}
</style>
background-color css
<style>
a { background-color: #D75D7E; }
a { background-color: rgb(215,93,126); }
div.DivClassName
{
background-color: #D75D7E;
}
.BgClassName
{
background-color: #D75D7E;
}
</style>
border-color css
<style>
span { border-color: #D75D7E; }
span { border-color: rgb(215,93,126); }
td.TdClassName
{
border-color: #D75D7E;
}
.TagClassName
{
border-color: #D75D7E;
}
</style>