Shades of Cranberry #D76280
Tints of Cranberry #D76280
RGB
CMYK
RGB Variations
Color information
#D76280 (or 0xD76280) is known color: Cranberry. HEX triplet: D7, 62 and 80. RGB value is (215,98,128). Sum of RGB (Red+Green+Blue) = 215+98+128=441 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.75% from 441); Green value is 98 (38.67% from 255 or 22.22% from 441); Blue value is 128 (50.39% from 255 or 29.02% from 441); Max value from RGB is 215 - color contains mainly: red. Hex color #D76280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76280 is #289D7F. Grayscale: #888888. Windows color (decimal): -2661760 or 8413911. OLE color: 8413911.
HSL color Cylindrical-coordinate representation of color #D76280: hue angle of 344.62º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D76280 is Cyan = 0, Magento = 0.54, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 98 | 128 | - |
| CMYK | 0 | 0.54 | 0.40 | 0.16 |
| HSL | 344.62º | 0.59% | 0.61% | - |
| HSV(B) | 344.62º | 0.54% | 0.84% | - |
| XYZ | 36.29 | 24.74 | 23.28 | - |
| YUV | 136.4 | 123.26 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 98 | 128 | 0 | 0.54 | 0.40 | 0.16 | 344.62 | 0.59 | 0.61 |
| Hex | D7 | 62 | 80 | 0 | 36 | 28 | 10 | 159 | 3B | 3D |
| Octal | 327 | 142 | 200 | 0 | 66 | 50 | 20 | 531 | 73 | 75 |
| Binary | 11010111 | 1100010 | 10000000 | 0 | 110110 | 101000 | 10000 | 101011001 | 111011 | 111101 |
Color Harmonies of #D76280
Complementary color
Monochromatic Colors of #D76280
Black with #D76280
Text Example
Text Example
White with #D76280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76280; }
p { color: rgb(215,98,128); }
H1.HeaderClassName
{
color: #D76280;
}
.AnyTagClassName
{
color: #D76280;
}
</style>
background-color css
<style>
a { background-color: #D76280; }
a { background-color: rgb(215,98,128); }
div.DivClassName
{
background-color: #D76280;
}
.BgClassName
{
background-color: #D76280;
}
</style>
border-color css
<style>
span { border-color: #D76280; }
span { border-color: rgb(215,98,128); }
td.TdClassName
{
border-color: #D76280;
}
.TagClassName
{
border-color: #D76280;
}
</style>