#DA9795

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

Shades of Petite Orchid #DA9795

Tints of Petite Orchid #DA9795

Color information

#DA9795 (or 0xDA9795) is unknown color: approx Petite Orchid. HEX triplet: DA, 97 and 95. RGB value is (218,151,149). Sum of RGB (Red+Green+Blue) = 218+151+149=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 151 (59.38% from 255 or 29.15% from 518); Blue value is 149 (58.59% from 255 or 28.76% from 518); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9795 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9795 is #25686A. Grayscale: #AAAAAA. Windows color (decimal): -2451563 or 9803738. OLE color: 9803738.

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

Color convert

RGB218151149-
CMYK00.310.320.15
HSL1.74º48.25%71.96%-
HSV(B)1.74º31.65%85.49%-
XYZ45.439.2133.61-
YUV170.8115.7161.66-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.08%
GREEN value IS 151 (59.38% from 255) = 29.15%
BLUE value IS 149 (58.59% from 255) = 28.76%
R=42.08%
G=29.15%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815114900.310.320.151.7448.2571.96
HexDA979501F20F23048
Octal3322272250374017260110
Binary1101101010010111100101010111111000001111101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9795; }

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

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

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

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

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

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

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

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