Shades of Petite Orchid #DE918B
Tints of Petite Orchid #DE918B
RGB
CMYK
RGB Variations
Color information
#DE918B (or 0xDE918B) is known color: Petite Orchid. HEX triplet: DE, 91 and 8B. RGB value is (222,145,139). Sum of RGB (Red+Green+Blue) = 222+145+139=506 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.87% from 506); Green value is 145 (57.03% from 255 or 28.66% from 506); Blue value is 139 (54.69% from 255 or 27.47% from 506); Max value from RGB is 222 - color contains mainly: red. Hex color #DE918B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE918B is #216E74. Grayscale: #A7A7A7. Windows color (decimal): -2190965 or 9146846. OLE color: 9146846.
HSL color Cylindrical-coordinate representation of color #DE918B: hue angle of 4.34º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DE918B is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 145 | 139 | - |
| CMYK | 0 | 0.35 | 0.37 | 0.13 |
| HSL | 4.34º | 0.56% | 0.71% | - |
| HSV(B) | 4.34º | 0.37% | 0.87% | - |
| XYZ | 44.91 | 37.64 | 29.33 | - |
| YUV | 167.34 | 112.01 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 145 | 139 | 0 | 0.35 | 0.37 | 0.13 | 4.34 | 0.56 | 0.71 |
| Hex | DE | 91 | 8B | 0 | 23 | 25 | D | 4 | 38 | 47 |
| Octal | 336 | 221 | 213 | 0 | 43 | 45 | 15 | 4 | 70 | 107 |
| Binary | 11011110 | 10010001 | 10001011 | 0 | 100011 | 100101 | 1101 | 100 | 111000 | 1000111 |
Color Harmonies of #DE918B
Complementary color
Monochromatic Colors of #DE918B
Black with #DE918B
Text Example
Text Example
White with #DE918B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE918B; }
p { color: rgb(222,145,139); }
H1.HeaderClassName
{
color: #DE918B;
}
.AnyTagClassName
{
color: #DE918B;
}
</style>
background-color css
<style>
a { background-color: #DE918B; }
a { background-color: rgb(222,145,139); }
div.DivClassName
{
background-color: #DE918B;
}
.BgClassName
{
background-color: #DE918B;
}
</style>
border-color css
<style>
span { border-color: #DE918B; }
span { border-color: rgb(222,145,139); }
td.TdClassName
{
border-color: #DE918B;
}
.TagClassName
{
border-color: #DE918B;
}
</style>