#DA9487

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

Shades of Petite Orchid #DA9487

Tints of Petite Orchid #DA9487

Color information

#DA9487 (or 0xDA9487) is unknown color: approx Petite Orchid. HEX triplet: DA, 94 and 87. RGB value is (218,148,135). Sum of RGB (Red+Green+Blue) = 218+148+135=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 148 (58.20% from 255 or 29.54% from 501); Blue value is 135 (53.12% from 255 or 26.95% from 501); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9487 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9487 is #256B78. Grayscale: #A7A7A7. Windows color (decimal): -2452345 or 8885466. OLE color: 8885466.

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

Color convert

RGB218148135-
CMYK00.320.380.15
HSL9.4º52.87%69.22%-
HSV(B)9.4º38.07%85.49%-
XYZ43.8837.8327.91-
YUV167.45109.69164.06-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.51%
GREEN value IS 148 (58.20% from 255) = 29.54%
BLUE value IS 135 (53.12% from 255) = 26.95%
R=43.51%
G=29.54%
B=26.95%

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
Decimal21814813500.320.380.159.452.8769.22
HexDA948702026F93545
Octal33222420704046171165105
Binary1101101010010100100001110100000100110111110011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9487; }

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

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

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

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

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

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

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

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