Shades of Cranberry #D64C7F
Tints of Cranberry #D64C7F
RGB
CMYK
RGB Variations
Color information
#D64C7F (or 0xD64C7F) is known color: Cranberry. HEX triplet: D6, 4C and 7F. RGB value is (214,76,127). Sum of RGB (Red+Green+Blue) = 214+76+127=417 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.32% from 417); Green value is 76 (30.08% from 255 or 18.23% from 417); Blue value is 127 (50% from 255 or 30.46% from 417); Max value from RGB is 214 - color contains mainly: red. Hex color #D64C7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64C7F is #29B380. Grayscale: #7B7B7B. Windows color (decimal): -2732929 or 8342742. OLE color: 8342742.
HSL color Cylindrical-coordinate representation of color #D64C7F: hue angle of 337.83º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D64C7F is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 76 | 127 | - |
| CMYK | 0 | 0.64 | 0.41 | 0.16 |
| HSL | 337.83º | 0.63% | 0.57% | - |
| HSV(B) | 337.83º | 0.64% | 0.84% | - |
| XYZ | 34.15 | 21 | 22.33 | - |
| YUV | 123.08 | 130.22 | 192.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 76 | 127 | 0 | 0.64 | 0.41 | 0.16 | 337.83 | 0.63 | 0.57 |
| Hex | D6 | 4C | 7F | 0 | 40 | 29 | 10 | 152 | 3F | 39 |
| Octal | 326 | 114 | 177 | 0 | 100 | 51 | 20 | 522 | 77 | 71 |
| Binary | 11010110 | 1001100 | 1111111 | 0 | 1000000 | 101001 | 10000 | 101010010 | 111111 | 111001 |
Color Harmonies of #D64C7F
Complementary color
Monochromatic Colors of #D64C7F
Black with #D64C7F
Text Example
Text Example
White with #D64C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64C7F; }
p { color: rgb(214,76,127); }
H1.HeaderClassName
{
color: #D64C7F;
}
.AnyTagClassName
{
color: #D64C7F;
}
</style>
background-color css
<style>
a { background-color: #D64C7F; }
a { background-color: rgb(214,76,127); }
div.DivClassName
{
background-color: #D64C7F;
}
.BgClassName
{
background-color: #D64C7F;
}
</style>
border-color css
<style>
span { border-color: #D64C7F; }
span { border-color: rgb(214,76,127); }
td.TdClassName
{
border-color: #D64C7F;
}
.TagClassName
{
border-color: #D64C7F;
}
</style>