#DD9289

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

Shades of Petite Orchid #DD9289

Tints of Petite Orchid #DD9289

Color information

#DD9289 (or 0xDD9289) is unknown color: approx Petite Orchid. HEX triplet: DD, 92 and 89. RGB value is (221,146,137). Sum of RGB (Red+Green+Blue) = 221+146+137=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 146 (57.42% from 255 or 28.97% from 504); Blue value is 137 (53.91% from 255 or 27.18% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9289 is #226D76. Grayscale: #A7A7A7. Windows color (decimal): -2256247 or 9016029. OLE color: 9016029.

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

Color convert

RGB221146137-
CMYK00.340.380.13
HSL6.43º55.26%70.2%-
HSV(B)6.43º38.01%86.67%-
XYZ44.6137.7428.6-
YUV167.4110.85166.23-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.85%
GREEN value IS 146 (57.42% from 255) = 28.97%
BLUE value IS 137 (53.91% from 255) = 27.18%
R=43.85%
G=28.97%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114613700.340.380.136.4355.2670.2
HexDD928902226D63746
Octal3352222110424615667106
Binary110111011001001010001001010001010011011011101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9289; }

 p { color: rgb(221,146,137); }

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

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

 a { background-color: rgb(221,146,137); }

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

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

 span { border-color: rgb(221,146,137); }

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