Shades of Cranberry #D65974
Tints of Cranberry #D65974
RGB
CMYK
RGB Variations
Color information
#D65974 (or 0xD65974) is known color: Cranberry. HEX triplet: D6, 59 and 74. RGB value is (214,89,116). Sum of RGB (Red+Green+Blue) = 214+89+116=419 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.07% from 419); Green value is 89 (35.16% from 255 or 21.24% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 214 - color contains mainly: red. Hex color #D65974 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65974 is #29A68B. Grayscale: #818181. Windows color (decimal): -2729612 or 7625174. OLE color: 7625174.
HSL color Cylindrical-coordinate representation of color #D65974: hue angle of 347.04º 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 #D65974 is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 89 | 116 | - |
| CMYK | 0 | 0.58 | 0.46 | 0.16 |
| HSL | 347.04º | 0.6% | 0.59% | - |
| HSV(B) | 347.04º | 0.58% | 0.84% | - |
| XYZ | 34.46 | 22.7 | 19.09 | - |
| YUV | 129.45 | 120.41 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 89 | 116 | 0 | 0.58 | 0.46 | 0.16 | 347.04 | 0.6 | 0.59 |
| Hex | D6 | 59 | 74 | 0 | 3A | 2E | 10 | 15B | 3C | 3B |
| Octal | 326 | 131 | 164 | 0 | 72 | 56 | 20 | 533 | 74 | 73 |
| Binary | 11010110 | 1011001 | 1110100 | 0 | 111010 | 101110 | 10000 | 101011011 | 111100 | 111011 |
Color Harmonies of #D65974
Complementary color
Monochromatic Colors of #D65974
Black with #D65974
Text Example
Text Example
White with #D65974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65974; }
p { color: rgb(214,89,116); }
H1.HeaderClassName
{
color: #D65974;
}
.AnyTagClassName
{
color: #D65974;
}
</style>
background-color css
<style>
a { background-color: #D65974; }
a { background-color: rgb(214,89,116); }
div.DivClassName
{
background-color: #D65974;
}
.BgClassName
{
background-color: #D65974;
}
</style>
border-color css
<style>
span { border-color: #D65974; }
span { border-color: rgb(214,89,116); }
td.TdClassName
{
border-color: #D65974;
}
.TagClassName
{
border-color: #D65974;
}
</style>