Shades of Cranberry #D64D83
Tints of Cranberry #D64D83
RGB
CMYK
RGB Variations
Color information
#D64D83 (or 0xD64D83) is known color: Cranberry. HEX triplet: D6, 4D and 83. RGB value is (214,77,131). Sum of RGB (Red+Green+Blue) = 214+77+131=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 77 (30.47% from 255 or 18.25% from 422); Blue value is 131 (51.56% from 255 or 31.04% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D64D83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D64D83 is #29B27C. Grayscale: #7C7C7C. Windows color (decimal): -2732669 or 8605142. OLE color: 8605142.
HSL color Cylindrical-coordinate representation of color #D64D83: hue angle of 336.35º 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 #D64D83 is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 77 | 131 | - |
| CMYK | 0 | 0.64 | 0.39 | 0.16 |
| HSL | 336.35º | 0.63% | 0.57% | - |
| HSV(B) | 336.35º | 0.64% | 0.84% | - |
| XYZ | 34.48 | 21.24 | 23.76 | - |
| YUV | 124.12 | 131.89 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 77 | 131 | 0 | 0.64 | 0.39 | 0.16 | 336.35 | 0.63 | 0.57 |
| Hex | D6 | 4D | 83 | 0 | 40 | 27 | 10 | 150 | 3F | 39 |
| Octal | 326 | 115 | 203 | 0 | 100 | 47 | 20 | 520 | 77 | 71 |
| Binary | 11010110 | 1001101 | 10000011 | 0 | 1000000 | 100111 | 10000 | 101010000 | 111111 | 111001 |
Color Harmonies of #D64D83
Complementary color
Monochromatic Colors of #D64D83
Black with #D64D83
Text Example
Text Example
White with #D64D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64D83; }
p { color: rgb(214,77,131); }
H1.HeaderClassName
{
color: #D64D83;
}
.AnyTagClassName
{
color: #D64D83;
}
</style>
background-color css
<style>
a { background-color: #D64D83; }
a { background-color: rgb(214,77,131); }
div.DivClassName
{
background-color: #D64D83;
}
.BgClassName
{
background-color: #D64D83;
}
</style>
border-color css
<style>
span { border-color: #D64D83; }
span { border-color: rgb(214,77,131); }
td.TdClassName
{
border-color: #D64D83;
}
.TagClassName
{
border-color: #D64D83;
}
</style>