#DD9189

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

Shades of Petite Orchid #DD9189

Tints of Petite Orchid #DD9189

Color information

#DD9189 (or 0xDD9189) is unknown color: approx Petite Orchid. HEX triplet: DD, 91 and 89. RGB value is (221,145,137). Sum of RGB (Red+Green+Blue) = 221+145+137=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 145 (57.03% from 255 or 28.83% from 503); Blue value is 137 (53.91% from 255 or 27.24% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9189 is #226E76. Grayscale: #A6A6A6. Windows color (decimal): -2256503 or 9015773. OLE color: 9015773.

HSL color Cylindrical-coordinate representation of color #DD9189: hue angle of 5.71º 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 #DD9189 is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB221145137-
CMYK00.340.380.13
HSL5.71º55.26%70.2%-
HSV(B)5.71º38.01%86.67%-
XYZ44.4637.4328.55-
YUV166.81111.18166.65-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.94%
GREEN value IS 145 (57.03% from 255) = 28.83%
BLUE value IS 137 (53.91% from 255) = 27.24%
R=43.94%
G=28.83%
B=27.24%

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
Decimal22114513700.340.380.135.7155.2670.2
HexDD918902226D63746
Octal3352212110424615667106
Binary110111011001000110001001010001010011011011101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9189; }

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

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

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

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

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

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

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

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