Shades of Petite Orchid #DA988F
Tints of Petite Orchid #DA988F
RGB
CMYK
RGB Variations
Color information
#DA988F (or 0xDA988F) is known color: Petite Orchid. HEX triplet: DA, 98 and 8F. RGB value is (218,152,143). Sum of RGB (Red+Green+Blue) = 218+152+143=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 152 (59.77% from 255 or 29.63% from 513); Blue value is 143 (56.25% from 255 or 27.88% from 513); Max value from RGB is 218 - color contains mainly: red. Hex color #DA988F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA988F is #256770. Grayscale: #AAAAAA. Windows color (decimal): -2451313 or 9410778. OLE color: 9410778.
HSL color Cylindrical-coordinate representation of color #DA988F: hue angle of 7.2º 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 #DA988F is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 152 | 143 | - |
| CMYK | 0 | 0.30 | 0.34 | 0.15 |
| HSL | 7.2º | 0.5% | 0.71% | - |
| HSV(B) | 7.2º | 0.34% | 0.85% | - |
| XYZ | 45.1 | 39.35 | 31.2 | - |
| YUV | 170.71 | 112.37 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 152 | 143 | 0 | 0.30 | 0.34 | 0.15 | 7.2 | 0.5 | 0.71 |
| Hex | DA | 98 | 8F | 0 | 1E | 22 | F | 7 | 32 | 47 |
| Octal | 332 | 230 | 217 | 0 | 36 | 42 | 17 | 7 | 62 | 107 |
| Binary | 11011010 | 10011000 | 10001111 | 0 | 11110 | 100010 | 1111 | 111 | 110010 | 1000111 |
Color Harmonies of #DA988F
Complementary color
Monochromatic Colors of #DA988F
Black with #DA988F
Text Example
Text Example
White with #DA988F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA988F; }
p { color: rgb(218,152,143); }
H1.HeaderClassName
{
color: #DA988F;
}
.AnyTagClassName
{
color: #DA988F;
}
</style>
background-color css
<style>
a { background-color: #DA988F; }
a { background-color: rgb(218,152,143); }
div.DivClassName
{
background-color: #DA988F;
}
.BgClassName
{
background-color: #DA988F;
}
</style>
border-color css
<style>
span { border-color: #DA988F; }
span { border-color: rgb(218,152,143); }
td.TdClassName
{
border-color: #DA988F;
}
.TagClassName
{
border-color: #DA988F;
}
</style>