Shades of Petite Orchid #DA9694
Tints of Petite Orchid #DA9694
RGB
CMYK
RGB Variations
Color information
#DA9694 (or 0xDA9694) is known color: Petite Orchid. HEX triplet: DA, 96 and 94. RGB value is (218,150,148). Sum of RGB (Red+Green+Blue) = 218+150+148=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 150 (58.98% from 255 or 29.07% from 516); Blue value is 148 (58.20% from 255 or 28.68% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9694 is #25696B. Grayscale: #AAAAAA. Windows color (decimal): -2451820 or 9737946. OLE color: 9737946.
HSL color Cylindrical-coordinate representation of color #DA9694: hue angle of 1.71º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DA9694 is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 150 | 148 | - |
| CMYK | 0 | 0.31 | 0.32 | 0.15 |
| HSL | 1.71º | 0.49% | 0.72% | - |
| HSV(B) | 1.71º | 0.32% | 0.85% | - |
| XYZ | 45.17 | 38.86 | 33.14 | - |
| YUV | 170.1 | 115.53 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 150 | 148 | 0 | 0.31 | 0.32 | 0.15 | 1.71 | 0.49 | 0.72 |
| Hex | DA | 96 | 94 | 0 | 1F | 20 | F | 2 | 31 | 48 |
| Octal | 332 | 226 | 224 | 0 | 37 | 40 | 17 | 2 | 61 | 110 |
| Binary | 11011010 | 10010110 | 10010100 | 0 | 11111 | 100000 | 1111 | 10 | 110001 | 1001000 |
Color Harmonies of #DA9694
Complementary color
Monochromatic Colors of #DA9694
Black with #DA9694
Text Example
Text Example
White with #DA9694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9694; }
p { color: rgb(218,150,148); }
H1.HeaderClassName
{
color: #DA9694;
}
.AnyTagClassName
{
color: #DA9694;
}
</style>
background-color css
<style>
a { background-color: #DA9694; }
a { background-color: rgb(218,150,148); }
div.DivClassName
{
background-color: #DA9694;
}
.BgClassName
{
background-color: #DA9694;
}
</style>
border-color css
<style>
span { border-color: #DA9694; }
span { border-color: rgb(218,150,148); }
td.TdClassName
{
border-color: #DA9694;
}
.TagClassName
{
border-color: #DA9694;
}
</style>