Shades of Cranberry #D75082
Tints of Cranberry #D75082
RGB
CMYK
RGB Variations
Color information
#D75082 (or 0xD75082) is known color: Cranberry. HEX triplet: D7, 50 and 82. RGB value is (215,80,130). Sum of RGB (Red+Green+Blue) = 215+80+130=425 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.59% from 425); Green value is 80 (31.64% from 255 or 18.82% from 425); Blue value is 130 (51.17% from 255 or 30.59% from 425); Max value from RGB is 215 - color contains mainly: red. Hex color #D75082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75082 is #28AF7D. Grayscale: #7D7D7D. Windows color (decimal): -2666366 or 8540375. OLE color: 8540375.
HSL color Cylindrical-coordinate representation of color #D75082: hue angle of 337.78º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D75082 is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 80 | 130 | - |
| CMYK | 0 | 0.63 | 0.40 | 0.16 |
| HSL | 337.78º | 0.63% | 0.58% | - |
| HSV(B) | 337.78º | 0.63% | 0.84% | - |
| XYZ | 34.92 | 21.8 | 23.49 | - |
| YUV | 126.07 | 130.23 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 80 | 130 | 0 | 0.63 | 0.40 | 0.16 | 337.78 | 0.63 | 0.58 |
| Hex | D7 | 50 | 82 | 0 | 3F | 28 | 10 | 152 | 3F | 3A |
| Octal | 327 | 120 | 202 | 0 | 77 | 50 | 20 | 522 | 77 | 72 |
| Binary | 11010111 | 1010000 | 10000010 | 0 | 111111 | 101000 | 10000 | 101010010 | 111111 | 111010 |
Color Harmonies of #D75082
Complementary color
Monochromatic Colors of #D75082
Black with #D75082
Text Example
Text Example
White with #D75082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75082; }
p { color: rgb(215,80,130); }
H1.HeaderClassName
{
color: #D75082;
}
.AnyTagClassName
{
color: #D75082;
}
</style>
background-color css
<style>
a { background-color: #D75082; }
a { background-color: rgb(215,80,130); }
div.DivClassName
{
background-color: #D75082;
}
.BgClassName
{
background-color: #D75082;
}
</style>
border-color css
<style>
span { border-color: #D75082; }
span { border-color: rgb(215,80,130); }
td.TdClassName
{
border-color: #D75082;
}
.TagClassName
{
border-color: #D75082;
}
</style>