Shades of Cranberry #D64F83
Tints of Cranberry #D64F83
RGB
CMYK
RGB Variations
Color information
#D64F83 (or 0xD64F83) is known color: Cranberry. HEX triplet: D6, 4F and 83. RGB value is (214,79,131). Sum of RGB (Red+Green+Blue) = 214+79+131=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 79 (31.25% from 255 or 18.63% from 424); Blue value is 131 (51.56% from 255 or 30.90% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D64F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D64F83 is #29B07C. Grayscale: #7D7D7D. Windows color (decimal): -2732157 or 8605654. OLE color: 8605654.
HSL color Cylindrical-coordinate representation of color #D64F83: hue angle of 336.89º 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 #D64F83 is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 79 | 131 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.16 |
| HSL | 336.89º | 0.62% | 0.57% | - |
| HSV(B) | 336.89º | 0.63% | 0.84% | - |
| XYZ | 34.62 | 21.53 | 23.8 | - |
| YUV | 125.29 | 131.23 | 191.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 79 | 131 | 0 | 0.63 | 0.39 | 0.16 | 336.89 | 0.62 | 0.57 |
| Hex | D6 | 4F | 83 | 0 | 3F | 27 | 10 | 151 | 3E | 39 |
| Octal | 326 | 117 | 203 | 0 | 77 | 47 | 20 | 521 | 76 | 71 |
| Binary | 11010110 | 1001111 | 10000011 | 0 | 111111 | 100111 | 10000 | 101010001 | 111110 | 111001 |
Color Harmonies of #D64F83
Complementary color
Monochromatic Colors of #D64F83
Black with #D64F83
Text Example
Text Example
White with #D64F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64F83; }
p { color: rgb(214,79,131); }
H1.HeaderClassName
{
color: #D64F83;
}
.AnyTagClassName
{
color: #D64F83;
}
</style>
background-color css
<style>
a { background-color: #D64F83; }
a { background-color: rgb(214,79,131); }
div.DivClassName
{
background-color: #D64F83;
}
.BgClassName
{
background-color: #D64F83;
}
</style>
border-color css
<style>
span { border-color: #D64F83; }
span { border-color: rgb(214,79,131); }
td.TdClassName
{
border-color: #D64F83;
}
.TagClassName
{
border-color: #D64F83;
}
</style>