Shades of Cranberry #D65B7F
Tints of Cranberry #D65B7F
RGB
CMYK
RGB Variations
Color information
#D65B7F (or 0xD65B7F) is known color: Cranberry. HEX triplet: D6, 5B and 7F. RGB value is (214,91,127). Sum of RGB (Red+Green+Blue) = 214+91+127=432 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.54% from 432); Green value is 91 (35.94% from 255 or 21.06% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 214 - color contains mainly: red. Hex color #D65B7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65B7F is #29A480. Grayscale: #838383. Windows color (decimal): -2729089 or 8346582. OLE color: 8346582.
HSL color Cylindrical-coordinate representation of color #D65B7F: hue angle of 342.44º 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 #D65B7F is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 91 | 127 | - |
| CMYK | 0 | 0.57 | 0.41 | 0.16 |
| HSL | 342.44º | 0.6% | 0.6% | - |
| HSV(B) | 342.44º | 0.57% | 0.84% | - |
| XYZ | 35.3 | 23.31 | 22.72 | - |
| YUV | 131.88 | 125.25 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 91 | 127 | 0 | 0.57 | 0.41 | 0.16 | 342.44 | 0.6 | 0.6 |
| Hex | D6 | 5B | 7F | 0 | 39 | 29 | 10 | 156 | 3C | 3C |
| Octal | 326 | 133 | 177 | 0 | 71 | 51 | 20 | 526 | 74 | 74 |
| Binary | 11010110 | 1011011 | 1111111 | 0 | 111001 | 101001 | 10000 | 101010110 | 111100 | 111100 |
Color Harmonies of #D65B7F
Complementary color
Monochromatic Colors of #D65B7F
Black with #D65B7F
Text Example
Text Example
White with #D65B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65B7F; }
p { color: rgb(214,91,127); }
H1.HeaderClassName
{
color: #D65B7F;
}
.AnyTagClassName
{
color: #D65B7F;
}
</style>
background-color css
<style>
a { background-color: #D65B7F; }
a { background-color: rgb(214,91,127); }
div.DivClassName
{
background-color: #D65B7F;
}
.BgClassName
{
background-color: #D65B7F;
}
</style>
border-color css
<style>
span { border-color: #D65B7F; }
span { border-color: rgb(214,91,127); }
td.TdClassName
{
border-color: #D65B7F;
}
.TagClassName
{
border-color: #D65B7F;
}
</style>