#DA9E9B

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

Shades of Petite Orchid #DA9E9B

Tints of Petite Orchid #DA9E9B

Color information

#DA9E9B (or 0xDA9E9B) is unknown color: approx Petite Orchid. HEX triplet: DA, 9E and 9B. RGB value is (218,158,155). Sum of RGB (Red+Green+Blue) = 218+158+155=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 158 (62.11% from 255 or 29.76% from 531); Blue value is 155 (60.94% from 255 or 29.19% from 531); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9E9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9E9B is #256164. Grayscale: #AFAFAF. Windows color (decimal): -2449765 or 10198746. OLE color: 10198746.

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

Color convert

RGB218158155-
CMYK00.280.290.15
HSL2.86º45.99%73.14%-
HSV(B)2.86º28.9%85.49%-
XYZ47.0641.7336.58-
YUV175.6116.38158.24-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.05%
GREEN value IS 158 (62.11% from 255) = 29.76%
BLUE value IS 155 (60.94% from 255) = 29.19%
R=41.05%
G=29.76%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815815500.280.290.152.8645.9973.14
HexDA9E9B01C1DF32e49
Octal3322362330343517356111
Binary110110101001111010011011011100111011111111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9E9B; }

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

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

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

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

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

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

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

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