Shades of Petite Orchid #D59B9A
Tints of Petite Orchid #D59B9A
RGB
CMYK
RGB Variations
Color information
#D59B9A (or 0xD59B9A) is known color: Petite Orchid. HEX triplet: D5, 9B and 9A. RGB value is (213,155,154). Sum of RGB (Red+Green+Blue) = 213+155+154=522 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.80% from 522); Green value is 155 (60.94% from 255 or 29.69% from 522); Blue value is 154 (60.55% from 255 or 29.50% from 522); Max value from RGB is 213 - color contains mainly: red. Hex color #D59B9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59B9A is #2A6465. Grayscale: #ACACAC. Windows color (decimal): -2778214 or 10132437. OLE color: 10132437.
HSL color Cylindrical-coordinate representation of color #D59B9A: hue angle of 1.02º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D59B9A is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 155 | 154 | - |
| CMYK | 0 | 0.27 | 0.28 | 0.16 |
| HSL | 1.02º | 0.41% | 0.72% | - |
| HSV(B) | 1.02º | 0.28% | 0.84% | - |
| XYZ | 44.99 | 39.92 | 35.91 | - |
| YUV | 172.23 | 117.72 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 155 | 154 | 0 | 0.27 | 0.28 | 0.16 | 1.02 | 0.41 | 0.72 |
| Hex | D5 | 9B | 9A | 0 | 1B | 1C | 10 | 1 | 29 | 48 |
| Octal | 325 | 233 | 232 | 0 | 33 | 34 | 20 | 1 | 51 | 110 |
| Binary | 11010101 | 10011011 | 10011010 | 0 | 11011 | 11100 | 10000 | 1 | 101001 | 1001000 |
Color Harmonies of #D59B9A
Complementary color
Monochromatic Colors of #D59B9A
Black with #D59B9A
Text Example
Text Example
White with #D59B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59B9A; }
p { color: rgb(213,155,154); }
H1.HeaderClassName
{
color: #D59B9A;
}
.AnyTagClassName
{
color: #D59B9A;
}
</style>
background-color css
<style>
a { background-color: #D59B9A; }
a { background-color: rgb(213,155,154); }
div.DivClassName
{
background-color: #D59B9A;
}
.BgClassName
{
background-color: #D59B9A;
}
</style>
border-color css
<style>
span { border-color: #D59B9A; }
span { border-color: rgb(213,155,154); }
td.TdClassName
{
border-color: #D59B9A;
}
.TagClassName
{
border-color: #D59B9A;
}
</style>