#D1988E

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

Shades of Petite Orchid #D1988E

Tints of Petite Orchid #D1988E

Color information

#D1988E (or 0xD1988E) is unknown color: approx Petite Orchid. HEX triplet: D1, 98 and 8E. RGB value is (209,152,142). Sum of RGB (Red+Green+Blue) = 209+152+142=503 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.55% from 503); Green value is 152 (59.77% from 255 or 30.22% from 503); Blue value is 142 (55.86% from 255 or 28.23% from 503); Max value from RGB is 209 - color contains mainly: red. Hex color #D1988E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1988E is #2E6771. Grayscale: #A8A8A8. Windows color (decimal): -3041138 or 9345233. OLE color: 9345233.

HSL color Cylindrical-coordinate representation of color #D1988E: hue angle of 8.96º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D1988E is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB209152142-
CMYK00.270.320.18
HSL8.96º42.14%68.82%-
HSV(B)8.96º32.06%81.96%-
XYZ42.4137.9630.68-
YUV167.9113.38157.31-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.55%
GREEN value IS 152 (59.77% from 255) = 30.22%
BLUE value IS 142 (55.86% from 255) = 28.23%
R=41.55%
G=30.22%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915214200.270.320.188.9642.1468.82
HexD1988E01B201292a45
Octal32123021603340221152105
Binary1101000110011000100011100110111000001001010011010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1988E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1988E; }

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

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

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

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

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

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

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

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