Shades of Cranberry #D65887
Tints of Cranberry #D65887
RGB
CMYK
RGB Variations
Color information
#D65887 (or 0xD65887) is known color: Cranberry. HEX triplet: D6, 58 and 87. RGB value is (214,88,135). Sum of RGB (Red+Green+Blue) = 214+88+135=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 88 (34.77% from 255 or 20.14% from 437); Blue value is 135 (53.12% from 255 or 30.89% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D65887 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65887 is #29A778. Grayscale: #828282. Windows color (decimal): -2729849 or 8870102. OLE color: 8870102.
HSL color Cylindrical-coordinate representation of color #D65887: hue angle of 337.62º 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 #D65887 is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 88 | 135 | - |
| CMYK | 0 | 0.59 | 0.37 | 0.16 |
| HSL | 337.62º | 0.61% | 0.59% | - |
| HSV(B) | 337.62º | 0.59% | 0.84% | - |
| XYZ | 35.59 | 23.02 | 25.49 | - |
| YUV | 131.03 | 130.24 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 88 | 135 | 0 | 0.59 | 0.37 | 0.16 | 337.62 | 0.61 | 0.59 |
| Hex | D6 | 58 | 87 | 0 | 3B | 25 | 10 | 152 | 3D | 3B |
| Octal | 326 | 130 | 207 | 0 | 73 | 45 | 20 | 522 | 75 | 73 |
| Binary | 11010110 | 1011000 | 10000111 | 0 | 111011 | 100101 | 10000 | 101010010 | 111101 | 111011 |
Color Harmonies of #D65887
Complementary color
Monochromatic Colors of #D65887
Black with #D65887
Text Example
Text Example
White with #D65887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65887; }
p { color: rgb(214,88,135); }
H1.HeaderClassName
{
color: #D65887;
}
.AnyTagClassName
{
color: #D65887;
}
</style>
background-color css
<style>
a { background-color: #D65887; }
a { background-color: rgb(214,88,135); }
div.DivClassName
{
background-color: #D65887;
}
.BgClassName
{
background-color: #D65887;
}
</style>
border-color css
<style>
span { border-color: #D65887; }
span { border-color: rgb(214,88,135); }
td.TdClassName
{
border-color: #D65887;
}
.TagClassName
{
border-color: #D65887;
}
</style>