Shades of Cranberry #D65884
Tints of Cranberry #D65884
RGB
CMYK
RGB Variations
Color information
#D65884 (or 0xD65884) is known color: Cranberry. HEX triplet: D6, 58 and 84. RGB value is (214,88,132). Sum of RGB (Red+Green+Blue) = 214+88+132=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 88 (34.77% from 255 or 20.28% from 434); Blue value is 132 (51.95% from 255 or 30.41% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D65884 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65884 is #29A77B. Grayscale: #828282. Windows color (decimal): -2729852 or 8673494. OLE color: 8673494.
HSL color Cylindrical-coordinate representation of color #D65884: hue angle of 339.05º 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 #D65884 is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 88 | 132 | - |
| CMYK | 0 | 0.59 | 0.38 | 0.16 |
| HSL | 339.05º | 0.61% | 0.59% | - |
| HSV(B) | 339.05º | 0.59% | 0.84% | - |
| XYZ | 35.39 | 22.94 | 24.39 | - |
| YUV | 130.69 | 128.74 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 88 | 132 | 0 | 0.59 | 0.38 | 0.16 | 339.05 | 0.61 | 0.59 |
| Hex | D6 | 58 | 84 | 0 | 3B | 26 | 10 | 153 | 3D | 3B |
| Octal | 326 | 130 | 204 | 0 | 73 | 46 | 20 | 523 | 75 | 73 |
| Binary | 11010110 | 1011000 | 10000100 | 0 | 111011 | 100110 | 10000 | 101010011 | 111101 | 111011 |
Color Harmonies of #D65884
Complementary color
Monochromatic Colors of #D65884
Black with #D65884
Text Example
Text Example
White with #D65884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65884; }
p { color: rgb(214,88,132); }
H1.HeaderClassName
{
color: #D65884;
}
.AnyTagClassName
{
color: #D65884;
}
</style>
background-color css
<style>
a { background-color: #D65884; }
a { background-color: rgb(214,88,132); }
div.DivClassName
{
background-color: #D65884;
}
.BgClassName
{
background-color: #D65884;
}
</style>
border-color css
<style>
span { border-color: #D65884; }
span { border-color: rgb(214,88,132); }
td.TdClassName
{
border-color: #D65884;
}
.TagClassName
{
border-color: #D65884;
}
</style>