#DA908A

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

Shades of Petite Orchid #DA908A

Tints of Petite Orchid #DA908A

Color information

#DA908A (or 0xDA908A) is unknown color: approx Petite Orchid. HEX triplet: DA, 90 and 8A. RGB value is (218,144,138). Sum of RGB (Red+Green+Blue) = 218+144+138=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 144 (56.64% from 255 or 28.8% from 500); Blue value is 138 (54.30% from 255 or 27.6% from 500); Max value from RGB is 218 - color contains mainly: red. Hex color #DA908A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA908A is #256F75. Grayscale: #A5A5A5. Windows color (decimal): -2453366 or 9081050. OLE color: 9081050.

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

Color convert

RGB218144138-
CMYK00.340.370.15
HSL4.5º51.95%69.8%-
HSV(B)4.5º36.7%85.49%-
XYZ43.4736.6928.83-
YUV165.44112.52165.49-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.6%
GREEN value IS 144 (56.64% from 255) = 28.8%
BLUE value IS 138 (54.30% from 255) = 27.6%
R=43.6%
G=28.8%
B=27.6%

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
Decimal21814413800.340.370.154.551.9569.8
HexDA908A02225F53446
Octal3322202120424517564106
Binary110110101001000010001010010001010010111111011101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA908A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA908A; }

 p { color: rgb(218,144,138); }

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

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

 a { background-color: rgb(218,144,138); }

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

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

 span { border-color: rgb(218,144,138); }

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