Shades of Cranberry #D65979
Tints of Cranberry #D65979
RGB
CMYK
RGB Variations
Color information
#D65979 (or 0xD65979) is known color: Cranberry. HEX triplet: D6, 59 and 79. RGB value is (214,89,121). Sum of RGB (Red+Green+Blue) = 214+89+121=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 89 (35.16% from 255 or 20.99% from 424); Blue value is 121 (47.66% from 255 or 28.54% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D65979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65979 is #29A686. Grayscale: #828282. Windows color (decimal): -2729607 or 7952854. OLE color: 7952854.
HSL color Cylindrical-coordinate representation of color #D65979: hue angle of 344.64º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D65979 is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 89 | 121 | - |
| CMYK | 0 | 0.58 | 0.43 | 0.16 |
| HSL | 344.64º | 0.6% | 0.59% | - |
| HSV(B) | 344.64º | 0.58% | 0.84% | - |
| XYZ | 34.76 | 22.82 | 20.66 | - |
| YUV | 130.02 | 122.91 | 187.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 89 | 121 | 0 | 0.58 | 0.43 | 0.16 | 344.64 | 0.6 | 0.59 |
| Hex | D6 | 59 | 79 | 0 | 3A | 2B | 10 | 159 | 3C | 3B |
| Octal | 326 | 131 | 171 | 0 | 72 | 53 | 20 | 531 | 74 | 73 |
| Binary | 11010110 | 1011001 | 1111001 | 0 | 111010 | 101011 | 10000 | 101011001 | 111100 | 111011 |
Color Harmonies of #D65979
Complementary color
Monochromatic Colors of #D65979
Black with #D65979
Text Example
Text Example
White with #D65979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65979; }
p { color: rgb(214,89,121); }
H1.HeaderClassName
{
color: #D65979;
}
.AnyTagClassName
{
color: #D65979;
}
</style>
background-color css
<style>
a { background-color: #D65979; }
a { background-color: rgb(214,89,121); }
div.DivClassName
{
background-color: #D65979;
}
.BgClassName
{
background-color: #D65979;
}
</style>
border-color css
<style>
span { border-color: #D65979; }
span { border-color: rgb(214,89,121); }
td.TdClassName
{
border-color: #D65979;
}
.TagClassName
{
border-color: #D65979;
}
</style>