Shades of Cranberry #D65683
Tints of Cranberry #D65683
RGB
CMYK
RGB Variations
Color information
#D65683 (or 0xD65683) is known color: Cranberry. HEX triplet: D6, 56 and 83. RGB value is (214,86,131). Sum of RGB (Red+Green+Blue) = 214+86+131=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 86 (33.98% from 255 or 19.95% from 431); Blue value is 131 (51.56% from 255 or 30.39% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D65683 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65683 is #29A97C. Grayscale: #818181. Windows color (decimal): -2730365 or 8607446. OLE color: 8607446.
HSL color Cylindrical-coordinate representation of color #D65683: hue angle of 338.91º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D65683 is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 86 | 131 | - |
| CMYK | 0 | 0.60 | 0.39 | 0.16 |
| HSL | 338.91º | 0.61% | 0.59% | - |
| HSV(B) | 338.91º | 0.6% | 0.84% | - |
| XYZ | 35.16 | 22.59 | 23.98 | - |
| YUV | 129.4 | 128.91 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 86 | 131 | 0 | 0.60 | 0.39 | 0.16 | 338.91 | 0.61 | 0.59 |
| Hex | D6 | 56 | 83 | 0 | 3C | 27 | 10 | 153 | 3D | 3B |
| Octal | 326 | 126 | 203 | 0 | 74 | 47 | 20 | 523 | 75 | 73 |
| Binary | 11010110 | 1010110 | 10000011 | 0 | 111100 | 100111 | 10000 | 101010011 | 111101 | 111011 |
Color Harmonies of #D65683
Complementary color
Monochromatic Colors of #D65683
Black with #D65683
Text Example
Text Example
White with #D65683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65683; }
p { color: rgb(214,86,131); }
H1.HeaderClassName
{
color: #D65683;
}
.AnyTagClassName
{
color: #D65683;
}
</style>
background-color css
<style>
a { background-color: #D65683; }
a { background-color: rgb(214,86,131); }
div.DivClassName
{
background-color: #D65683;
}
.BgClassName
{
background-color: #D65683;
}
</style>
border-color css
<style>
span { border-color: #D65683; }
span { border-color: rgb(214,86,131); }
td.TdClassName
{
border-color: #D65683;
}
.TagClassName
{
border-color: #D65683;
}
</style>