Shades of Petite Orchid #DA998E
Tints of Petite Orchid #DA998E
RGB
CMYK
RGB Variations
Color information
#DA998E (or 0xDA998E) is known color: Petite Orchid. HEX triplet: DA, 99 and 8E. RGB value is (218,153,142). Sum of RGB (Red+Green+Blue) = 218+153+142=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 153 (60.16% from 255 or 29.82% from 513); Blue value is 142 (55.86% from 255 or 27.68% from 513); Max value from RGB is 218 - color contains mainly: red. Hex color #DA998E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA998E is #256671. Grayscale: #ABABAB. Windows color (decimal): -2451058 or 9345498. OLE color: 9345498.
HSL color Cylindrical-coordinate representation of color #DA998E: hue angle of 8.68º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DA998E is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 153 | 142 | - |
| CMYK | 0 | 0.30 | 0.35 | 0.15 |
| HSL | 8.68º | 0.51% | 0.71% | - |
| HSV(B) | 8.68º | 0.35% | 0.85% | - |
| XYZ | 45.19 | 39.64 | 30.86 | - |
| YUV | 171.18 | 111.53 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 153 | 142 | 0 | 0.30 | 0.35 | 0.15 | 8.68 | 0.51 | 0.71 |
| Hex | DA | 99 | 8E | 0 | 1E | 23 | F | 9 | 33 | 47 |
| Octal | 332 | 231 | 216 | 0 | 36 | 43 | 17 | 11 | 63 | 107 |
| Binary | 11011010 | 10011001 | 10001110 | 0 | 11110 | 100011 | 1111 | 1001 | 110011 | 1000111 |
Color Harmonies of #DA998E
Complementary color
Monochromatic Colors of #DA998E
Black with #DA998E
Text Example
Text Example
White with #DA998E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA998E; }
p { color: rgb(218,153,142); }
H1.HeaderClassName
{
color: #DA998E;
}
.AnyTagClassName
{
color: #DA998E;
}
</style>
background-color css
<style>
a { background-color: #DA998E; }
a { background-color: rgb(218,153,142); }
div.DivClassName
{
background-color: #DA998E;
}
.BgClassName
{
background-color: #DA998E;
}
</style>
border-color css
<style>
span { border-color: #DA998E; }
span { border-color: rgb(218,153,142); }
td.TdClassName
{
border-color: #DA998E;
}
.TagClassName
{
border-color: #DA998E;
}
</style>