Shades of Petite Orchid #D59B92
Tints of Petite Orchid #D59B92
RGB
CMYK
RGB Variations
Color information
#D59B92 (or 0xD59B92) is known color: Petite Orchid. HEX triplet: D5, 9B and 92. RGB value is (213,155,146). Sum of RGB (Red+Green+Blue) = 213+155+146=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 155 (60.94% from 255 or 30.16% from 514); Blue value is 146 (57.42% from 255 or 28.40% from 514); Max value from RGB is 213 - color contains mainly: red. Hex color #D59B92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59B92 is #2A646D. Grayscale: #ABABAB. Windows color (decimal): -2778222 or 9608149. OLE color: 9608149.
HSL color Cylindrical-coordinate representation of color #D59B92: hue angle of 8.06º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D59B92 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 155 | 146 | - |
| CMYK | 0 | 0.27 | 0.31 | 0.16 |
| HSL | 8.06º | 0.44% | 0.7% | - |
| HSV(B) | 8.06º | 0.31% | 0.84% | - |
| XYZ | 44.35 | 39.66 | 32.51 | - |
| YUV | 171.32 | 113.72 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 155 | 146 | 0 | 0.27 | 0.31 | 0.16 | 8.06 | 0.44 | 0.7 |
| Hex | D5 | 9B | 92 | 0 | 1B | 1F | 10 | 8 | 2C | 46 |
| Octal | 325 | 233 | 222 | 0 | 33 | 37 | 20 | 10 | 54 | 106 |
| Binary | 11010101 | 10011011 | 10010010 | 0 | 11011 | 11111 | 10000 | 1000 | 101100 | 1000110 |
Color Harmonies of #D59B92
Complementary color
Monochromatic Colors of #D59B92
Black with #D59B92
Text Example
Text Example
White with #D59B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59B92; }
p { color: rgb(213,155,146); }
H1.HeaderClassName
{
color: #D59B92;
}
.AnyTagClassName
{
color: #D59B92;
}
</style>
background-color css
<style>
a { background-color: #D59B92; }
a { background-color: rgb(213,155,146); }
div.DivClassName
{
background-color: #D59B92;
}
.BgClassName
{
background-color: #D59B92;
}
</style>
border-color css
<style>
span { border-color: #D59B92; }
span { border-color: rgb(213,155,146); }
td.TdClassName
{
border-color: #D59B92;
}
.TagClassName
{
border-color: #D59B92;
}
</style>