Shades of Petite Orchid #D59996
Tints of Petite Orchid #D59996
RGB
CMYK
RGB Variations
Color information
#D59996 (or 0xD59996) is known color: Petite Orchid. HEX triplet: D5, 99 and 96. RGB value is (213,153,150). Sum of RGB (Red+Green+Blue) = 213+153+150=516 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.28% from 516); Green value is 153 (60.16% from 255 or 29.65% from 516); Blue value is 150 (58.98% from 255 or 29.07% from 516); Max value from RGB is 213 - color contains mainly: red. Hex color #D59996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59996 is #2A6669. Grayscale: #AAAAAA. Windows color (decimal): -2778730 or 9869781. OLE color: 9869781.
HSL color Cylindrical-coordinate representation of color #D59996: hue angle of 2.86º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D59996 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 153 | 150 | - |
| CMYK | 0 | 0.28 | 0.30 | 0.16 |
| HSL | 2.86º | 0.43% | 0.71% | - |
| HSV(B) | 2.86º | 0.3% | 0.84% | - |
| XYZ | 44.34 | 39.13 | 34.07 | - |
| YUV | 170.6 | 116.38 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 153 | 150 | 0 | 0.28 | 0.30 | 0.16 | 2.86 | 0.43 | 0.71 |
| Hex | D5 | 99 | 96 | 0 | 1C | 1E | 10 | 3 | 2B | 47 |
| Octal | 325 | 231 | 226 | 0 | 34 | 36 | 20 | 3 | 53 | 107 |
| Binary | 11010101 | 10011001 | 10010110 | 0 | 11100 | 11110 | 10000 | 11 | 101011 | 1000111 |
Color Harmonies of #D59996
Complementary color
Monochromatic Colors of #D59996
Black with #D59996
Text Example
Text Example
White with #D59996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59996; }
p { color: rgb(213,153,150); }
H1.HeaderClassName
{
color: #D59996;
}
.AnyTagClassName
{
color: #D59996;
}
</style>
background-color css
<style>
a { background-color: #D59996; }
a { background-color: rgb(213,153,150); }
div.DivClassName
{
background-color: #D59996;
}
.BgClassName
{
background-color: #D59996;
}
</style>
border-color css
<style>
span { border-color: #D59996; }
span { border-color: rgb(213,153,150); }
td.TdClassName
{
border-color: #D59996;
}
.TagClassName
{
border-color: #D59996;
}
</style>