Shades of Cranberry #D65E83
Tints of Cranberry #D65E83
RGB
CMYK
RGB Variations
Color information
#D65E83 (or 0xD65E83) is known color: Cranberry. HEX triplet: D6, 5E and 83. RGB value is (214,94,131). Sum of RGB (Red+Green+Blue) = 214+94+131=439 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.75% from 439); Green value is 94 (37.11% from 255 or 21.41% from 439); Blue value is 131 (51.56% from 255 or 29.84% from 439); Max value from RGB is 214 - color contains mainly: red. Hex color #D65E83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65E83 is #29A17C. Grayscale: #868686. Windows color (decimal): -2728317 or 8609494. OLE color: 8609494.
HSL color Cylindrical-coordinate representation of color #D65E83: hue angle of 341.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D65E83 is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 94 | 131 | - |
| CMYK | 0 | 0.56 | 0.39 | 0.16 |
| HSL | 341.5º | 0.59% | 0.6% | - |
| HSV(B) | 341.5º | 0.56% | 0.84% | - |
| XYZ | 35.83 | 23.94 | 24.21 | - |
| YUV | 134.1 | 126.26 | 184.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 94 | 131 | 0 | 0.56 | 0.39 | 0.16 | 341.5 | 0.59 | 0.6 |
| Hex | D6 | 5E | 83 | 0 | 38 | 27 | 10 | 156 | 3B | 3C |
| Octal | 326 | 136 | 203 | 0 | 70 | 47 | 20 | 526 | 73 | 74 |
| Binary | 11010110 | 1011110 | 10000011 | 0 | 111000 | 100111 | 10000 | 101010110 | 111011 | 111100 |
Color Harmonies of #D65E83
Complementary color
Monochromatic Colors of #D65E83
Black with #D65E83
Text Example
Text Example
White with #D65E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65E83; }
p { color: rgb(214,94,131); }
H1.HeaderClassName
{
color: #D65E83;
}
.AnyTagClassName
{
color: #D65E83;
}
</style>
background-color css
<style>
a { background-color: #D65E83; }
a { background-color: rgb(214,94,131); }
div.DivClassName
{
background-color: #D65E83;
}
.BgClassName
{
background-color: #D65E83;
}
</style>
border-color css
<style>
span { border-color: #D65E83; }
span { border-color: rgb(214,94,131); }
td.TdClassName
{
border-color: #D65E83;
}
.TagClassName
{
border-color: #D65E83;
}
</style>