Shades of Petite Orchid #D59A93
Tints of Petite Orchid #D59A93
RGB
CMYK
RGB Variations
Color information
#D59A93 (or 0xD59A93) is known color: Petite Orchid. HEX triplet: D5, 9A and 93. RGB value is (213,154,147). Sum of RGB (Red+Green+Blue) = 213+154+147=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 154 (60.55% from 255 or 29.96% from 514); Blue value is 147 (57.81% from 255 or 28.60% from 514); Max value from RGB is 213 - color contains mainly: red. Hex color #D59A93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59A93 is #2A656C. Grayscale: #AAAAAA. Windows color (decimal): -2778477 or 9673429. OLE color: 9673429.
HSL color Cylindrical-coordinate representation of color #D59A93: hue angle of 6.36º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D59A93 is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 154 | 147 | - |
| CMYK | 0 | 0.28 | 0.31 | 0.16 |
| HSL | 6.36º | 0.44% | 0.71% | - |
| HSV(B) | 6.36º | 0.31% | 0.84% | - |
| XYZ | 44.26 | 39.36 | 32.87 | - |
| YUV | 170.84 | 114.55 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 154 | 147 | 0 | 0.28 | 0.31 | 0.16 | 6.36 | 0.44 | 0.71 |
| Hex | D5 | 9A | 93 | 0 | 1C | 1F | 10 | 6 | 2C | 47 |
| Octal | 325 | 232 | 223 | 0 | 34 | 37 | 20 | 6 | 54 | 107 |
| Binary | 11010101 | 10011010 | 10010011 | 0 | 11100 | 11111 | 10000 | 110 | 101100 | 1000111 |
Color Harmonies of #D59A93
Complementary color
Monochromatic Colors of #D59A93
Black with #D59A93
Text Example
Text Example
White with #D59A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59A93; }
p { color: rgb(213,154,147); }
H1.HeaderClassName
{
color: #D59A93;
}
.AnyTagClassName
{
color: #D59A93;
}
</style>
background-color css
<style>
a { background-color: #D59A93; }
a { background-color: rgb(213,154,147); }
div.DivClassName
{
background-color: #D59A93;
}
.BgClassName
{
background-color: #D59A93;
}
</style>
border-color css
<style>
span { border-color: #D59A93; }
span { border-color: rgb(213,154,147); }
td.TdClassName
{
border-color: #D59A93;
}
.TagClassName
{
border-color: #D59A93;
}
</style>