Shades of Cranberry #D64B87
Tints of Cranberry #D64B87
RGB
CMYK
RGB Variations
Color information
#D64B87 (or 0xD64B87) is known color: Cranberry. HEX triplet: D6, 4B and 87. RGB value is (214,75,135). Sum of RGB (Red+Green+Blue) = 214+75+135=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 75 (29.69% from 255 or 17.69% from 424); Blue value is 135 (53.12% from 255 or 31.84% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D64B87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64B87 is #29B478. Grayscale: #7B7B7B. Windows color (decimal): -2733177 or 8866774. OLE color: 8866774.
HSL color Cylindrical-coordinate representation of color #D64B87: hue angle of 334.1º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D64B87 is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 75 | 135 | - |
| CMYK | 0 | 0.65 | 0.37 | 0.16 |
| HSL | 334.1º | 0.63% | 0.57% | - |
| HSV(B) | 334.1º | 0.65% | 0.84% | - |
| XYZ | 34.62 | 21.08 | 25.17 | - |
| YUV | 123.4 | 134.55 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 75 | 135 | 0 | 0.65 | 0.37 | 0.16 | 334.1 | 0.63 | 0.57 |
| Hex | D6 | 4B | 87 | 0 | 41 | 25 | 10 | 14E | 3F | 39 |
| Octal | 326 | 113 | 207 | 0 | 101 | 45 | 20 | 516 | 77 | 71 |
| Binary | 11010110 | 1001011 | 10000111 | 0 | 1000001 | 100101 | 10000 | 101001110 | 111111 | 111001 |
Color Harmonies of #D64B87
Complementary color
Monochromatic Colors of #D64B87
Black with #D64B87
Text Example
Text Example
White with #D64B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64B87; }
p { color: rgb(214,75,135); }
H1.HeaderClassName
{
color: #D64B87;
}
.AnyTagClassName
{
color: #D64B87;
}
</style>
background-color css
<style>
a { background-color: #D64B87; }
a { background-color: rgb(214,75,135); }
div.DivClassName
{
background-color: #D64B87;
}
.BgClassName
{
background-color: #D64B87;
}
</style>
border-color css
<style>
span { border-color: #D64B87; }
span { border-color: rgb(214,75,135); }
td.TdClassName
{
border-color: #D64B87;
}
.TagClassName
{
border-color: #D64B87;
}
</style>