Shades of Cranberry #D95C7F
Tints of Cranberry #D95C7F
RGB
CMYK
RGB Variations
Color information
#D95C7F (or 0xD95C7F) is known color: Cranberry. HEX triplet: D9, 5C and 7F. RGB value is (217,92,127). Sum of RGB (Red+Green+Blue) = 217+92+127=436 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.77% from 436); Green value is 92 (36.33% from 255 or 21.10% from 436); Blue value is 127 (50% from 255 or 29.13% from 436); Max value from RGB is 217 - color contains mainly: red. Hex color #D95C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95C7F is #26A380. Grayscale: #858585. Windows color (decimal): -2532225 or 8346841. OLE color: 8346841.
HSL color Cylindrical-coordinate representation of color #D95C7F: hue angle of 343.2º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D95C7F is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 92 | 127 | - |
| CMYK | 0 | 0.58 | 0.41 | 0.15 |
| HSL | 343.2º | 0.62% | 0.61% | - |
| HSV(B) | 343.2º | 0.58% | 0.85% | - |
| XYZ | 36.27 | 23.94 | 22.79 | - |
| YUV | 133.37 | 124.41 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 92 | 127 | 0 | 0.58 | 0.41 | 0.15 | 343.2 | 0.62 | 0.61 |
| Hex | D9 | 5C | 7F | 0 | 3A | 29 | F | 157 | 3E | 3D |
| Octal | 331 | 134 | 177 | 0 | 72 | 51 | 17 | 527 | 76 | 75 |
| Binary | 11011001 | 1011100 | 1111111 | 0 | 111010 | 101001 | 1111 | 101010111 | 111110 | 111101 |
Color Harmonies of #D95C7F
Complementary color
Monochromatic Colors of #D95C7F
Black with #D95C7F
Text Example
Text Example
White with #D95C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95C7F; }
p { color: rgb(217,92,127); }
H1.HeaderClassName
{
color: #D95C7F;
}
.AnyTagClassName
{
color: #D95C7F;
}
</style>
background-color css
<style>
a { background-color: #D95C7F; }
a { background-color: rgb(217,92,127); }
div.DivClassName
{
background-color: #D95C7F;
}
.BgClassName
{
background-color: #D95C7F;
}
</style>
border-color css
<style>
span { border-color: #D95C7F; }
span { border-color: rgb(217,92,127); }
td.TdClassName
{
border-color: #D95C7F;
}
.TagClassName
{
border-color: #D95C7F;
}
</style>