#DA9895

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

Shades of Petite Orchid #DA9895

Tints of Petite Orchid #DA9895

Color information

#DA9895 (or 0xDA9895) is unknown color: approx Petite Orchid. HEX triplet: DA, 98 and 95. RGB value is (218,152,149). Sum of RGB (Red+Green+Blue) = 218+152+149=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 152 (59.77% from 255 or 29.29% from 519); Blue value is 149 (58.59% from 255 or 28.71% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9895 is #25676A. Grayscale: #ABABAB. Windows color (decimal): -2451307 or 9803994. OLE color: 9803994.

HSL color Cylindrical-coordinate representation of color #DA9895: hue angle of 2.61º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DA9895 is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB218152149-
CMYK00.300.320.15
HSL2.61º48.25%71.96%-
HSV(B)2.61º31.65%85.49%-
XYZ45.5739.5333.66-
YUV171.39115.37161.24-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.00%
GREEN value IS 152 (59.77% from 255) = 29.29%
BLUE value IS 149 (58.59% from 255) = 28.71%
R=42.00%
G=29.29%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815214900.300.320.152.6148.2571.96
HexDA989501E20F33048
Octal3322302250364017360110
Binary1101101010011000100101010111101000001111111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9895; }

 p { color: rgb(218,152,149); }

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

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

 a { background-color: rgb(218,152,149); }

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

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

 span { border-color: rgb(218,152,149); }

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