#D9988E

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

Shades of Petite Orchid #D9988E

Tints of Petite Orchid #D9988E

Color information

#D9988E (or 0xD9988E) is unknown color: approx Petite Orchid. HEX triplet: D9, 98 and 8E. RGB value is (217,152,142). Sum of RGB (Red+Green+Blue) = 217+152+142=511 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.47% from 511); Green value is 152 (59.77% from 255 or 29.75% from 511); Blue value is 142 (55.86% from 255 or 27.79% from 511); Max value from RGB is 217 - color contains mainly: red. Hex color #D9988E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9988E is #266771. Grayscale: #AAAAAA. Windows color (decimal): -2516850 or 9345241. OLE color: 9345241.

HSL color Cylindrical-coordinate representation of color #D9988E: hue angle of 8º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D9988E is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB217152142-
CMYK00.300.350.15
HSL49.67%70.39%-
HSV(B)34.56%85.1%-
XYZ44.7339.1630.79-
YUV170.29112.03161.31-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.47%
GREEN value IS 152 (59.77% from 255) = 29.75%
BLUE value IS 142 (55.86% from 255) = 27.79%
R=42.47%
G=29.75%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715214200.300.350.15849.6770.39
HexD9988E01E23F83246
Octal33123021603643171062106
Binary110110011001100010001110011110100011111110001100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9988E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9988E; }

 p { color: rgb(217,152,142); }

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

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

 a { background-color: rgb(217,152,142); }

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

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

 span { border-color: rgb(217,152,142); }

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