Shades of Cranberry #D65374
Tints of Cranberry #D65374
RGB
CMYK
RGB Variations
Color information
#D65374 (or 0xD65374) is known color: Cranberry. HEX triplet: D6, 53 and 74. RGB value is (214,83,116). Sum of RGB (Red+Green+Blue) = 214+83+116=413 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.82% from 413); Green value is 83 (32.81% from 255 or 20.10% from 413); Blue value is 116 (45.70% from 255 or 28.09% from 413); Max value from RGB is 214 - color contains mainly: red. Hex color #D65374 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65374 is #29AC8B. Grayscale: #7D7D7D. Windows color (decimal): -2731148 or 7623638. OLE color: 7623638.
HSL color Cylindrical-coordinate representation of color #D65374: hue angle of 344.89º degrees, saturation: 0.62, 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 #D65374 is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 83 | 116 | - |
| CMYK | 0 | 0.61 | 0.46 | 0.16 |
| HSL | 344.89º | 0.62% | 0.58% | - |
| HSV(B) | 344.89º | 0.61% | 0.84% | - |
| XYZ | 33.98 | 21.74 | 18.93 | - |
| YUV | 125.93 | 122.4 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 83 | 116 | 0 | 0.61 | 0.46 | 0.16 | 344.89 | 0.62 | 0.58 |
| Hex | D6 | 53 | 74 | 0 | 3D | 2E | 10 | 159 | 3E | 3A |
| Octal | 326 | 123 | 164 | 0 | 75 | 56 | 20 | 531 | 76 | 72 |
| Binary | 11010110 | 1010011 | 1110100 | 0 | 111101 | 101110 | 10000 | 101011001 | 111110 | 111010 |
Color Harmonies of #D65374
Complementary color
Monochromatic Colors of #D65374
Black with #D65374
Text Example
Text Example
White with #D65374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65374; }
p { color: rgb(214,83,116); }
H1.HeaderClassName
{
color: #D65374;
}
.AnyTagClassName
{
color: #D65374;
}
</style>
background-color css
<style>
a { background-color: #D65374; }
a { background-color: rgb(214,83,116); }
div.DivClassName
{
background-color: #D65374;
}
.BgClassName
{
background-color: #D65374;
}
</style>
border-color css
<style>
span { border-color: #D65374; }
span { border-color: rgb(214,83,116); }
td.TdClassName
{
border-color: #D65374;
}
.TagClassName
{
border-color: #D65374;
}
</style>