#DA9790

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

Shades of Petite Orchid #DA9790

Tints of Petite Orchid #DA9790

Color information

#DA9790 (or 0xDA9790) is unknown color: approx Petite Orchid. HEX triplet: DA, 97 and 90. RGB value is (218,151,144). Sum of RGB (Red+Green+Blue) = 218+151+144=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 151 (59.38% from 255 or 29.43% from 513); Blue value is 144 (56.64% from 255 or 28.07% from 513); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9790 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9790 is #25686F. Grayscale: #AAAAAA. Windows color (decimal): -2451568 or 9476058. OLE color: 9476058.

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

Color convert

RGB218151144-
CMYK00.310.340.15
HSL5.68º50%70.98%-
HSV(B)5.68º33.94%85.49%-
XYZ45.0139.0531.55-
YUV170.24113.2162.07-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.50%
GREEN value IS 151 (59.38% from 255) = 29.43%
BLUE value IS 144 (56.64% from 255) = 28.07%
R=42.50%
G=29.43%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815114400.310.340.155.685070.98
HexDA979001F22F63247
Octal3322272200374217662107
Binary11011010100101111001000001111110001011111101100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9790; }

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

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

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

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

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

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

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

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