#DA9489

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

Shades of Petite Orchid #DA9489

Tints of Petite Orchid #DA9489

Color information

#DA9489 (or 0xDA9489) is unknown color: approx Petite Orchid. HEX triplet: DA, 94 and 89. RGB value is (218,148,137). Sum of RGB (Red+Green+Blue) = 218+148+137=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 148 (58.20% from 255 or 29.42% from 503); Blue value is 137 (53.91% from 255 or 27.24% from 503); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9489 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9489 is #256B76. Grayscale: #A7A7A7. Windows color (decimal): -2452343 or 9016538. OLE color: 9016538.

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

Color convert

RGB218148137-
CMYK00.320.370.15
HSL8.15º52.26%69.61%-
HSV(B)8.15º37.16%85.49%-
XYZ44.0237.8928.66-
YUV167.68110.69163.89-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.34%
GREEN value IS 148 (58.20% from 255) = 29.42%
BLUE value IS 137 (53.91% from 255) = 27.24%
R=43.34%
G=29.42%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814813700.320.370.158.1552.2669.61
HexDA948902025F83446
Octal33222421104045171064106
Binary1101101010010100100010010100000100101111110001101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9489; }

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

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

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

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

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

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

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

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