Shades of Cranberry #D65479
Tints of Cranberry #D65479
RGB
CMYK
RGB Variations
Color information
#D65479 (or 0xD65479) is known color: Cranberry. HEX triplet: D6, 54 and 79. RGB value is (214,84,121). Sum of RGB (Red+Green+Blue) = 214+84+121=419 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.07% from 419); Green value is 84 (33.20% from 255 or 20.05% from 419); Blue value is 121 (47.66% from 255 or 28.88% from 419); Max value from RGB is 214 - color contains mainly: red. Hex color #D65479 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65479 is #29AB86. Grayscale: #7F7F7F. Windows color (decimal): -2730887 or 7951574. OLE color: 7951574.
HSL color Cylindrical-coordinate representation of color #D65479: hue angle of 342.92º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D65479 is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 84 | 121 | - |
| CMYK | 0 | 0.61 | 0.43 | 0.16 |
| HSL | 342.92º | 0.61% | 0.58% | - |
| HSV(B) | 342.92º | 0.61% | 0.84% | - |
| XYZ | 34.35 | 22.02 | 20.53 | - |
| YUV | 127.09 | 124.57 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 84 | 121 | 0 | 0.61 | 0.43 | 0.16 | 342.92 | 0.61 | 0.58 |
| Hex | D6 | 54 | 79 | 0 | 3D | 2B | 10 | 157 | 3D | 3A |
| Octal | 326 | 124 | 171 | 0 | 75 | 53 | 20 | 527 | 75 | 72 |
| Binary | 11010110 | 1010100 | 1111001 | 0 | 111101 | 101011 | 10000 | 101010111 | 111101 | 111010 |
Color Harmonies of #D65479
Complementary color
Monochromatic Colors of #D65479
Black with #D65479
Text Example
Text Example
White with #D65479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65479; }
p { color: rgb(214,84,121); }
H1.HeaderClassName
{
color: #D65479;
}
.AnyTagClassName
{
color: #D65479;
}
</style>
background-color css
<style>
a { background-color: #D65479; }
a { background-color: rgb(214,84,121); }
div.DivClassName
{
background-color: #D65479;
}
.BgClassName
{
background-color: #D65479;
}
</style>
border-color css
<style>
span { border-color: #D65479; }
span { border-color: rgb(214,84,121); }
td.TdClassName
{
border-color: #D65479;
}
.TagClassName
{
border-color: #D65479;
}
</style>