Shades of Cranberry #D65778
Tints of Cranberry #D65778
RGB
CMYK
RGB Variations
Color information
#D65778 (or 0xD65778) is known color: Cranberry. HEX triplet: D6, 57 and 78. RGB value is (214,87,120). Sum of RGB (Red+Green+Blue) = 214+87+120=421 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.83% from 421); Green value is 87 (34.38% from 255 or 20.67% from 421); Blue value is 120 (47.27% from 255 or 28.50% from 421); Max value from RGB is 214 - color contains mainly: red. Hex color #D65778 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65778 is #29A887. Grayscale: #808080. Windows color (decimal): -2730120 or 7886806. OLE color: 7886806.
HSL color Cylindrical-coordinate representation of color #D65778: hue angle of 344.41º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D65778 is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 87 | 120 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.16 |
| HSL | 344.41º | 0.61% | 0.59% | - |
| HSV(B) | 344.41º | 0.59% | 0.84% | - |
| XYZ | 34.53 | 22.47 | 20.29 | - |
| YUV | 128.74 | 123.08 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 87 | 120 | 0 | 0.59 | 0.44 | 0.16 | 344.41 | 0.61 | 0.59 |
| Hex | D6 | 57 | 78 | 0 | 3B | 2C | 10 | 158 | 3D | 3B |
| Octal | 326 | 127 | 170 | 0 | 73 | 54 | 20 | 530 | 75 | 73 |
| Binary | 11010110 | 1010111 | 1111000 | 0 | 111011 | 101100 | 10000 | 101011000 | 111101 | 111011 |
Color Harmonies of #D65778
Complementary color
Monochromatic Colors of #D65778
Black with #D65778
Text Example
Text Example
White with #D65778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65778; }
p { color: rgb(214,87,120); }
H1.HeaderClassName
{
color: #D65778;
}
.AnyTagClassName
{
color: #D65778;
}
</style>
background-color css
<style>
a { background-color: #D65778; }
a { background-color: rgb(214,87,120); }
div.DivClassName
{
background-color: #D65778;
}
.BgClassName
{
background-color: #D65778;
}
</style>
border-color css
<style>
span { border-color: #D65778; }
span { border-color: rgb(214,87,120); }
td.TdClassName
{
border-color: #D65778;
}
.TagClassName
{
border-color: #D65778;
}
</style>