Shades of Petite Orchid #DA938E
Tints of Petite Orchid #DA938E
RGB
CMYK
RGB Variations
Color information
#DA938E (or 0xDA938E) is known color: Petite Orchid. HEX triplet: DA, 93 and 8E. RGB value is (218,147,142). Sum of RGB (Red+Green+Blue) = 218+147+142=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 147 (57.81% from 255 or 28.99% from 507); Blue value is 142 (55.86% from 255 or 28.01% from 507); Max value from RGB is 218 - color contains mainly: red. Hex color #DA938E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA938E is #256C71. Grayscale: #A7A7A7. Windows color (decimal): -2452594 or 9343962. OLE color: 9343962.
HSL color Cylindrical-coordinate representation of color #DA938E: hue angle of 3.95º 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 #DA938E is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 147 | 142 | - |
| CMYK | 0 | 0.33 | 0.35 | 0.15 |
| HSL | 3.95º | 0.51% | 0.71% | - |
| HSV(B) | 3.95º | 0.35% | 0.85% | - |
| XYZ | 44.23 | 37.73 | 30.54 | - |
| YUV | 167.66 | 113.52 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 147 | 142 | 0 | 0.33 | 0.35 | 0.15 | 3.95 | 0.51 | 0.71 |
| Hex | DA | 93 | 8E | 0 | 21 | 23 | F | 4 | 33 | 47 |
| Octal | 332 | 223 | 216 | 0 | 41 | 43 | 17 | 4 | 63 | 107 |
| Binary | 11011010 | 10010011 | 10001110 | 0 | 100001 | 100011 | 1111 | 100 | 110011 | 1000111 |
Color Harmonies of #DA938E
Complementary color
Monochromatic Colors of #DA938E
Black with #DA938E
Text Example
Text Example
White with #DA938E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA938E; }
p { color: rgb(218,147,142); }
H1.HeaderClassName
{
color: #DA938E;
}
.AnyTagClassName
{
color: #DA938E;
}
</style>
background-color css
<style>
a { background-color: #DA938E; }
a { background-color: rgb(218,147,142); }
div.DivClassName
{
background-color: #DA938E;
}
.BgClassName
{
background-color: #DA938E;
}
</style>
border-color css
<style>
span { border-color: #DA938E; }
span { border-color: rgb(218,147,142); }
td.TdClassName
{
border-color: #DA938E;
}
.TagClassName
{
border-color: #DA938E;
}
</style>