Shades of Cranberry #D65877
Tints of Cranberry #D65877
RGB
CMYK
RGB Variations
Color information
#D65877 (or 0xD65877) is known color: Cranberry. HEX triplet: D6, 58 and 77. RGB value is (214,88,119). Sum of RGB (Red+Green+Blue) = 214+88+119=421 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.83% from 421); Green value is 88 (34.77% from 255 or 20.90% from 421); Blue value is 119 (46.88% from 255 or 28.27% from 421); Max value from RGB is 214 - color contains mainly: red. Hex color #D65877 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65877 is #29A788. Grayscale: #818181. Windows color (decimal): -2729865 or 7821526. OLE color: 7821526.
HSL color Cylindrical-coordinate representation of color #D65877: hue angle of 345.24º 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 #D65877 is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 88 | 119 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.16 |
| HSL | 345.24º | 0.61% | 0.59% | - |
| HSV(B) | 345.24º | 0.59% | 0.84% | - |
| XYZ | 34.55 | 22.61 | 20 | - |
| YUV | 129.21 | 122.24 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 88 | 119 | 0 | 0.59 | 0.44 | 0.16 | 345.24 | 0.61 | 0.59 |
| Hex | D6 | 58 | 77 | 0 | 3B | 2C | 10 | 159 | 3D | 3B |
| Octal | 326 | 130 | 167 | 0 | 73 | 54 | 20 | 531 | 75 | 73 |
| Binary | 11010110 | 1011000 | 1110111 | 0 | 111011 | 101100 | 10000 | 101011001 | 111101 | 111011 |
Color Harmonies of #D65877
Complementary color
Monochromatic Colors of #D65877
Black with #D65877
Text Example
Text Example
White with #D65877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65877; }
p { color: rgb(214,88,119); }
H1.HeaderClassName
{
color: #D65877;
}
.AnyTagClassName
{
color: #D65877;
}
</style>
background-color css
<style>
a { background-color: #D65877; }
a { background-color: rgb(214,88,119); }
div.DivClassName
{
background-color: #D65877;
}
.BgClassName
{
background-color: #D65877;
}
</style>
border-color css
<style>
span { border-color: #D65877; }
span { border-color: rgb(214,88,119); }
td.TdClassName
{
border-color: #D65877;
}
.TagClassName
{
border-color: #D65877;
}
</style>