#DA9787

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

Shades of Petite Orchid #DA9787

Tints of Petite Orchid #DA9787

Color information

#DA9787 (or 0xDA9787) is unknown color: approx Petite Orchid. HEX triplet: DA, 97 and 87. RGB value is (218,151,135). Sum of RGB (Red+Green+Blue) = 218+151+135=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 151 (59.38% from 255 or 29.96% from 504); Blue value is 135 (53.12% from 255 or 26.79% from 504); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9787 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9787 is #256878. Grayscale: #A9A9A9. Windows color (decimal): -2451577 or 8886234. OLE color: 8886234.

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

Color convert

RGB218151135-
CMYK00.310.380.15
HSL11.57º52.87%69.22%-
HSV(B)11.57º38.07%85.49%-
XYZ44.3538.7928.07-
YUV169.21108.7162.8-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.25%
GREEN value IS 151 (59.38% from 255) = 29.96%
BLUE value IS 135 (53.12% from 255) = 26.79%
R=43.25%
G=29.96%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815113500.310.380.1511.5752.8769.22
HexDA978701F26Fc3545
Octal33222720703746171465105
Binary110110101001011110000111011111100110111111001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9787; }

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

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

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

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

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

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

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

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