Shades of Cranberry #D65C83
Tints of Cranberry #D65C83
RGB
CMYK
RGB Variations
Color information
#D65C83 (or 0xD65C83) is known color: Cranberry. HEX triplet: D6, 5C and 83. RGB value is (214,92,131). Sum of RGB (Red+Green+Blue) = 214+92+131=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 92 (36.33% from 255 or 21.05% from 437); Blue value is 131 (51.56% from 255 or 29.98% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D65C83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65C83 is #29A37C. Grayscale: #848484. Windows color (decimal): -2728829 or 8608982. OLE color: 8608982.
HSL color Cylindrical-coordinate representation of color #D65C83: hue angle of 340.82º 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 #D65C83 is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 92 | 131 | - |
| CMYK | 0 | 0.57 | 0.39 | 0.16 |
| HSL | 340.82º | 0.6% | 0.6% | - |
| HSV(B) | 340.82º | 0.57% | 0.84% | - |
| XYZ | 35.66 | 23.59 | 24.15 | - |
| YUV | 132.92 | 126.92 | 185.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 92 | 131 | 0 | 0.57 | 0.39 | 0.16 | 340.82 | 0.6 | 0.6 |
| Hex | D6 | 5C | 83 | 0 | 39 | 27 | 10 | 155 | 3C | 3C |
| Octal | 326 | 134 | 203 | 0 | 71 | 47 | 20 | 525 | 74 | 74 |
| Binary | 11010110 | 1011100 | 10000011 | 0 | 111001 | 100111 | 10000 | 101010101 | 111100 | 111100 |
Color Harmonies of #D65C83
Complementary color
Monochromatic Colors of #D65C83
Black with #D65C83
Text Example
Text Example
White with #D65C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65C83; }
p { color: rgb(214,92,131); }
H1.HeaderClassName
{
color: #D65C83;
}
.AnyTagClassName
{
color: #D65C83;
}
</style>
background-color css
<style>
a { background-color: #D65C83; }
a { background-color: rgb(214,92,131); }
div.DivClassName
{
background-color: #D65C83;
}
.BgClassName
{
background-color: #D65C83;
}
</style>
border-color css
<style>
span { border-color: #D65C83; }
span { border-color: rgb(214,92,131); }
td.TdClassName
{
border-color: #D65C83;
}
.TagClassName
{
border-color: #D65C83;
}
</style>