Shades of Cranberry #D64885
Tints of Cranberry #D64885
RGB
CMYK
RGB Variations
Color information
#D64885 (or 0xD64885) is known color: Cranberry. HEX triplet: D6, 48 and 85. RGB value is (214,72,133). Sum of RGB (Red+Green+Blue) = 214+72+133=419 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.07% from 419); Green value is 72 (28.52% from 255 or 17.18% from 419); Blue value is 133 (52.34% from 255 or 31.74% from 419); Max value from RGB is 214 - color contains mainly: red. Hex color #D64885 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64885 is #29B77A. Grayscale: #797979. Windows color (decimal): -2733947 or 8734934. OLE color: 8734934.
HSL color Cylindrical-coordinate representation of color #D64885: hue angle of 334.23º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D64885 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 72 | 133 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.16 |
| HSL | 334.23º | 0.63% | 0.56% | - |
| HSV(B) | 334.23º | 0.66% | 0.84% | - |
| XYZ | 34.28 | 20.62 | 24.36 | - |
| YUV | 121.41 | 134.54 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 72 | 133 | 0 | 0.66 | 0.38 | 0.16 | 334.23 | 0.63 | 0.56 |
| Hex | D6 | 48 | 85 | 0 | 42 | 26 | 10 | 14E | 3F | 38 |
| Octal | 326 | 110 | 205 | 0 | 102 | 46 | 20 | 516 | 77 | 70 |
| Binary | 11010110 | 1001000 | 10000101 | 0 | 1000010 | 100110 | 10000 | 101001110 | 111111 | 111000 |
Color Harmonies of #D64885
Complementary color
Monochromatic Colors of #D64885
Black with #D64885
Text Example
Text Example
White with #D64885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64885; }
p { color: rgb(214,72,133); }
H1.HeaderClassName
{
color: #D64885;
}
.AnyTagClassName
{
color: #D64885;
}
</style>
background-color css
<style>
a { background-color: #D64885; }
a { background-color: rgb(214,72,133); }
div.DivClassName
{
background-color: #D64885;
}
.BgClassName
{
background-color: #D64885;
}
</style>
border-color css
<style>
span { border-color: #D64885; }
span { border-color: rgb(214,72,133); }
td.TdClassName
{
border-color: #D64885;
}
.TagClassName
{
border-color: #D64885;
}
</style>