Shades of Cranberry #D75077
Tints of Cranberry #D75077
RGB
CMYK
RGB Variations
Color information
#D75077 (or 0xD75077) is known color: Cranberry. HEX triplet: D7, 50 and 77. RGB value is (215,80,119). Sum of RGB (Red+Green+Blue) = 215+80+119=414 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.93% from 414); Green value is 80 (31.64% from 255 or 19.32% from 414); Blue value is 119 (46.88% from 255 or 28.74% from 414); Max value from RGB is 215 - color contains mainly: red. Hex color #D75077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75077 is #28AF88. Grayscale: #7C7C7C. Windows color (decimal): -2666377 or 7819479. OLE color: 7819479.
HSL color Cylindrical-coordinate representation of color #D75077: hue angle of 342.67º 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 #D75077 is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 80 | 119 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.16 |
| HSL | 342.67º | 0.63% | 0.58% | - |
| HSV(B) | 342.67º | 0.63% | 0.84% | - |
| XYZ | 34.22 | 21.52 | 19.8 | - |
| YUV | 124.81 | 124.73 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 80 | 119 | 0 | 0.63 | 0.45 | 0.16 | 342.67 | 0.63 | 0.58 |
| Hex | D7 | 50 | 77 | 0 | 3F | 2D | 10 | 157 | 3F | 3A |
| Octal | 327 | 120 | 167 | 0 | 77 | 55 | 20 | 527 | 77 | 72 |
| Binary | 11010111 | 1010000 | 1110111 | 0 | 111111 | 101101 | 10000 | 101010111 | 111111 | 111010 |
Color Harmonies of #D75077
Complementary color
Monochromatic Colors of #D75077
Black with #D75077
Text Example
Text Example
White with #D75077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75077; }
p { color: rgb(215,80,119); }
H1.HeaderClassName
{
color: #D75077;
}
.AnyTagClassName
{
color: #D75077;
}
</style>
background-color css
<style>
a { background-color: #D75077; }
a { background-color: rgb(215,80,119); }
div.DivClassName
{
background-color: #D75077;
}
.BgClassName
{
background-color: #D75077;
}
</style>
border-color css
<style>
span { border-color: #D75077; }
span { border-color: rgb(215,80,119); }
td.TdClassName
{
border-color: #D75077;
}
.TagClassName
{
border-color: #D75077;
}
</style>