Shades of Cranberry #D64E74
Tints of Cranberry #D64E74
RGB
CMYK
RGB Variations
Color information
#D64E74 (or 0xD64E74) is known color: Cranberry. HEX triplet: D6, 4E and 74. RGB value is (214,78,116). Sum of RGB (Red+Green+Blue) = 214+78+116=408 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.45% from 408); Green value is 78 (30.86% from 255 or 19.12% from 408); Blue value is 116 (45.70% from 255 or 28.43% from 408); Max value from RGB is 214 - color contains mainly: red. Hex color #D64E74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D64E74 is #29B18B. Grayscale: #7A7A7A. Windows color (decimal): -2732428 or 7622358. OLE color: 7622358.
HSL color Cylindrical-coordinate representation of color #D64E74: hue angle of 343.24º degrees, saturation: 0.62, 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 #D64E74 is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 78 | 116 | - |
| CMYK | 0 | 0.64 | 0.46 | 0.16 |
| HSL | 343.24º | 0.62% | 0.57% | - |
| HSV(B) | 343.24º | 0.64% | 0.84% | - |
| XYZ | 33.61 | 21.01 | 18.81 | - |
| YUV | 123 | 124.06 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 78 | 116 | 0 | 0.64 | 0.46 | 0.16 | 343.24 | 0.62 | 0.57 |
| Hex | D6 | 4E | 74 | 0 | 40 | 2E | 10 | 157 | 3E | 39 |
| Octal | 326 | 116 | 164 | 0 | 100 | 56 | 20 | 527 | 76 | 71 |
| Binary | 11010110 | 1001110 | 1110100 | 0 | 1000000 | 101110 | 10000 | 101010111 | 111110 | 111001 |
Color Harmonies of #D64E74
Complementary color
Monochromatic Colors of #D64E74
Black with #D64E74
Text Example
Text Example
White with #D64E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64E74; }
p { color: rgb(214,78,116); }
H1.HeaderClassName
{
color: #D64E74;
}
.AnyTagClassName
{
color: #D64E74;
}
</style>
background-color css
<style>
a { background-color: #D64E74; }
a { background-color: rgb(214,78,116); }
div.DivClassName
{
background-color: #D64E74;
}
.BgClassName
{
background-color: #D64E74;
}
</style>
border-color css
<style>
span { border-color: #D64E74; }
span { border-color: rgb(214,78,116); }
td.TdClassName
{
border-color: #D64E74;
}
.TagClassName
{
border-color: #D64E74;
}
</style>