Shades of Cranberry #D95B7D
Tints of Cranberry #D95B7D
RGB
CMYK
RGB Variations
Color information
#D95B7D (or 0xD95B7D) is known color: Cranberry. HEX triplet: D9, 5B and 7D. RGB value is (217,91,125). Sum of RGB (Red+Green+Blue) = 217+91+125=433 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.12% from 433); Green value is 91 (35.94% from 255 or 21.02% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 217 - color contains mainly: red. Hex color #D95B7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95B7D is #26A482. Grayscale: #848484. Windows color (decimal): -2532483 or 8215513. OLE color: 8215513.
HSL color Cylindrical-coordinate representation of color #D95B7D: hue angle of 343.81º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D95B7D is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 91 | 125 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.15 |
| HSL | 343.81º | 0.62% | 0.6% | - |
| HSV(B) | 343.81º | 0.58% | 0.85% | - |
| XYZ | 36.06 | 23.71 | 22.08 | - |
| YUV | 132.55 | 123.74 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 91 | 125 | 0 | 0.58 | 0.42 | 0.15 | 343.81 | 0.62 | 0.6 |
| Hex | D9 | 5B | 7D | 0 | 3A | 2A | F | 158 | 3E | 3C |
| Octal | 331 | 133 | 175 | 0 | 72 | 52 | 17 | 530 | 76 | 74 |
| Binary | 11011001 | 1011011 | 1111101 | 0 | 111010 | 101010 | 1111 | 101011000 | 111110 | 111100 |
Color Harmonies of #D95B7D
Complementary color
Monochromatic Colors of #D95B7D
Black with #D95B7D
Text Example
Text Example
White with #D95B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95B7D; }
p { color: rgb(217,91,125); }
H1.HeaderClassName
{
color: #D95B7D;
}
.AnyTagClassName
{
color: #D95B7D;
}
</style>
background-color css
<style>
a { background-color: #D95B7D; }
a { background-color: rgb(217,91,125); }
div.DivClassName
{
background-color: #D95B7D;
}
.BgClassName
{
background-color: #D95B7D;
}
</style>
border-color css
<style>
span { border-color: #D95B7D; }
span { border-color: rgb(217,91,125); }
td.TdClassName
{
border-color: #D95B7D;
}
.TagClassName
{
border-color: #D95B7D;
}
</style>