#DA9695

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

Shades of Petite Orchid #DA9695

Tints of Petite Orchid #DA9695

Color information

#DA9695 (or 0xDA9695) is unknown color: approx Petite Orchid. HEX triplet: DA, 96 and 95. RGB value is (218,150,149). Sum of RGB (Red+Green+Blue) = 218+150+149=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 150 (58.98% from 255 or 29.01% from 517); Blue value is 149 (58.59% from 255 or 28.82% from 517); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9695 is #25696A. Grayscale: #AAAAAA. Windows color (decimal): -2451819 or 9803482. OLE color: 9803482.

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

Color convert

RGB218150149-
CMYK00.310.320.15
HSL0.87º48.25%71.96%-
HSV(B)0.87º31.65%85.49%-
XYZ45.2438.8933.56-
YUV170.22116.03162.08-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.17%
GREEN value IS 150 (58.98% from 255) = 29.01%
BLUE value IS 149 (58.59% from 255) = 28.82%
R=42.17%
G=29.01%
B=28.82%

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
Decimal21815014900.310.320.150.8748.2571.96
HexDA969501F20F13048
Octal3322262250374017160110
Binary110110101001011010010101011111100000111111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9695; }

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

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

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

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

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

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

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

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