Shades of Cranberry #D95081
Tints of Cranberry #D95081
RGB
CMYK
RGB Variations
Color information
#D95081 (or 0xD95081) is known color: Cranberry. HEX triplet: D9, 50 and 81. RGB value is (217,80,129). Sum of RGB (Red+Green+Blue) = 217+80+129=426 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.94% from 426); Green value is 80 (31.64% from 255 or 18.78% from 426); Blue value is 129 (50.78% from 255 or 30.28% from 426); Max value from RGB is 217 - color contains mainly: red. Hex color #D95081 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95081 is #26AF7E. Grayscale: #7E7E7E. Windows color (decimal): -2535295 or 8474841. OLE color: 8474841.
HSL color Cylindrical-coordinate representation of color #D95081: hue angle of 338.54º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D95081 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 80 | 129 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.15 |
| HSL | 338.54º | 0.64% | 0.58% | - |
| HSV(B) | 338.54º | 0.63% | 0.85% | - |
| XYZ | 35.45 | 22.07 | 23.16 | - |
| YUV | 126.55 | 129.39 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 80 | 129 | 0 | 0.63 | 0.41 | 0.15 | 338.54 | 0.64 | 0.58 |
| Hex | D9 | 50 | 81 | 0 | 3F | 29 | F | 153 | 40 | 3A |
| Octal | 331 | 120 | 201 | 0 | 77 | 51 | 17 | 523 | 100 | 72 |
| Binary | 11011001 | 1010000 | 10000001 | 0 | 111111 | 101001 | 1111 | 101010011 | 1000000 | 111010 |
Color Harmonies of #D95081
Complementary color
Monochromatic Colors of #D95081
Black with #D95081
Text Example
Text Example
White with #D95081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95081; }
p { color: rgb(217,80,129); }
H1.HeaderClassName
{
color: #D95081;
}
.AnyTagClassName
{
color: #D95081;
}
</style>
background-color css
<style>
a { background-color: #D95081; }
a { background-color: rgb(217,80,129); }
div.DivClassName
{
background-color: #D95081;
}
.BgClassName
{
background-color: #D95081;
}
</style>
border-color css
<style>
span { border-color: #D95081; }
span { border-color: rgb(217,80,129); }
td.TdClassName
{
border-color: #D95081;
}
.TagClassName
{
border-color: #D95081;
}
</style>