Shades of Petite Orchid #DA978F
Tints of Petite Orchid #DA978F
RGB
CMYK
RGB Variations
Color information
#DA978F (or 0xDA978F) is known color: Petite Orchid. HEX triplet: DA, 97 and 8F. RGB value is (218,151,143). Sum of RGB (Red+Green+Blue) = 218+151+143=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 151 (59.38% from 255 or 29.49% from 512); Blue value is 143 (56.25% from 255 or 27.93% from 512); Max value from RGB is 218 - color contains mainly: red. Hex color #DA978F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA978F is #256870. Grayscale: #AAAAAA. Windows color (decimal): -2451569 or 9410522. OLE color: 9410522.
HSL color Cylindrical-coordinate representation of color #DA978F: hue angle of 6.4º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DA978F is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 151 | 143 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.15 |
| HSL | 6.4º | 0.5% | 0.71% | - |
| HSV(B) | 6.4º | 0.34% | 0.85% | - |
| XYZ | 44.94 | 39.02 | 31.15 | - |
| YUV | 170.12 | 112.7 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 151 | 143 | 0 | 0.31 | 0.34 | 0.15 | 6.4 | 0.5 | 0.71 |
| Hex | DA | 97 | 8F | 0 | 1F | 22 | F | 6 | 32 | 47 |
| Octal | 332 | 227 | 217 | 0 | 37 | 42 | 17 | 6 | 62 | 107 |
| Binary | 11011010 | 10010111 | 10001111 | 0 | 11111 | 100010 | 1111 | 110 | 110010 | 1000111 |
Color Harmonies of #DA978F
Complementary color
Monochromatic Colors of #DA978F
Black with #DA978F
Text Example
Text Example
White with #DA978F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA978F; }
p { color: rgb(218,151,143); }
H1.HeaderClassName
{
color: #DA978F;
}
.AnyTagClassName
{
color: #DA978F;
}
</style>
background-color css
<style>
a { background-color: #DA978F; }
a { background-color: rgb(218,151,143); }
div.DivClassName
{
background-color: #DA978F;
}
.BgClassName
{
background-color: #DA978F;
}
</style>
border-color css
<style>
span { border-color: #DA978F; }
span { border-color: rgb(218,151,143); }
td.TdClassName
{
border-color: #DA978F;
}
.TagClassName
{
border-color: #DA978F;
}
</style>