Shades of Cranberry #D95281
Tints of Cranberry #D95281
RGB
CMYK
RGB Variations
Color information
#D95281 (or 0xD95281) is known color: Cranberry. HEX triplet: D9, 52 and 81. RGB value is (217,82,129). Sum of RGB (Red+Green+Blue) = 217+82+129=428 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.70% from 428); Green value is 82 (32.42% from 255 or 19.16% from 428); Blue value is 129 (50.78% from 255 or 30.14% from 428); Max value from RGB is 217 - color contains mainly: red. Hex color #D95281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95281 is #26AD7E. Grayscale: #7F7F7F. Windows color (decimal): -2534783 or 8475353. OLE color: 8475353.
HSL color Cylindrical-coordinate representation of color #D95281: hue angle of 339.11º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D95281 is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 82 | 129 | - |
| CMYK | 0 | 0.62 | 0.41 | 0.15 |
| HSL | 339.11º | 0.64% | 0.59% | - |
| HSV(B) | 339.11º | 0.62% | 0.85% | - |
| XYZ | 35.6 | 22.37 | 23.21 | - |
| YUV | 127.72 | 128.73 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 82 | 129 | 0 | 0.62 | 0.41 | 0.15 | 339.11 | 0.64 | 0.59 |
| Hex | D9 | 52 | 81 | 0 | 3E | 29 | F | 153 | 40 | 3B |
| Octal | 331 | 122 | 201 | 0 | 76 | 51 | 17 | 523 | 100 | 73 |
| Binary | 11011001 | 1010010 | 10000001 | 0 | 111110 | 101001 | 1111 | 101010011 | 1000000 | 111011 |
Color Harmonies of #D95281
Complementary color
Monochromatic Colors of #D95281
Black with #D95281
Text Example
Text Example
White with #D95281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95281; }
p { color: rgb(217,82,129); }
H1.HeaderClassName
{
color: #D95281;
}
.AnyTagClassName
{
color: #D95281;
}
</style>
background-color css
<style>
a { background-color: #D95281; }
a { background-color: rgb(217,82,129); }
div.DivClassName
{
background-color: #D95281;
}
.BgClassName
{
background-color: #D95281;
}
</style>
border-color css
<style>
span { border-color: #D95281; }
span { border-color: rgb(217,82,129); }
td.TdClassName
{
border-color: #D95281;
}
.TagClassName
{
border-color: #D95281;
}
</style>