#DA908B

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

Shades of Petite Orchid #DA908B

Tints of Petite Orchid #DA908B

Color information

#DA908B (or 0xDA908B) is unknown color: approx Petite Orchid. HEX triplet: DA, 90 and 8B. RGB value is (218,144,139). Sum of RGB (Red+Green+Blue) = 218+144+139=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 144 (56.64% from 255 or 28.74% from 501); Blue value is 139 (54.69% from 255 or 27.74% from 501); Max value from RGB is 218 - color contains mainly: red. Hex color #DA908B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA908B is #256F74. Grayscale: #A5A5A5. Windows color (decimal): -2453365 or 9146586. OLE color: 9146586.

HSL color Cylindrical-coordinate representation of color #DA908B: hue angle of 3.8º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DA908B is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB218144139-
CMYK00.340.360.15
HSL3.8º51.63%70%-
HSV(B)3.8º36.24%85.49%-
XYZ43.5536.7229.22-
YUV165.56113.02165.41-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.51%
GREEN value IS 144 (56.64% from 255) = 28.74%
BLUE value IS 139 (54.69% from 255) = 27.74%
R=43.51%
G=28.74%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814413900.340.360.153.851.6370
HexDA908B02224F43446
Octal3322202130424417464106
Binary110110101001000010001011010001010010011111001101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA908B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA908B; }

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

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

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

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

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

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

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

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