Shades of Cranberry #D65673
Tints of Cranberry #D65673
RGB
CMYK
RGB Variations
Color information
#D65673 (or 0xD65673) is known color: Cranberry. HEX triplet: D6, 56 and 73. RGB value is (214,86,115). Sum of RGB (Red+Green+Blue) = 214+86+115=415 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.57% from 415); Green value is 86 (33.98% from 255 or 20.72% from 415); Blue value is 115 (45.31% from 255 or 27.71% from 415); Max value from RGB is 214 - color contains mainly: red. Hex color #D65673 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65673 is #29A98C. Grayscale: #7F7F7F. Windows color (decimal): -2730381 or 7558870. OLE color: 7558870.
HSL color Cylindrical-coordinate representation of color #D65673: hue angle of 346.41º 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 #D65673 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 86 | 115 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.16 |
| HSL | 346.41º | 0.61% | 0.59% | - |
| HSV(B) | 346.41º | 0.6% | 0.84% | - |
| XYZ | 34.15 | 22.19 | 18.7 | - |
| YUV | 127.58 | 120.91 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 86 | 115 | 0 | 0.60 | 0.46 | 0.16 | 346.41 | 0.61 | 0.59 |
| Hex | D6 | 56 | 73 | 0 | 3C | 2E | 10 | 15A | 3D | 3B |
| Octal | 326 | 126 | 163 | 0 | 74 | 56 | 20 | 532 | 75 | 73 |
| Binary | 11010110 | 1010110 | 1110011 | 0 | 111100 | 101110 | 10000 | 101011010 | 111101 | 111011 |
Color Harmonies of #D65673
Complementary color
Monochromatic Colors of #D65673
Black with #D65673
Text Example
Text Example
White with #D65673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65673; }
p { color: rgb(214,86,115); }
H1.HeaderClassName
{
color: #D65673;
}
.AnyTagClassName
{
color: #D65673;
}
</style>
background-color css
<style>
a { background-color: #D65673; }
a { background-color: rgb(214,86,115); }
div.DivClassName
{
background-color: #D65673;
}
.BgClassName
{
background-color: #D65673;
}
</style>
border-color css
<style>
span { border-color: #D65673; }
span { border-color: rgb(214,86,115); }
td.TdClassName
{
border-color: #D65673;
}
.TagClassName
{
border-color: #D65673;
}
</style>