Shades of Cranberry #D75078
Tints of Cranberry #D75078
RGB
CMYK
RGB Variations
Color information
#D75078 (or 0xD75078) is known color: Cranberry. HEX triplet: D7, 50 and 78. RGB value is (215,80,120). Sum of RGB (Red+Green+Blue) = 215+80+120=415 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.81% from 415); Green value is 80 (31.64% from 255 or 19.28% from 415); Blue value is 120 (47.27% from 255 or 28.92% from 415); Max value from RGB is 215 - color contains mainly: red. Hex color #D75078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75078 is #28AF87. Grayscale: #7C7C7C. Windows color (decimal): -2666376 or 7885015. OLE color: 7885015.
HSL color Cylindrical-coordinate representation of color #D75078: hue angle of 342.22º 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 #D75078 is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 80 | 120 | - |
| CMYK | 0 | 0.63 | 0.44 | 0.16 |
| HSL | 342.22º | 0.63% | 0.58% | - |
| HSV(B) | 342.22º | 0.63% | 0.84% | - |
| XYZ | 34.28 | 21.54 | 20.12 | - |
| YUV | 124.93 | 125.23 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 80 | 120 | 0 | 0.63 | 0.44 | 0.16 | 342.22 | 0.63 | 0.58 |
| Hex | D7 | 50 | 78 | 0 | 3F | 2C | 10 | 156 | 3F | 3A |
| Octal | 327 | 120 | 170 | 0 | 77 | 54 | 20 | 526 | 77 | 72 |
| Binary | 11010111 | 1010000 | 1111000 | 0 | 111111 | 101100 | 10000 | 101010110 | 111111 | 111010 |
Color Harmonies of #D75078
Complementary color
Monochromatic Colors of #D75078
Black with #D75078
Text Example
Text Example
White with #D75078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75078; }
p { color: rgb(215,80,120); }
H1.HeaderClassName
{
color: #D75078;
}
.AnyTagClassName
{
color: #D75078;
}
</style>
background-color css
<style>
a { background-color: #D75078; }
a { background-color: rgb(215,80,120); }
div.DivClassName
{
background-color: #D75078;
}
.BgClassName
{
background-color: #D75078;
}
</style>
border-color css
<style>
span { border-color: #D75078; }
span { border-color: rgb(215,80,120); }
td.TdClassName
{
border-color: #D75078;
}
.TagClassName
{
border-color: #D75078;
}
</style>