Shades of Petite Orchid #DA978B
Tints of Petite Orchid #DA978B
RGB
CMYK
RGB Variations
Color information
#DA978B (or 0xDA978B) is known color: Petite Orchid. HEX triplet: DA, 97 and 8B. RGB value is (218,151,139). Sum of RGB (Red+Green+Blue) = 218+151+139=508 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.91% from 508); Green value is 151 (59.38% from 255 or 29.72% from 508); Blue value is 139 (54.69% from 255 or 27.36% from 508); Max value from RGB is 218 - color contains mainly: red. Hex color #DA978B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA978B is #256874. Grayscale: #A9A9A9. Windows color (decimal): -2451573 or 9148378. OLE color: 9148378.
HSL color Cylindrical-coordinate representation of color #DA978B: hue angle of 9.11º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DA978B is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 151 | 139 | - |
| CMYK | 0 | 0.31 | 0.36 | 0.15 |
| HSL | 9.11º | 0.52% | 0.7% | - |
| HSV(B) | 9.11º | 0.36% | 0.85% | - |
| XYZ | 44.64 | 38.9 | 29.58 | - |
| YUV | 169.67 | 110.7 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 151 | 139 | 0 | 0.31 | 0.36 | 0.15 | 9.11 | 0.52 | 0.7 |
| Hex | DA | 97 | 8B | 0 | 1F | 24 | F | 9 | 34 | 46 |
| Octal | 332 | 227 | 213 | 0 | 37 | 44 | 17 | 11 | 64 | 106 |
| Binary | 11011010 | 10010111 | 10001011 | 0 | 11111 | 100100 | 1111 | 1001 | 110100 | 1000110 |
Color Harmonies of #DA978B
Complementary color
Monochromatic Colors of #DA978B
Black with #DA978B
Text Example
Text Example
White with #DA978B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA978B; }
p { color: rgb(218,151,139); }
H1.HeaderClassName
{
color: #DA978B;
}
.AnyTagClassName
{
color: #DA978B;
}
</style>
background-color css
<style>
a { background-color: #DA978B; }
a { background-color: rgb(218,151,139); }
div.DivClassName
{
background-color: #DA978B;
}
.BgClassName
{
background-color: #DA978B;
}
</style>
border-color css
<style>
span { border-color: #DA978B; }
span { border-color: rgb(218,151,139); }
td.TdClassName
{
border-color: #DA978B;
}
.TagClassName
{
border-color: #DA978B;
}
</style>