Shades of Petite Orchid #DA998A
Tints of Petite Orchid #DA998A
RGB
CMYK
RGB Variations
Color information
#DA998A (or 0xDA998A) is known color: Petite Orchid. HEX triplet: DA, 99 and 8A. RGB value is (218,153,138). Sum of RGB (Red+Green+Blue) = 218+153+138=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 153 (60.16% from 255 or 30.06% from 509); Blue value is 138 (54.30% from 255 or 27.11% from 509); Max value from RGB is 218 - color contains mainly: red. Hex color #DA998A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA998A is #256675. Grayscale: #AAAAAA. Windows color (decimal): -2451062 or 9083354. OLE color: 9083354.
HSL color Cylindrical-coordinate representation of color #DA998A: hue angle of 11.25º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DA998A is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 153 | 138 | - |
| CMYK | 0 | 0.30 | 0.37 | 0.15 |
| HSL | 11.25º | 0.52% | 0.7% | - |
| HSV(B) | 11.25º | 0.37% | 0.85% | - |
| XYZ | 44.89 | 39.52 | 29.31 | - |
| YUV | 170.73 | 109.53 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 153 | 138 | 0 | 0.30 | 0.37 | 0.15 | 11.25 | 0.52 | 0.7 |
| Hex | DA | 99 | 8A | 0 | 1E | 25 | F | B | 34 | 46 |
| Octal | 332 | 231 | 212 | 0 | 36 | 45 | 17 | 13 | 64 | 106 |
| Binary | 11011010 | 10011001 | 10001010 | 0 | 11110 | 100101 | 1111 | 1011 | 110100 | 1000110 |
Color Harmonies of #DA998A
Complementary color
Monochromatic Colors of #DA998A
Black with #DA998A
Text Example
Text Example
White with #DA998A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA998A; }
p { color: rgb(218,153,138); }
H1.HeaderClassName
{
color: #DA998A;
}
.AnyTagClassName
{
color: #DA998A;
}
</style>
background-color css
<style>
a { background-color: #DA998A; }
a { background-color: rgb(218,153,138); }
div.DivClassName
{
background-color: #DA998A;
}
.BgClassName
{
background-color: #DA998A;
}
</style>
border-color css
<style>
span { border-color: #DA998A; }
span { border-color: rgb(218,153,138); }
td.TdClassName
{
border-color: #DA998A;
}
.TagClassName
{
border-color: #DA998A;
}
</style>