Shades of Cranberry #D65376
Tints of Cranberry #D65376
RGB
CMYK
RGB Variations
Color information
#D65376 (or 0xD65376) is known color: Cranberry. HEX triplet: D6, 53 and 76. RGB value is (214,83,118). Sum of RGB (Red+Green+Blue) = 214+83+118=415 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.57% from 415); Green value is 83 (32.81% from 255 or 20% from 415); Blue value is 118 (46.48% from 255 or 28.43% from 415); Max value from RGB is 214 - color contains mainly: red. Hex color #D65376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65376 is #29AC89. Grayscale: #7E7E7E. Windows color (decimal): -2731146 or 7754710. OLE color: 7754710.
HSL color Cylindrical-coordinate representation of color #D65376: hue angle of 343.97º 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 #D65376 is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 83 | 118 | - |
| CMYK | 0 | 0.61 | 0.45 | 0.16 |
| HSL | 343.97º | 0.62% | 0.58% | - |
| HSV(B) | 343.97º | 0.61% | 0.84% | - |
| XYZ | 34.09 | 21.79 | 19.55 | - |
| YUV | 126.16 | 123.4 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 83 | 118 | 0 | 0.61 | 0.45 | 0.16 | 343.97 | 0.62 | 0.58 |
| Hex | D6 | 53 | 76 | 0 | 3D | 2D | 10 | 158 | 3E | 3A |
| Octal | 326 | 123 | 166 | 0 | 75 | 55 | 20 | 530 | 76 | 72 |
| Binary | 11010110 | 1010011 | 1110110 | 0 | 111101 | 101101 | 10000 | 101011000 | 111110 | 111010 |
Color Harmonies of #D65376
Complementary color
Monochromatic Colors of #D65376
Black with #D65376
Text Example
Text Example
White with #D65376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65376; }
p { color: rgb(214,83,118); }
H1.HeaderClassName
{
color: #D65376;
}
.AnyTagClassName
{
color: #D65376;
}
</style>
background-color css
<style>
a { background-color: #D65376; }
a { background-color: rgb(214,83,118); }
div.DivClassName
{
background-color: #D65376;
}
.BgClassName
{
background-color: #D65376;
}
</style>
border-color css
<style>
span { border-color: #D65376; }
span { border-color: rgb(214,83,118); }
td.TdClassName
{
border-color: #D65376;
}
.TagClassName
{
border-color: #D65376;
}
</style>