Shades of Cranberry #D65175
Tints of Cranberry #D65175
RGB
CMYK
RGB Variations
Color information
#D65175 (or 0xD65175) is known color: Cranberry. HEX triplet: D6, 51 and 75. RGB value is (214,81,117). Sum of RGB (Red+Green+Blue) = 214+81+117=412 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.94% from 412); Green value is 81 (32.03% from 255 or 19.66% from 412); Blue value is 117 (46.09% from 255 or 28.40% from 412); Max value from RGB is 214 - color contains mainly: red. Hex color #D65175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65175 is #29AE8A. Grayscale: #7C7C7C. Windows color (decimal): -2731659 or 7688662. OLE color: 7688662.
HSL color Cylindrical-coordinate representation of color #D65175: hue angle of 343.76º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D65175 is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 81 | 117 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.16 |
| HSL | 343.76º | 0.62% | 0.58% | - |
| HSV(B) | 343.76º | 0.62% | 0.84% | - |
| XYZ | 33.88 | 21.47 | 19.19 | - |
| YUV | 124.87 | 123.56 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 81 | 117 | 0 | 0.62 | 0.45 | 0.16 | 343.76 | 0.62 | 0.58 |
| Hex | D6 | 51 | 75 | 0 | 3E | 2D | 10 | 158 | 3E | 3A |
| Octal | 326 | 121 | 165 | 0 | 76 | 55 | 20 | 530 | 76 | 72 |
| Binary | 11010110 | 1010001 | 1110101 | 0 | 111110 | 101101 | 10000 | 101011000 | 111110 | 111010 |
Color Harmonies of #D65175
Complementary color
Monochromatic Colors of #D65175
Black with #D65175
Text Example
Text Example
White with #D65175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65175; }
p { color: rgb(214,81,117); }
H1.HeaderClassName
{
color: #D65175;
}
.AnyTagClassName
{
color: #D65175;
}
</style>
background-color css
<style>
a { background-color: #D65175; }
a { background-color: rgb(214,81,117); }
div.DivClassName
{
background-color: #D65175;
}
.BgClassName
{
background-color: #D65175;
}
</style>
border-color css
<style>
span { border-color: #D65175; }
span { border-color: rgb(214,81,117); }
td.TdClassName
{
border-color: #D65175;
}
.TagClassName
{
border-color: #D65175;
}
</style>