Shades of Cranberry #D95483
Tints of Cranberry #D95483
RGB
CMYK
RGB Variations
Color information
#D95483 (or 0xD95483) is known color: Cranberry. HEX triplet: D9, 54 and 83. RGB value is (217,84,131). Sum of RGB (Red+Green+Blue) = 217+84+131=432 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.23% from 432); Green value is 84 (33.20% from 255 or 19.44% from 432); Blue value is 131 (51.56% from 255 or 30.32% from 432); Max value from RGB is 217 - color contains mainly: red. Hex color #D95483 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95483 is #26AB7C. Grayscale: #818181. Windows color (decimal): -2534269 or 8606937. OLE color: 8606937.
HSL color Cylindrical-coordinate representation of color #D95483: hue angle of 338.8º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D95483 is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 84 | 131 | - |
| CMYK | 0 | 0.61 | 0.40 | 0.15 |
| HSL | 338.8º | 0.64% | 0.59% | - |
| HSV(B) | 338.8º | 0.61% | 0.85% | - |
| XYZ | 35.88 | 22.73 | 23.97 | - |
| YUV | 129.13 | 129.06 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 84 | 131 | 0 | 0.61 | 0.40 | 0.15 | 338.8 | 0.64 | 0.59 |
| Hex | D9 | 54 | 83 | 0 | 3D | 28 | F | 153 | 40 | 3B |
| Octal | 331 | 124 | 203 | 0 | 75 | 50 | 17 | 523 | 100 | 73 |
| Binary | 11011001 | 1010100 | 10000011 | 0 | 111101 | 101000 | 1111 | 101010011 | 1000000 | 111011 |
Color Harmonies of #D95483
Complementary color
Monochromatic Colors of #D95483
Black with #D95483
Text Example
Text Example
White with #D95483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95483; }
p { color: rgb(217,84,131); }
H1.HeaderClassName
{
color: #D95483;
}
.AnyTagClassName
{
color: #D95483;
}
</style>
background-color css
<style>
a { background-color: #D95483; }
a { background-color: rgb(217,84,131); }
div.DivClassName
{
background-color: #D95483;
}
.BgClassName
{
background-color: #D95483;
}
</style>
border-color css
<style>
span { border-color: #D95483; }
span { border-color: rgb(217,84,131); }
td.TdClassName
{
border-color: #D95483;
}
.TagClassName
{
border-color: #D95483;
}
</style>