#DA8F89

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

Shades of Petite Orchid #DA8F89

Tints of Petite Orchid #DA8F89

Color information

#DA8F89 (or 0xDA8F89) is unknown color: approx Petite Orchid. HEX triplet: DA, 8F and 89. RGB value is (218,143,137). Sum of RGB (Red+Green+Blue) = 218+143+137=498 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.78% from 498); Green value is 143 (56.25% from 255 or 28.71% from 498); Blue value is 137 (53.91% from 255 or 27.51% from 498); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8F89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8F89 is #257076. Grayscale: #A4A4A4. Windows color (decimal): -2453623 or 9015258. OLE color: 9015258.

HSL color Cylindrical-coordinate representation of color #DA8F89: hue angle of 4.44º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DA8F89 is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB218143137-
CMYK00.340.370.15
HSL4.44º52.26%69.61%-
HSV(B)4.44º37.16%85.49%-
XYZ43.2536.3628.4-
YUV164.74112.35165.99-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.78%
GREEN value IS 143 (56.25% from 255) = 28.71%
BLUE value IS 137 (53.91% from 255) = 27.51%
R=43.78%
G=28.71%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814313700.340.370.154.4452.2669.61
HexDA8F8902225F43446
Octal3322172110424517464106
Binary110110101000111110001001010001010010111111001101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8F89; }

 p { color: rgb(218,143,137); }

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

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

 a { background-color: rgb(218,143,137); }

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

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

 span { border-color: rgb(218,143,137); }

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