Shades of Cranberry #D65773
Tints of Cranberry #D65773
RGB
CMYK
RGB Variations
Color information
#D65773 (or 0xD65773) is known color: Cranberry. HEX triplet: D6, 57 and 73. RGB value is (214,87,115). Sum of RGB (Red+Green+Blue) = 214+87+115=416 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.44% from 416); Green value is 87 (34.38% from 255 or 20.91% from 416); Blue value is 115 (45.31% from 255 or 27.64% from 416); Max value from RGB is 214 - color contains mainly: red. Hex color #D65773 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65773 is #29A88C. Grayscale: #808080. Windows color (decimal): -2730125 or 7559126. OLE color: 7559126.
HSL color Cylindrical-coordinate representation of color #D65773: hue angle of 346.77º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D65773 is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 87 | 115 | - |
| CMYK | 0 | 0.59 | 0.46 | 0.16 |
| HSL | 346.77º | 0.61% | 0.59% | - |
| HSV(B) | 346.77º | 0.59% | 0.84% | - |
| XYZ | 34.23 | 22.35 | 18.73 | - |
| YUV | 128.17 | 120.58 | 189.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 87 | 115 | 0 | 0.59 | 0.46 | 0.16 | 346.77 | 0.61 | 0.59 |
| Hex | D6 | 57 | 73 | 0 | 3B | 2E | 10 | 15B | 3D | 3B |
| Octal | 326 | 127 | 163 | 0 | 73 | 56 | 20 | 533 | 75 | 73 |
| Binary | 11010110 | 1010111 | 1110011 | 0 | 111011 | 101110 | 10000 | 101011011 | 111101 | 111011 |
Color Harmonies of #D65773
Complementary color
Monochromatic Colors of #D65773
Black with #D65773
Text Example
Text Example
White with #D65773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65773; }
p { color: rgb(214,87,115); }
H1.HeaderClassName
{
color: #D65773;
}
.AnyTagClassName
{
color: #D65773;
}
</style>
background-color css
<style>
a { background-color: #D65773; }
a { background-color: rgb(214,87,115); }
div.DivClassName
{
background-color: #D65773;
}
.BgClassName
{
background-color: #D65773;
}
</style>
border-color css
<style>
span { border-color: #D65773; }
span { border-color: rgb(214,87,115); }
td.TdClassName
{
border-color: #D65773;
}
.TagClassName
{
border-color: #D65773;
}
</style>