Shades of Cranberry #D65C7F
Tints of Cranberry #D65C7F
RGB
CMYK
RGB Variations
Color information
#D65C7F (or 0xD65C7F) is known color: Cranberry. HEX triplet: D6, 5C and 7F. RGB value is (214,92,127). Sum of RGB (Red+Green+Blue) = 214+92+127=433 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.42% from 433); Green value is 92 (36.33% from 255 or 21.25% from 433); Blue value is 127 (50% from 255 or 29.33% from 433); Max value from RGB is 214 - color contains mainly: red. Hex color #D65C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65C7F is #29A380. Grayscale: #848484. Windows color (decimal): -2728833 or 8346838. OLE color: 8346838.
HSL color Cylindrical-coordinate representation of color #D65C7F: hue angle of 342.79º 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 #D65C7F is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 92 | 127 | - |
| CMYK | 0 | 0.57 | 0.41 | 0.16 |
| HSL | 342.79º | 0.6% | 0.6% | - |
| HSV(B) | 342.79º | 0.57% | 0.84% | - |
| XYZ | 35.39 | 23.48 | 22.75 | - |
| YUV | 132.47 | 124.92 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 92 | 127 | 0 | 0.57 | 0.41 | 0.16 | 342.79 | 0.6 | 0.6 |
| Hex | D6 | 5C | 7F | 0 | 39 | 29 | 10 | 157 | 3C | 3C |
| Octal | 326 | 134 | 177 | 0 | 71 | 51 | 20 | 527 | 74 | 74 |
| Binary | 11010110 | 1011100 | 1111111 | 0 | 111001 | 101001 | 10000 | 101010111 | 111100 | 111100 |
Color Harmonies of #D65C7F
Complementary color
Monochromatic Colors of #D65C7F
Black with #D65C7F
Text Example
Text Example
White with #D65C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65C7F; }
p { color: rgb(214,92,127); }
H1.HeaderClassName
{
color: #D65C7F;
}
.AnyTagClassName
{
color: #D65C7F;
}
</style>
background-color css
<style>
a { background-color: #D65C7F; }
a { background-color: rgb(214,92,127); }
div.DivClassName
{
background-color: #D65C7F;
}
.BgClassName
{
background-color: #D65C7F;
}
</style>
border-color css
<style>
span { border-color: #D65C7F; }
span { border-color: rgb(214,92,127); }
td.TdClassName
{
border-color: #D65C7F;
}
.TagClassName
{
border-color: #D65C7F;
}
</style>