Shades of Cranberry #D65D75
Tints of Cranberry #D65D75
RGB
CMYK
RGB Variations
Color information
#D65D75 (or 0xD65D75) is known color: Cranberry. HEX triplet: D6, 5D and 75. RGB value is (214,93,117). Sum of RGB (Red+Green+Blue) = 214+93+117=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 93 (36.72% from 255 or 21.93% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D65D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65D75 is #29A28A. Grayscale: #838383. Windows color (decimal): -2728587 or 7691734. OLE color: 7691734.
HSL color Cylindrical-coordinate representation of color #D65D75: hue angle of 348.1º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D65D75 is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 93 | 117 | - |
| CMYK | 0 | 0.57 | 0.45 | 0.16 |
| HSL | 348.1º | 0.6% | 0.6% | - |
| HSV(B) | 348.1º | 0.57% | 0.84% | - |
| XYZ | 34.86 | 23.41 | 19.51 | - |
| YUV | 131.92 | 119.59 | 186.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 93 | 117 | 0 | 0.57 | 0.45 | 0.16 | 348.1 | 0.6 | 0.6 |
| Hex | D6 | 5D | 75 | 0 | 39 | 2D | 10 | 15C | 3C | 3C |
| Octal | 326 | 135 | 165 | 0 | 71 | 55 | 20 | 534 | 74 | 74 |
| Binary | 11010110 | 1011101 | 1110101 | 0 | 111001 | 101101 | 10000 | 101011100 | 111100 | 111100 |
Color Harmonies of #D65D75
Complementary color
Monochromatic Colors of #D65D75
Black with #D65D75
Text Example
Text Example
White with #D65D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65D75; }
p { color: rgb(214,93,117); }
H1.HeaderClassName
{
color: #D65D75;
}
.AnyTagClassName
{
color: #D65D75;
}
</style>
background-color css
<style>
a { background-color: #D65D75; }
a { background-color: rgb(214,93,117); }
div.DivClassName
{
background-color: #D65D75;
}
.BgClassName
{
background-color: #D65D75;
}
</style>
border-color css
<style>
span { border-color: #D65D75; }
span { border-color: rgb(214,93,117); }
td.TdClassName
{
border-color: #D65D75;
}
.TagClassName
{
border-color: #D65D75;
}
</style>