Shades of Cranberry #D65888
Tints of Cranberry #D65888
RGB
CMYK
RGB Variations
Color information
#D65888 (or 0xD65888) is known color: Cranberry. HEX triplet: D6, 58 and 88. RGB value is (214,88,136). Sum of RGB (Red+Green+Blue) = 214+88+136=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 88 (34.77% from 255 or 20.09% from 438); Blue value is 136 (53.52% from 255 or 31.05% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D65888 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65888 is #29A777. Grayscale: #838383. Windows color (decimal): -2729848 or 8935638. OLE color: 8935638.
HSL color Cylindrical-coordinate representation of color #D65888: hue angle of 337.14º 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 #D65888 is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 88 | 136 | - |
| CMYK | 0 | 0.59 | 0.36 | 0.16 |
| HSL | 337.14º | 0.61% | 0.59% | - |
| HSV(B) | 337.14º | 0.59% | 0.84% | - |
| XYZ | 35.67 | 23.05 | 25.86 | - |
| YUV | 131.15 | 130.74 | 187.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 88 | 136 | 0 | 0.59 | 0.36 | 0.16 | 337.14 | 0.61 | 0.59 |
| Hex | D6 | 58 | 88 | 0 | 3B | 24 | 10 | 151 | 3D | 3B |
| Octal | 326 | 130 | 210 | 0 | 73 | 44 | 20 | 521 | 75 | 73 |
| Binary | 11010110 | 1011000 | 10001000 | 0 | 111011 | 100100 | 10000 | 101010001 | 111101 | 111011 |
Color Harmonies of #D65888
Complementary color
Monochromatic Colors of #D65888
Black with #D65888
Text Example
Text Example
White with #D65888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65888; }
p { color: rgb(214,88,136); }
H1.HeaderClassName
{
color: #D65888;
}
.AnyTagClassName
{
color: #D65888;
}
</style>
background-color css
<style>
a { background-color: #D65888; }
a { background-color: rgb(214,88,136); }
div.DivClassName
{
background-color: #D65888;
}
.BgClassName
{
background-color: #D65888;
}
</style>
border-color css
<style>
span { border-color: #D65888; }
span { border-color: rgb(214,88,136); }
td.TdClassName
{
border-color: #D65888;
}
.TagClassName
{
border-color: #D65888;
}
</style>