#DD988E

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

Shades of Petite Orchid #DD988E

Tints of Petite Orchid #DD988E

Color information

#DD988E (or 0xDD988E) is unknown color: approx Petite Orchid. HEX triplet: DD, 98 and 8E. RGB value is (221,152,142). Sum of RGB (Red+Green+Blue) = 221+152+142=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 152 (59.77% from 255 or 29.51% from 515); Blue value is 142 (55.86% from 255 or 27.57% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DD988E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD988E is #226771. Grayscale: #ABABAB. Windows color (decimal): -2254706 or 9345245. OLE color: 9345245.

HSL color Cylindrical-coordinate representation of color #DD988E: hue angle of 7.59º degrees, saturation: 0.54, 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 #DD988E is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB221152142-
CMYK00.310.360.13
HSL7.59º53.74%71.18%-
HSV(B)7.59º35.75%86.67%-
XYZ45.9339.7830.85-
YUV171.49111.36163.31-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.91%
GREEN value IS 152 (59.77% from 255) = 29.51%
BLUE value IS 142 (55.86% from 255) = 27.57%
R=42.91%
G=29.51%
B=27.57%

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
Decimal22115214200.310.360.137.5953.7471.18
HexDD988E01F24D83647
Octal33523021603744151066107
Binary110111011001100010001110011111100100110110001101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD988E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD988E; }

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

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

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

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

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

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

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

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