Shades of Cranberry #D65D7D
Tints of Cranberry #D65D7D
RGB
CMYK
RGB Variations
Color information
#D65D7D (or 0xD65D7D) is known color: Cranberry. HEX triplet: D6, 5D and 7D. RGB value is (214,93,125). Sum of RGB (Red+Green+Blue) = 214+93+125=432 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.54% from 432); Green value is 93 (36.72% from 255 or 21.53% from 432); Blue value is 125 (49.22% from 255 or 28.94% from 432); Max value from RGB is 214 - color contains mainly: red. Hex color #D65D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65D7D is #29A282. Grayscale: #848484. Windows color (decimal): -2728579 or 8216022. OLE color: 8216022.
HSL color Cylindrical-coordinate representation of color #D65D7D: hue angle of 344.13º 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 #D65D7D is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 93 | 125 | - |
| CMYK | 0 | 0.57 | 0.42 | 0.16 |
| HSL | 344.13º | 0.6% | 0.6% | - |
| HSV(B) | 344.13º | 0.57% | 0.84% | - |
| XYZ | 35.35 | 23.61 | 22.1 | - |
| YUV | 132.83 | 123.59 | 185.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 93 | 125 | 0 | 0.57 | 0.42 | 0.16 | 344.13 | 0.6 | 0.6 |
| Hex | D6 | 5D | 7D | 0 | 39 | 2A | 10 | 158 | 3C | 3C |
| Octal | 326 | 135 | 175 | 0 | 71 | 52 | 20 | 530 | 74 | 74 |
| Binary | 11010110 | 1011101 | 1111101 | 0 | 111001 | 101010 | 10000 | 101011000 | 111100 | 111100 |
Color Harmonies of #D65D7D
Complementary color
Monochromatic Colors of #D65D7D
Black with #D65D7D
Text Example
Text Example
White with #D65D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65D7D; }
p { color: rgb(214,93,125); }
H1.HeaderClassName
{
color: #D65D7D;
}
.AnyTagClassName
{
color: #D65D7D;
}
</style>
background-color css
<style>
a { background-color: #D65D7D; }
a { background-color: rgb(214,93,125); }
div.DivClassName
{
background-color: #D65D7D;
}
.BgClassName
{
background-color: #D65D7D;
}
</style>
border-color css
<style>
span { border-color: #D65D7D; }
span { border-color: rgb(214,93,125); }
td.TdClassName
{
border-color: #D65D7D;
}
.TagClassName
{
border-color: #D65D7D;
}
</style>