Shades of Cranberry #D74078
Tints of Cranberry #D74078
RGB
CMYK
RGB Variations
Color information
#D74078 (or 0xD74078) is known color: Cranberry. HEX triplet: D7, 40 and 78. RGB value is (215,64,120). Sum of RGB (Red+Green+Blue) = 215+64+120=399 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.88% from 399); Green value is 64 (25.39% from 255 or 16.04% from 399); Blue value is 120 (47.27% from 255 or 30.08% from 399); Max value from RGB is 215 - color contains mainly: red. Hex color #D74078 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74078 is #28BF87. Grayscale: #737373. Windows color (decimal): -2670472 or 7880919. OLE color: 7880919.
HSL color Cylindrical-coordinate representation of color #D74078: hue angle of 337.75º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D74078 is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 64 | 120 | - |
| CMYK | 0 | 0.70 | 0.44 | 0.16 |
| HSL | 337.75º | 0.65% | 0.55% | - |
| HSV(B) | 337.75º | 0.7% | 0.84% | - |
| XYZ | 33.25 | 19.47 | 19.78 | - |
| YUV | 115.53 | 130.53 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 64 | 120 | 0 | 0.70 | 0.44 | 0.16 | 337.75 | 0.65 | 0.55 |
| Hex | D7 | 40 | 78 | 0 | 46 | 2C | 10 | 152 | 41 | 37 |
| Octal | 327 | 100 | 170 | 0 | 106 | 54 | 20 | 522 | 101 | 67 |
| Binary | 11010111 | 1000000 | 1111000 | 0 | 1000110 | 101100 | 10000 | 101010010 | 1000001 | 110111 |
Color Harmonies of #D74078
Complementary color
Monochromatic Colors of #D74078
Black with #D74078
Text Example
Text Example
White with #D74078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74078; }
p { color: rgb(215,64,120); }
H1.HeaderClassName
{
color: #D74078;
}
.AnyTagClassName
{
color: #D74078;
}
</style>
background-color css
<style>
a { background-color: #D74078; }
a { background-color: rgb(215,64,120); }
div.DivClassName
{
background-color: #D74078;
}
.BgClassName
{
background-color: #D74078;
}
</style>
border-color css
<style>
span { border-color: #D74078; }
span { border-color: rgb(215,64,120); }
td.TdClassName
{
border-color: #D74078;
}
.TagClassName
{
border-color: #D74078;
}
</style>