#DA9B93

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

Shades of Petite Orchid #DA9B93

Tints of Petite Orchid #DA9B93

Color information

#DA9B93 (or 0xDA9B93) is unknown color: approx Petite Orchid. HEX triplet: DA, 9B and 93. RGB value is (218,155,147). Sum of RGB (Red+Green+Blue) = 218+155+147=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 155 (60.94% from 255 or 29.81% from 520); Blue value is 147 (57.81% from 255 or 28.27% from 520); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9B93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9B93 is #25646C. Grayscale: #ADADAD. Windows color (decimal): -2450541 or 9673690. OLE color: 9673690.

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

Color convert

RGB218155147-
CMYK00.290.330.15
HSL6.76º48.97%71.57%-
HSV(B)6.76º32.57%85.49%-
XYZ45.940.4532.99-
YUV172.92113.37160.15-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.92%
GREEN value IS 155 (60.94% from 255) = 29.81%
BLUE value IS 147 (57.81% from 255) = 28.27%
R=41.92%
G=29.81%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815514700.290.330.156.7648.9771.57
HexDA9B9301D21F73148
Octal3322332230354117761110
Binary11011010100110111001001101110110000111111111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9B93; }

 p { color: rgb(218,155,147); }

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

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

 a { background-color: rgb(218,155,147); }

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

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

 span { border-color: rgb(218,155,147); }

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