#DA9587

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

Shades of Petite Orchid #DA9587

Tints of Petite Orchid #DA9587

Color information

#DA9587 (or 0xDA9587) is unknown color: approx Petite Orchid. HEX triplet: DA, 95 and 87. RGB value is (218,149,135). Sum of RGB (Red+Green+Blue) = 218+149+135=502 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.43% from 502); Green value is 149 (58.59% from 255 or 29.68% from 502); Blue value is 135 (53.12% from 255 or 26.89% from 502); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9587 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9587 is #256A78. Grayscale: #A8A8A8. Windows color (decimal): -2452089 or 8885722. OLE color: 8885722.

HSL color Cylindrical-coordinate representation of color #DA9587: hue angle of 10.12º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DA9587 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB218149135-
CMYK00.320.380.15
HSL10.12º52.87%69.22%-
HSV(B)10.12º38.07%85.49%-
XYZ44.0338.1527.96-
YUV168.03109.36163.64-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.43%
GREEN value IS 149 (58.59% from 255) = 29.68%
BLUE value IS 135 (53.12% from 255) = 26.89%
R=43.43%
G=29.68%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814913500.320.380.1510.1252.8769.22
HexDA958702026Fa3545
Octal33222520704046171265105
Binary1101101010010101100001110100000100110111110101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9587; }

 p { color: rgb(218,149,135); }

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

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

 a { background-color: rgb(218,149,135); }

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

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

 span { border-color: rgb(218,149,135); }

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