Shades of Cranberry #D65878
Tints of Cranberry #D65878
RGB
CMYK
RGB Variations
Color information
#D65878 (or 0xD65878) is known color: Cranberry. HEX triplet: D6, 58 and 78. RGB value is (214,88,120). Sum of RGB (Red+Green+Blue) = 214+88+120=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 88 (34.77% from 255 or 20.85% from 422); Blue value is 120 (47.27% from 255 or 28.44% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D65878 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65878 is #29A787. Grayscale: #818181. Windows color (decimal): -2729864 or 7887062. OLE color: 7887062.
HSL color Cylindrical-coordinate representation of color #D65878: hue angle of 344.76º 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 #D65878 is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 88 | 120 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.16 |
| HSL | 344.76º | 0.61% | 0.59% | - |
| HSV(B) | 344.76º | 0.59% | 0.84% | - |
| XYZ | 34.61 | 22.63 | 20.31 | - |
| YUV | 129.32 | 122.74 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 88 | 120 | 0 | 0.59 | 0.44 | 0.16 | 344.76 | 0.61 | 0.59 |
| Hex | D6 | 58 | 78 | 0 | 3B | 2C | 10 | 159 | 3D | 3B |
| Octal | 326 | 130 | 170 | 0 | 73 | 54 | 20 | 531 | 75 | 73 |
| Binary | 11010110 | 1011000 | 1111000 | 0 | 111011 | 101100 | 10000 | 101011001 | 111101 | 111011 |
Color Harmonies of #D65878
Complementary color
Monochromatic Colors of #D65878
Black with #D65878
Text Example
Text Example
White with #D65878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65878; }
p { color: rgb(214,88,120); }
H1.HeaderClassName
{
color: #D65878;
}
.AnyTagClassName
{
color: #D65878;
}
</style>
background-color css
<style>
a { background-color: #D65878; }
a { background-color: rgb(214,88,120); }
div.DivClassName
{
background-color: #D65878;
}
.BgClassName
{
background-color: #D65878;
}
</style>
border-color css
<style>
span { border-color: #D65878; }
span { border-color: rgb(214,88,120); }
td.TdClassName
{
border-color: #D65878;
}
.TagClassName
{
border-color: #D65878;
}
</style>