Shades of Cranberry #D14078
Tints of Cranberry #D14078
RGB
CMYK
RGB Variations
Color information
#D14078 (or 0xD14078) is known color: Cranberry. HEX triplet: D1, 40 and 78. RGB value is (209,64,120). Sum of RGB (Red+Green+Blue) = 209+64+120=393 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.18% from 393); Green value is 64 (25.39% from 255 or 16.28% from 393); Blue value is 120 (47.27% from 255 or 30.53% from 393); Max value from RGB is 209 - color contains mainly: red. Hex color #D14078 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14078 is #2EBF87. Grayscale: #717171. Windows color (decimal): -3063688 or 7880913. OLE color: 7880913.
HSL color Cylindrical-coordinate representation of color #D14078: hue angle of 336.83º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D14078 is Cyan = 0, Magento = 0.69, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 64 | 120 | - |
| CMYK | 0 | 0.69 | 0.43 | 0.18 |
| HSL | 336.83º | 0.61% | 0.54% | - |
| HSV(B) | 336.83º | 0.69% | 0.82% | - |
| XYZ | 31.52 | 18.58 | 19.69 | - |
| YUV | 113.74 | 131.54 | 195.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 64 | 120 | 0 | 0.69 | 0.43 | 0.18 | 336.83 | 0.61 | 0.54 |
| Hex | D1 | 40 | 78 | 0 | 45 | 2B | 12 | 151 | 3D | 36 |
| Octal | 321 | 100 | 170 | 0 | 105 | 53 | 22 | 521 | 75 | 66 |
| Binary | 11010001 | 1000000 | 1111000 | 0 | 1000101 | 101011 | 10010 | 101010001 | 111101 | 110110 |
Color Harmonies of #D14078
Complementary color
Monochromatic Colors of #D14078
Black with #D14078
Text Example
Text Example
White with #D14078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14078; }
p { color: rgb(209,64,120); }
H1.HeaderClassName
{
color: #D14078;
}
.AnyTagClassName
{
color: #D14078;
}
</style>
background-color css
<style>
a { background-color: #D14078; }
a { background-color: rgb(209,64,120); }
div.DivClassName
{
background-color: #D14078;
}
.BgClassName
{
background-color: #D14078;
}
</style>
border-color css
<style>
span { border-color: #D14078; }
span { border-color: rgb(209,64,120); }
td.TdClassName
{
border-color: #D14078;
}
.TagClassName
{
border-color: #D14078;
}
</style>