Shades of Cranberry #D75C7E
Tints of Cranberry #D75C7E
RGB
CMYK
RGB Variations
Color information
#D75C7E (or 0xD75C7E) is known color: Cranberry. HEX triplet: D7, 5C and 7E. RGB value is (215,92,126). Sum of RGB (Red+Green+Blue) = 215+92+126=433 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.65% from 433); Green value is 92 (36.33% from 255 or 21.25% from 433); Blue value is 126 (49.61% from 255 or 29.10% from 433); Max value from RGB is 215 - color contains mainly: red. Hex color #D75C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75C7E is #28A381. Grayscale: #848484. Windows color (decimal): -2663298 or 8281303. OLE color: 8281303.
HSL color Cylindrical-coordinate representation of color #D75C7E: hue angle of 343.41º degrees, saturation: 0.61, 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 #D75C7E is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 92 | 126 | - |
| CMYK | 0 | 0.57 | 0.41 | 0.16 |
| HSL | 343.41º | 0.61% | 0.6% | - |
| HSV(B) | 343.41º | 0.57% | 0.84% | - |
| XYZ | 35.62 | 23.61 | 22.42 | - |
| YUV | 132.65 | 124.25 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 92 | 126 | 0 | 0.57 | 0.41 | 0.16 | 343.41 | 0.61 | 0.6 |
| Hex | D7 | 5C | 7E | 0 | 39 | 29 | 10 | 157 | 3D | 3C |
| Octal | 327 | 134 | 176 | 0 | 71 | 51 | 20 | 527 | 75 | 74 |
| Binary | 11010111 | 1011100 | 1111110 | 0 | 111001 | 101001 | 10000 | 101010111 | 111101 | 111100 |
Color Harmonies of #D75C7E
Complementary color
Monochromatic Colors of #D75C7E
Black with #D75C7E
Text Example
Text Example
White with #D75C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75C7E; }
p { color: rgb(215,92,126); }
H1.HeaderClassName
{
color: #D75C7E;
}
.AnyTagClassName
{
color: #D75C7E;
}
</style>
background-color css
<style>
a { background-color: #D75C7E; }
a { background-color: rgb(215,92,126); }
div.DivClassName
{
background-color: #D75C7E;
}
.BgClassName
{
background-color: #D75C7E;
}
</style>
border-color css
<style>
span { border-color: #D75C7E; }
span { border-color: rgb(215,92,126); }
td.TdClassName
{
border-color: #D75C7E;
}
.TagClassName
{
border-color: #D75C7E;
}
</style>