#DF9189

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

Shades of Petite Orchid #DF9189

Tints of Petite Orchid #DF9189

Color information

#DF9189 (or 0xDF9189) is unknown color: approx Petite Orchid. HEX triplet: DF, 91 and 89. RGB value is (223,145,137). Sum of RGB (Red+Green+Blue) = 223+145+137=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 145 (57.03% from 255 or 28.71% from 505); Blue value is 137 (53.91% from 255 or 27.13% from 505); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9189 is #206E76. Grayscale: #A7A7A7. Windows color (decimal): -2125431 or 9015775. OLE color: 9015775.

HSL color Cylindrical-coordinate representation of color #DF9189: hue angle of 5.58º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DF9189 is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB223145137-
CMYK00.350.390.13
HSL5.58º57.33%70.59%-
HSV(B)5.58º38.57%87.45%-
XYZ45.0737.7428.58-
YUV167.41110.84167.65-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.16%
GREEN value IS 145 (57.03% from 255) = 28.71%
BLUE value IS 137 (53.91% from 255) = 27.13%
R=44.16%
G=28.71%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314513700.350.390.135.5857.3370.59
HexDF918902327D63947
Octal3372212110434715671107
Binary110111111001000110001001010001110011111011101110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9189; }

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

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

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

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

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

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

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

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