Shades of Cranberry #D64F75
Tints of Cranberry #D64F75
RGB
CMYK
RGB Variations
Color information
#D64F75 (or 0xD64F75) is known color: Cranberry. HEX triplet: D6, 4F and 75. RGB value is (214,79,117). Sum of RGB (Red+Green+Blue) = 214+79+117=410 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.20% from 410); Green value is 79 (31.25% from 255 or 19.27% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 214 - color contains mainly: red. Hex color #D64F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D64F75 is #29B08A. Grayscale: #7B7B7B. Windows color (decimal): -2732171 or 7688150. OLE color: 7688150.
HSL color Cylindrical-coordinate representation of color #D64F75: hue angle of 343.11º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D64F75 is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 79 | 117 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.16 |
| HSL | 343.11º | 0.62% | 0.57% | - |
| HSV(B) | 343.11º | 0.63% | 0.84% | - |
| XYZ | 33.74 | 21.17 | 19.14 | - |
| YUV | 123.7 | 124.23 | 192.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 79 | 117 | 0 | 0.63 | 0.45 | 0.16 | 343.11 | 0.62 | 0.57 |
| Hex | D6 | 4F | 75 | 0 | 3F | 2D | 10 | 157 | 3E | 39 |
| Octal | 326 | 117 | 165 | 0 | 77 | 55 | 20 | 527 | 76 | 71 |
| Binary | 11010110 | 1001111 | 1110101 | 0 | 111111 | 101101 | 10000 | 101010111 | 111110 | 111001 |
Color Harmonies of #D64F75
Complementary color
Monochromatic Colors of #D64F75
Black with #D64F75
Text Example
Text Example
White with #D64F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64F75; }
p { color: rgb(214,79,117); }
H1.HeaderClassName
{
color: #D64F75;
}
.AnyTagClassName
{
color: #D64F75;
}
</style>
background-color css
<style>
a { background-color: #D64F75; }
a { background-color: rgb(214,79,117); }
div.DivClassName
{
background-color: #D64F75;
}
.BgClassName
{
background-color: #D64F75;
}
</style>
border-color css
<style>
span { border-color: #D64F75; }
span { border-color: rgb(214,79,117); }
td.TdClassName
{
border-color: #D64F75;
}
.TagClassName
{
border-color: #D64F75;
}
</style>