#DA9D93

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

Shades of Petite Orchid #DA9D93

Tints of Petite Orchid #DA9D93

Color information

#DA9D93 (or 0xDA9D93) is unknown color: approx Petite Orchid. HEX triplet: DA, 9D and 93. RGB value is (218,157,147). Sum of RGB (Red+Green+Blue) = 218+157+147=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 157 (61.72% from 255 or 30.08% from 522); Blue value is 147 (57.81% from 255 or 28.16% from 522); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9D93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9D93 is #25626C. Grayscale: #AEAEAE. Windows color (decimal): -2450029 or 9674202. OLE color: 9674202.

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

Color convert

RGB218157147-
CMYK00.280.330.15
HSL8.45º48.97%71.57%-
HSV(B)8.45º32.57%85.49%-
XYZ46.2441.1333.1-
YUV174.1112.71159.31-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.76%
GREEN value IS 157 (61.72% from 255) = 30.08%
BLUE value IS 147 (57.81% from 255) = 28.16%
R=41.76%
G=30.08%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815714700.280.330.158.4548.9771.57
HexDA9D9301C21F83148
Octal33223522303441171061110
Binary110110101001110110010011011100100001111110001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9D93; }

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

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

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

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

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

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

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

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