Shades of Cranberry #D74478
Tints of Cranberry #D74478
RGB
CMYK
RGB Variations
Color information
#D74478 (or 0xD74478) is known color: Cranberry. HEX triplet: D7, 44 and 78. RGB value is (215,68,120). Sum of RGB (Red+Green+Blue) = 215+68+120=403 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.35% from 403); Green value is 68 (26.95% from 255 or 16.87% from 403); Blue value is 120 (47.27% from 255 or 29.78% from 403); Max value from RGB is 215 - color contains mainly: red. Hex color #D74478 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74478 is #28BB87. Grayscale: #757575. Windows color (decimal): -2669448 or 7881943. OLE color: 7881943.
HSL color Cylindrical-coordinate representation of color #D74478: hue angle of 338.78º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D74478 is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 68 | 120 | - |
| CMYK | 0 | 0.68 | 0.44 | 0.16 |
| HSL | 338.78º | 0.65% | 0.55% | - |
| HSV(B) | 338.78º | 0.68% | 0.84% | - |
| XYZ | 33.48 | 19.94 | 19.85 | - |
| YUV | 117.88 | 129.2 | 197.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 68 | 120 | 0 | 0.68 | 0.44 | 0.16 | 338.78 | 0.65 | 0.55 |
| Hex | D7 | 44 | 78 | 0 | 44 | 2C | 10 | 153 | 41 | 37 |
| Octal | 327 | 104 | 170 | 0 | 104 | 54 | 20 | 523 | 101 | 67 |
| Binary | 11010111 | 1000100 | 1111000 | 0 | 1000100 | 101100 | 10000 | 101010011 | 1000001 | 110111 |
Color Harmonies of #D74478
Complementary color
Monochromatic Colors of #D74478
Black with #D74478
Text Example
Text Example
White with #D74478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74478; }
p { color: rgb(215,68,120); }
H1.HeaderClassName
{
color: #D74478;
}
.AnyTagClassName
{
color: #D74478;
}
</style>
background-color css
<style>
a { background-color: #D74478; }
a { background-color: rgb(215,68,120); }
div.DivClassName
{
background-color: #D74478;
}
.BgClassName
{
background-color: #D74478;
}
</style>
border-color css
<style>
span { border-color: #D74478; }
span { border-color: rgb(215,68,120); }
td.TdClassName
{
border-color: #D74478;
}
.TagClassName
{
border-color: #D74478;
}
</style>