Shades of Cranberry #D75478
Tints of Cranberry #D75478
RGB
CMYK
RGB Variations
Color information
#D75478 (or 0xD75478) is known color: Cranberry. HEX triplet: D7, 54 and 78. RGB value is (215,84,120). Sum of RGB (Red+Green+Blue) = 215+84+120=419 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.31% from 419); Green value is 84 (33.20% from 255 or 20.05% from 419); Blue value is 120 (47.27% from 255 or 28.64% from 419); Max value from RGB is 215 - color contains mainly: red. Hex color #D75478 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75478 is #28AB87. Grayscale: #7F7F7F. Windows color (decimal): -2665352 or 7886039. OLE color: 7886039.
HSL color Cylindrical-coordinate representation of color #D75478: hue angle of 343.51º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D75478 is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 84 | 120 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.16 |
| HSL | 343.51º | 0.62% | 0.59% | - |
| HSV(B) | 343.51º | 0.61% | 0.84% | - |
| XYZ | 34.58 | 22.14 | 20.22 | - |
| YUV | 127.27 | 123.9 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 84 | 120 | 0 | 0.61 | 0.44 | 0.16 | 343.51 | 0.62 | 0.59 |
| Hex | D7 | 54 | 78 | 0 | 3D | 2C | 10 | 158 | 3E | 3B |
| Octal | 327 | 124 | 170 | 0 | 75 | 54 | 20 | 530 | 76 | 73 |
| Binary | 11010111 | 1010100 | 1111000 | 0 | 111101 | 101100 | 10000 | 101011000 | 111110 | 111011 |
Color Harmonies of #D75478
Complementary color
Monochromatic Colors of #D75478
Black with #D75478
Text Example
Text Example
White with #D75478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75478; }
p { color: rgb(215,84,120); }
H1.HeaderClassName
{
color: #D75478;
}
.AnyTagClassName
{
color: #D75478;
}
</style>
background-color css
<style>
a { background-color: #D75478; }
a { background-color: rgb(215,84,120); }
div.DivClassName
{
background-color: #D75478;
}
.BgClassName
{
background-color: #D75478;
}
</style>
border-color css
<style>
span { border-color: #D75478; }
span { border-color: rgb(215,84,120); }
td.TdClassName
{
border-color: #D75478;
}
.TagClassName
{
border-color: #D75478;
}
</style>