#DE998E

Color #DE998E Petite Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Petite Orchid #DE998E

Tints of Petite Orchid #DE998E

Color information

#DE998E (or 0xDE998E) is unknown color: approx Petite Orchid. HEX triplet: DE, 99 and 8E. RGB value is (222,153,142). Sum of RGB (Red+Green+Blue) = 222+153+142=517 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.94% from 517); Green value is 153 (60.16% from 255 or 29.59% from 517); Blue value is 142 (55.86% from 255 or 27.47% from 517); Max value from RGB is 222 - color contains mainly: red. Hex color #DE998E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE998E is #216671. Grayscale: #ACACAC. Windows color (decimal): -2188914 or 9345502. OLE color: 9345502.

HSL color Cylindrical-coordinate representation of color #DE998E: hue angle of 8.25º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DE998E is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB222153142-
CMYK00.310.360.13
HSL8.25º54.79%71.37%-
HSV(B)8.25º36.04%87.06%-
XYZ46.440.2730.92-
YUV172.38110.86163.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 42.94%
GREEN value IS 153 (60.16% from 255) = 29.59%
BLUE value IS 142 (55.86% from 255) = 27.47%
R=42.94%
G=29.59%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215314200.310.360.138.2554.7971.37
HexDE998E01F24D83747
Octal33623121603744151067107
Binary110111101001100110001110011111100100110110001101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE998E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE998E; }

 p { color: rgb(222,153,142); }

 H1.HeaderClassName
 {
   color: #DE998E;
 }
 .AnyTagClassName
 {
   color: #DE998E;
 }
</style>
background-color css

<style>
 a { background-color: #DE998E; }

 a { background-color: rgb(222,153,142); }

 div.DivClassName
 {
   background-color: #DE998E;
 }
 .BgClassName
 {
   background-color: #DE998E;
 }
</style>
border-color css

<style>
 span { border-color: #DE998E; }

 span { border-color: rgb(222,153,142); }

 td.TdClassName
 {
   border-color: #DE998E;
 }
 .TagClassName
 {
   border-color: #DE998E;
 }
</style>