Shades of Cranberry #D65D83
Tints of Cranberry #D65D83
RGB
CMYK
RGB Variations
Color information
#D65D83 (or 0xD65D83) is known color: Cranberry. HEX triplet: D6, 5D and 83. RGB value is (214,93,131). Sum of RGB (Red+Green+Blue) = 214+93+131=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 93 (36.72% from 255 or 21.23% from 438); Blue value is 131 (51.56% from 255 or 29.91% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D65D83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65D83 is #29A27C. Grayscale: #858585. Windows color (decimal): -2728573 or 8609238. OLE color: 8609238.
HSL color Cylindrical-coordinate representation of color #D65D83: hue angle of 341.16º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D65D83 is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 93 | 131 | - |
| CMYK | 0 | 0.57 | 0.39 | 0.16 |
| HSL | 341.16º | 0.6% | 0.6% | - |
| HSV(B) | 341.16º | 0.57% | 0.84% | - |
| XYZ | 35.74 | 23.76 | 24.18 | - |
| YUV | 133.51 | 126.59 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 93 | 131 | 0 | 0.57 | 0.39 | 0.16 | 341.16 | 0.6 | 0.6 |
| Hex | D6 | 5D | 83 | 0 | 39 | 27 | 10 | 155 | 3C | 3C |
| Octal | 326 | 135 | 203 | 0 | 71 | 47 | 20 | 525 | 74 | 74 |
| Binary | 11010110 | 1011101 | 10000011 | 0 | 111001 | 100111 | 10000 | 101010101 | 111100 | 111100 |
Color Harmonies of #D65D83
Complementary color
Monochromatic Colors of #D65D83
Black with #D65D83
Text Example
Text Example
White with #D65D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65D83; }
p { color: rgb(214,93,131); }
H1.HeaderClassName
{
color: #D65D83;
}
.AnyTagClassName
{
color: #D65D83;
}
</style>
background-color css
<style>
a { background-color: #D65D83; }
a { background-color: rgb(214,93,131); }
div.DivClassName
{
background-color: #D65D83;
}
.BgClassName
{
background-color: #D65D83;
}
</style>
border-color css
<style>
span { border-color: #D65D83; }
span { border-color: rgb(214,93,131); }
td.TdClassName
{
border-color: #D65D83;
}
.TagClassName
{
border-color: #D65D83;
}
</style>