Shades of Cranberry #D75679
Tints of Cranberry #D75679
RGB
CMYK
RGB Variations
Color information
#D75679 (or 0xD75679) is known color: Cranberry. HEX triplet: D7, 56 and 79. RGB value is (215,86,121). Sum of RGB (Red+Green+Blue) = 215+86+121=422 (55% of max value = 765). Red value is 215 (84.38% from 255 or 50.95% from 422); Green value is 86 (33.98% from 255 or 20.38% from 422); Blue value is 121 (47.66% from 255 or 28.67% from 422); Max value from RGB is 215 - color contains mainly: red. Hex color #D75679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75679 is #28A986. Grayscale: #808080. Windows color (decimal): -2664839 or 7952087. OLE color: 7952087.
HSL color Cylindrical-coordinate representation of color #D75679: hue angle of 343.72º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D75679 is Cyan = 0, Magento = 0.6, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 86 | 121 | - |
| CMYK | 0 | 0.6 | 0.44 | 0.16 |
| HSL | 343.72º | 0.62% | 0.59% | - |
| HSV(B) | 343.72º | 0.6% | 0.84% | - |
| XYZ | 34.8 | 22.48 | 20.59 | - |
| YUV | 128.56 | 123.74 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 86 | 121 | 0 | 0.6 | 0.44 | 0.16 | 343.72 | 0.62 | 0.59 |
| Hex | D7 | 56 | 79 | 0 | 3C | 2C | 10 | 158 | 3E | 3B |
| Octal | 327 | 126 | 171 | 0 | 74 | 54 | 20 | 530 | 76 | 73 |
| Binary | 11010111 | 1010110 | 1111001 | 0 | 111100 | 101100 | 10000 | 101011000 | 111110 | 111011 |
Color Harmonies of #D75679
Complementary color
Monochromatic Colors of #D75679
Black with #D75679
Text Example
Text Example
White with #D75679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75679; }
p { color: rgb(215,86,121); }
H1.HeaderClassName
{
color: #D75679;
}
.AnyTagClassName
{
color: #D75679;
}
</style>
background-color css
<style>
a { background-color: #D75679; }
a { background-color: rgb(215,86,121); }
div.DivClassName
{
background-color: #D75679;
}
.BgClassName
{
background-color: #D75679;
}
</style>
border-color css
<style>
span { border-color: #D75679; }
span { border-color: rgb(215,86,121); }
td.TdClassName
{
border-color: #D75679;
}
.TagClassName
{
border-color: #D75679;
}
</style>