Shades of Petite Orchid #DE948A
Tints of Petite Orchid #DE948A
RGB
CMYK
RGB Variations
Color information
#DE948A (or 0xDE948A) is known color: Petite Orchid. HEX triplet: DE, 94 and 8A. RGB value is (222,148,138). Sum of RGB (Red+Green+Blue) = 222+148+138=508 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.70% from 508); Green value is 148 (58.20% from 255 or 29.13% from 508); Blue value is 138 (54.30% from 255 or 27.17% from 508); Max value from RGB is 222 - color contains mainly: red. Hex color #DE948A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE948A is #216B75. Grayscale: #A9A9A9. Windows color (decimal): -2190198 or 9082078. OLE color: 9082078.
HSL color Cylindrical-coordinate representation of color #DE948A: hue angle of 7.14º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DE948A is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 148 | 138 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.13 |
| HSL | 7.14º | 0.56% | 0.71% | - |
| HSV(B) | 7.14º | 0.38% | 0.87% | - |
| XYZ | 45.3 | 38.54 | 29.1 | - |
| YUV | 168.99 | 110.52 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 148 | 138 | 0 | 0.33 | 0.38 | 0.13 | 7.14 | 0.56 | 0.71 |
| Hex | DE | 94 | 8A | 0 | 21 | 26 | D | 7 | 38 | 47 |
| Octal | 336 | 224 | 212 | 0 | 41 | 46 | 15 | 7 | 70 | 107 |
| Binary | 11011110 | 10010100 | 10001010 | 0 | 100001 | 100110 | 1101 | 111 | 111000 | 1000111 |
Color Harmonies of #DE948A
Complementary color
Monochromatic Colors of #DE948A
Black with #DE948A
Text Example
Text Example
White with #DE948A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE948A; }
p { color: rgb(222,148,138); }
H1.HeaderClassName
{
color: #DE948A;
}
.AnyTagClassName
{
color: #DE948A;
}
</style>
background-color css
<style>
a { background-color: #DE948A; }
a { background-color: rgb(222,148,138); }
div.DivClassName
{
background-color: #DE948A;
}
.BgClassName
{
background-color: #DE948A;
}
</style>
border-color css
<style>
span { border-color: #DE948A; }
span { border-color: rgb(222,148,138); }
td.TdClassName
{
border-color: #DE948A;
}
.TagClassName
{
border-color: #DE948A;
}
</style>