Shades of Cranberry #D75C76
Tints of Cranberry #D75C76
RGB
CMYK
RGB Variations
Color information
#D75C76 (or 0xD75C76) is known color: Cranberry. HEX triplet: D7, 5C and 76. RGB value is (215,92,118). Sum of RGB (Red+Green+Blue) = 215+92+118=425 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.59% from 425); Green value is 92 (36.33% from 255 or 21.65% from 425); Blue value is 118 (46.48% from 255 or 27.76% from 425); Max value from RGB is 215 - color contains mainly: red. Hex color #D75C76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75C76 is #28A389. Grayscale: #838383. Windows color (decimal): -2663306 or 7757015. OLE color: 7757015.
HSL color Cylindrical-coordinate representation of color #D75C76: hue angle of 347.32º 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 #D75C76 is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 92 | 118 | - |
| CMYK | 0 | 0.57 | 0.45 | 0.16 |
| HSL | 347.32º | 0.61% | 0.6% | - |
| HSV(B) | 347.32º | 0.57% | 0.84% | - |
| XYZ | 35.12 | 23.41 | 19.81 | - |
| YUV | 131.74 | 120.25 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 92 | 118 | 0 | 0.57 | 0.45 | 0.16 | 347.32 | 0.61 | 0.6 |
| Hex | D7 | 5C | 76 | 0 | 39 | 2D | 10 | 15B | 3D | 3C |
| Octal | 327 | 134 | 166 | 0 | 71 | 55 | 20 | 533 | 75 | 74 |
| Binary | 11010111 | 1011100 | 1110110 | 0 | 111001 | 101101 | 10000 | 101011011 | 111101 | 111100 |
Color Harmonies of #D75C76
Complementary color
Monochromatic Colors of #D75C76
Black with #D75C76
Text Example
Text Example
White with #D75C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75C76; }
p { color: rgb(215,92,118); }
H1.HeaderClassName
{
color: #D75C76;
}
.AnyTagClassName
{
color: #D75C76;
}
</style>
background-color css
<style>
a { background-color: #D75C76; }
a { background-color: rgb(215,92,118); }
div.DivClassName
{
background-color: #D75C76;
}
.BgClassName
{
background-color: #D75C76;
}
</style>
border-color css
<style>
span { border-color: #D75C76; }
span { border-color: rgb(215,92,118); }
td.TdClassName
{
border-color: #D75C76;
}
.TagClassName
{
border-color: #D75C76;
}
</style>