Shades of Cranberry #D65575
Tints of Cranberry #D65575
RGB
CMYK
RGB Variations
Color information
#D65575 (or 0xD65575) is known color: Cranberry. HEX triplet: D6, 55 and 75. RGB value is (214,85,117). Sum of RGB (Red+Green+Blue) = 214+85+117=416 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.44% from 416); Green value is 85 (33.59% from 255 or 20.43% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 214 - color contains mainly: red. Hex color #D65575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65575 is #29AA8A. Grayscale: #7F7F7F. Windows color (decimal): -2730635 or 7689686. OLE color: 7689686.
HSL color Cylindrical-coordinate representation of color #D65575: hue angle of 345.12º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D65575 is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 85 | 117 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.16 |
| HSL | 345.12º | 0.61% | 0.59% | - |
| HSV(B) | 345.12º | 0.6% | 0.84% | - |
| XYZ | 34.19 | 22.08 | 19.29 | - |
| YUV | 127.22 | 122.24 | 189.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 85 | 117 | 0 | 0.60 | 0.45 | 0.16 | 345.12 | 0.61 | 0.59 |
| Hex | D6 | 55 | 75 | 0 | 3C | 2D | 10 | 159 | 3D | 3B |
| Octal | 326 | 125 | 165 | 0 | 74 | 55 | 20 | 531 | 75 | 73 |
| Binary | 11010110 | 1010101 | 1110101 | 0 | 111100 | 101101 | 10000 | 101011001 | 111101 | 111011 |
Color Harmonies of #D65575
Complementary color
Monochromatic Colors of #D65575
Black with #D65575
Text Example
Text Example
White with #D65575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65575; }
p { color: rgb(214,85,117); }
H1.HeaderClassName
{
color: #D65575;
}
.AnyTagClassName
{
color: #D65575;
}
</style>
background-color css
<style>
a { background-color: #D65575; }
a { background-color: rgb(214,85,117); }
div.DivClassName
{
background-color: #D65575;
}
.BgClassName
{
background-color: #D65575;
}
</style>
border-color css
<style>
span { border-color: #D65575; }
span { border-color: rgb(214,85,117); }
td.TdClassName
{
border-color: #D65575;
}
.TagClassName
{
border-color: #D65575;
}
</style>