Shades of Cranberry #D74578
Tints of Cranberry #D74578
RGB
CMYK
RGB Variations
Color information
#D74578 (or 0xD74578) is known color: Cranberry. HEX triplet: D7, 45 and 78. RGB value is (215,69,120). Sum of RGB (Red+Green+Blue) = 215+69+120=404 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.22% from 404); Green value is 69 (27.34% from 255 or 17.08% from 404); Blue value is 120 (47.27% from 255 or 29.70% from 404); Max value from RGB is 215 - color contains mainly: red. Hex color #D74578 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74578 is #28BA87. Grayscale: #767676. Windows color (decimal): -2669192 or 7882199. OLE color: 7882199.
HSL color Cylindrical-coordinate representation of color #D74578: hue angle of 339.04º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D74578 is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 69 | 120 | - |
| CMYK | 0 | 0.68 | 0.44 | 0.16 |
| HSL | 339.04º | 0.65% | 0.56% | - |
| HSV(B) | 339.04º | 0.68% | 0.84% | - |
| XYZ | 33.54 | 20.06 | 19.87 | - |
| YUV | 118.47 | 128.87 | 196.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 69 | 120 | 0 | 0.68 | 0.44 | 0.16 | 339.04 | 0.65 | 0.56 |
| Hex | D7 | 45 | 78 | 0 | 44 | 2C | 10 | 153 | 41 | 38 |
| Octal | 327 | 105 | 170 | 0 | 104 | 54 | 20 | 523 | 101 | 70 |
| Binary | 11010111 | 1000101 | 1111000 | 0 | 1000100 | 101100 | 10000 | 101010011 | 1000001 | 111000 |
Color Harmonies of #D74578
Complementary color
Monochromatic Colors of #D74578
Black with #D74578
Text Example
Text Example
White with #D74578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74578; }
p { color: rgb(215,69,120); }
H1.HeaderClassName
{
color: #D74578;
}
.AnyTagClassName
{
color: #D74578;
}
</style>
background-color css
<style>
a { background-color: #D74578; }
a { background-color: rgb(215,69,120); }
div.DivClassName
{
background-color: #D74578;
}
.BgClassName
{
background-color: #D74578;
}
</style>
border-color css
<style>
span { border-color: #D74578; }
span { border-color: rgb(215,69,120); }
td.TdClassName
{
border-color: #D74578;
}
.TagClassName
{
border-color: #D74578;
}
</style>