Shades of Cranberry #D65075
Tints of Cranberry #D65075
RGB
CMYK
RGB Variations
Color information
#D65075 (or 0xD65075) is known color: Cranberry. HEX triplet: D6, 50 and 75. RGB value is (214,80,117). Sum of RGB (Red+Green+Blue) = 214+80+117=411 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.07% from 411); Green value is 80 (31.64% from 255 or 19.46% from 411); Blue value is 117 (46.09% from 255 or 28.47% from 411); Max value from RGB is 214 - color contains mainly: red. Hex color #D65075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65075 is #29AF8A. Grayscale: #7C7C7C. Windows color (decimal): -2731915 or 7688406. OLE color: 7688406.
HSL color Cylindrical-coordinate representation of color #D65075: hue angle of 343.43º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D65075 is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 80 | 117 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.16 |
| HSL | 343.43º | 0.62% | 0.58% | - |
| HSV(B) | 343.43º | 0.63% | 0.84% | - |
| XYZ | 33.81 | 21.32 | 19.16 | - |
| YUV | 124.28 | 123.89 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 80 | 117 | 0 | 0.63 | 0.45 | 0.16 | 343.43 | 0.62 | 0.58 |
| Hex | D6 | 50 | 75 | 0 | 3F | 2D | 10 | 157 | 3E | 3A |
| Octal | 326 | 120 | 165 | 0 | 77 | 55 | 20 | 527 | 76 | 72 |
| Binary | 11010110 | 1010000 | 1110101 | 0 | 111111 | 101101 | 10000 | 101010111 | 111110 | 111010 |
Color Harmonies of #D65075
Complementary color
Monochromatic Colors of #D65075
Black with #D65075
Text Example
Text Example
White with #D65075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65075; }
p { color: rgb(214,80,117); }
H1.HeaderClassName
{
color: #D65075;
}
.AnyTagClassName
{
color: #D65075;
}
</style>
background-color css
<style>
a { background-color: #D65075; }
a { background-color: rgb(214,80,117); }
div.DivClassName
{
background-color: #D65075;
}
.BgClassName
{
background-color: #D65075;
}
</style>
border-color css
<style>
span { border-color: #D65075; }
span { border-color: rgb(214,80,117); }
td.TdClassName
{
border-color: #D65075;
}
.TagClassName
{
border-color: #D65075;
}
</style>