Shades of Cranberry #D65774
Tints of Cranberry #D65774
RGB
CMYK
RGB Variations
Color information
#D65774 (or 0xD65774) is known color: Cranberry. HEX triplet: D6, 57 and 74. RGB value is (214,87,116). Sum of RGB (Red+Green+Blue) = 214+87+116=417 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.32% from 417); Green value is 87 (34.38% from 255 or 20.86% from 417); Blue value is 116 (45.70% from 255 or 27.82% from 417); Max value from RGB is 214 - color contains mainly: red. Hex color #D65774 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65774 is #29A88B. Grayscale: #808080. Windows color (decimal): -2730124 or 7624662. OLE color: 7624662.
HSL color Cylindrical-coordinate representation of color #D65774: hue angle of 346.3º 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 #D65774 is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 87 | 116 | - |
| CMYK | 0 | 0.59 | 0.46 | 0.16 |
| HSL | 346.3º | 0.61% | 0.59% | - |
| HSV(B) | 346.3º | 0.59% | 0.84% | - |
| XYZ | 34.29 | 22.37 | 19.03 | - |
| YUV | 128.28 | 121.08 | 189.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 87 | 116 | 0 | 0.59 | 0.46 | 0.16 | 346.3 | 0.61 | 0.59 |
| Hex | D6 | 57 | 74 | 0 | 3B | 2E | 10 | 15A | 3D | 3B |
| Octal | 326 | 127 | 164 | 0 | 73 | 56 | 20 | 532 | 75 | 73 |
| Binary | 11010110 | 1010111 | 1110100 | 0 | 111011 | 101110 | 10000 | 101011010 | 111101 | 111011 |
Color Harmonies of #D65774
Complementary color
Monochromatic Colors of #D65774
Black with #D65774
Text Example
Text Example
White with #D65774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65774; }
p { color: rgb(214,87,116); }
H1.HeaderClassName
{
color: #D65774;
}
.AnyTagClassName
{
color: #D65774;
}
</style>
background-color css
<style>
a { background-color: #D65774; }
a { background-color: rgb(214,87,116); }
div.DivClassName
{
background-color: #D65774;
}
.BgClassName
{
background-color: #D65774;
}
</style>
border-color css
<style>
span { border-color: #D65774; }
span { border-color: rgb(214,87,116); }
td.TdClassName
{
border-color: #D65774;
}
.TagClassName
{
border-color: #D65774;
}
</style>