Shades of Petite Orchid #D69592
Tints of Petite Orchid #D69592
RGB
CMYK
RGB Variations
Color information
#D69592 (or 0xD69592) is known color: Petite Orchid. HEX triplet: D6, 95 and 92. RGB value is (214,149,146). Sum of RGB (Red+Green+Blue) = 214+149+146=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 149 (58.59% from 255 or 29.27% from 509); Blue value is 146 (57.42% from 255 or 28.68% from 509); Max value from RGB is 214 - color contains mainly: red. Hex color #D69592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69592 is #296A6D. Grayscale: #A8A8A8. Windows color (decimal): -2714222 or 9606614. OLE color: 9606614.
HSL color Cylindrical-coordinate representation of color #D69592: hue angle of 2.65º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D69592 is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 149 | 146 | - |
| CMYK | 0 | 0.30 | 0.32 | 0.16 |
| HSL | 2.65º | 0.45% | 0.71% | - |
| HSV(B) | 2.65º | 0.32% | 0.84% | - |
| XYZ | 43.67 | 37.87 | 32.2 | - |
| YUV | 168.09 | 115.53 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 149 | 146 | 0 | 0.30 | 0.32 | 0.16 | 2.65 | 0.45 | 0.71 |
| Hex | D6 | 95 | 92 | 0 | 1E | 20 | 10 | 3 | 2D | 47 |
| Octal | 326 | 225 | 222 | 0 | 36 | 40 | 20 | 3 | 55 | 107 |
| Binary | 11010110 | 10010101 | 10010010 | 0 | 11110 | 100000 | 10000 | 11 | 101101 | 1000111 |
Color Harmonies of #D69592
Complementary color
Monochromatic Colors of #D69592
Black with #D69592
Text Example
Text Example
White with #D69592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69592; }
p { color: rgb(214,149,146); }
H1.HeaderClassName
{
color: #D69592;
}
.AnyTagClassName
{
color: #D69592;
}
</style>
background-color css
<style>
a { background-color: #D69592; }
a { background-color: rgb(214,149,146); }
div.DivClassName
{
background-color: #D69592;
}
.BgClassName
{
background-color: #D69592;
}
</style>
border-color css
<style>
span { border-color: #D69592; }
span { border-color: rgb(214,149,146); }
td.TdClassName
{
border-color: #D69592;
}
.TagClassName
{
border-color: #D69592;
}
</style>