Shades of Cranberry #D65377
Tints of Cranberry #D65377
RGB
CMYK
RGB Variations
Color information
#D65377 (or 0xD65377) is known color: Cranberry. HEX triplet: D6, 53 and 77. RGB value is (214,83,119). Sum of RGB (Red+Green+Blue) = 214+83+119=416 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.44% from 416); Green value is 83 (32.81% from 255 or 19.95% from 416); Blue value is 119 (46.88% from 255 or 28.61% from 416); Max value from RGB is 214 - color contains mainly: red. Hex color #D65377 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65377 is #29AC88. Grayscale: #7E7E7E. Windows color (decimal): -2731145 or 7820246. OLE color: 7820246.
HSL color Cylindrical-coordinate representation of color #D65377: hue angle of 343.51º 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 #D65377 is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 83 | 119 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.16 |
| HSL | 343.51º | 0.62% | 0.58% | - |
| HSV(B) | 343.51º | 0.61% | 0.84% | - |
| XYZ | 34.15 | 21.81 | 19.86 | - |
| YUV | 126.27 | 123.9 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 83 | 119 | 0 | 0.61 | 0.44 | 0.16 | 343.51 | 0.62 | 0.58 |
| Hex | D6 | 53 | 77 | 0 | 3D | 2C | 10 | 158 | 3E | 3A |
| Octal | 326 | 123 | 167 | 0 | 75 | 54 | 20 | 530 | 76 | 72 |
| Binary | 11010110 | 1010011 | 1110111 | 0 | 111101 | 101100 | 10000 | 101011000 | 111110 | 111010 |
Color Harmonies of #D65377
Complementary color
Monochromatic Colors of #D65377
Black with #D65377
Text Example
Text Example
White with #D65377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65377; }
p { color: rgb(214,83,119); }
H1.HeaderClassName
{
color: #D65377;
}
.AnyTagClassName
{
color: #D65377;
}
</style>
background-color css
<style>
a { background-color: #D65377; }
a { background-color: rgb(214,83,119); }
div.DivClassName
{
background-color: #D65377;
}
.BgClassName
{
background-color: #D65377;
}
</style>
border-color css
<style>
span { border-color: #D65377; }
span { border-color: rgb(214,83,119); }
td.TdClassName
{
border-color: #D65377;
}
.TagClassName
{
border-color: #D65377;
}
</style>