Shades of Petite Orchid #D89595
Tints of Petite Orchid #D89595
RGB
CMYK
RGB Variations
Color information
#D89595 (or 0xD89595) is known color: Petite Orchid. HEX triplet: D8, 95 and 95. RGB value is (216,149,149). Sum of RGB (Red+Green+Blue) = 216+149+149=514 (68% of max value = 765). Red value is 216 (84.77% from 255 or 42.02% from 514); Green value is 149 (58.59% from 255 or 28.99% from 514); Blue value is 149 (58.59% from 255 or 28.99% from 514); Max value from RGB is 216 - color contains mainly: red. Hex color #D89595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89595 is #276A6A. Grayscale: #A9A9A9. Windows color (decimal): -2583147 or 9803224. OLE color: 9803224.
HSL color Cylindrical-coordinate representation of color #D89595: hue angle of 0º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D89595 is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 149 | 149 | - |
| CMYK | 0 | 0.31 | 0.31 | 0.15 |
| HSL | 0º | 0.46% | 0.72% | - |
| HSV(B) | 0º | 0.31% | 0.85% | - |
| XYZ | 44.49 | 38.26 | 33.47 | - |
| YUV | 169.03 | 116.7 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 149 | 149 | 0 | 0.31 | 0.31 | 0.15 | 0 | 0.46 | 0.72 |
| Hex | D8 | 95 | 95 | 0 | 1F | 1F | F | 0 | 2E | 48 |
| Octal | 330 | 225 | 225 | 0 | 37 | 37 | 17 | 0 | 56 | 110 |
| Binary | 11011000 | 10010101 | 10010101 | 0 | 11111 | 11111 | 1111 | 0 | 101110 | 1001000 |
Color Harmonies of #D89595
Complementary color
Monochromatic Colors of #D89595
Black with #D89595
Text Example
Text Example
White with #D89595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89595; }
p { color: rgb(216,149,149); }
H1.HeaderClassName
{
color: #D89595;
}
.AnyTagClassName
{
color: #D89595;
}
</style>
background-color css
<style>
a { background-color: #D89595; }
a { background-color: rgb(216,149,149); }
div.DivClassName
{
background-color: #D89595;
}
.BgClassName
{
background-color: #D89595;
}
</style>
border-color css
<style>
span { border-color: #D89595; }
span { border-color: rgb(216,149,149); }
td.TdClassName
{
border-color: #D89595;
}
.TagClassName
{
border-color: #D89595;
}
</style>