Shades of Cranberry #D66078
Tints of Cranberry #D66078
RGB
CMYK
RGB Variations
Color information
#D66078 (or 0xD66078) is known color: Cranberry. HEX triplet: D6, 60 and 78. RGB value is (214,96,120). Sum of RGB (Red+Green+Blue) = 214+96+120=430 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.77% from 430); Green value is 96 (37.89% from 255 or 22.33% from 430); Blue value is 120 (47.27% from 255 or 27.91% from 430); Max value from RGB is 214 - color contains mainly: red. Hex color #D66078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66078 is #299F87. Grayscale: #868686. Windows color (decimal): -2727816 or 7889110. OLE color: 7889110.
HSL color Cylindrical-coordinate representation of color #D66078: hue angle of 347.8º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D66078 is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 96 | 120 | - |
| CMYK | 0 | 0.55 | 0.44 | 0.16 |
| HSL | 347.8º | 0.59% | 0.61% | - |
| HSV(B) | 347.8º | 0.55% | 0.84% | - |
| XYZ | 35.3 | 24.02 | 20.54 | - |
| YUV | 134.02 | 120.09 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 96 | 120 | 0 | 0.55 | 0.44 | 0.16 | 347.8 | 0.59 | 0.61 |
| Hex | D6 | 60 | 78 | 0 | 37 | 2C | 10 | 15C | 3B | 3D |
| Octal | 326 | 140 | 170 | 0 | 67 | 54 | 20 | 534 | 73 | 75 |
| Binary | 11010110 | 1100000 | 1111000 | 0 | 110111 | 101100 | 10000 | 101011100 | 111011 | 111101 |
Color Harmonies of #D66078
Complementary color
Monochromatic Colors of #D66078
Black with #D66078
Text Example
Text Example
White with #D66078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66078; }
p { color: rgb(214,96,120); }
H1.HeaderClassName
{
color: #D66078;
}
.AnyTagClassName
{
color: #D66078;
}
</style>
background-color css
<style>
a { background-color: #D66078; }
a { background-color: rgb(214,96,120); }
div.DivClassName
{
background-color: #D66078;
}
.BgClassName
{
background-color: #D66078;
}
</style>
border-color css
<style>
span { border-color: #D66078; }
span { border-color: rgb(214,96,120); }
td.TdClassName
{
border-color: #D66078;
}
.TagClassName
{
border-color: #D66078;
}
</style>