#DA9994

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

Shades of Petite Orchid #DA9994

Tints of Petite Orchid #DA9994

Color information

#DA9994 (or 0xDA9994) is unknown color: approx Petite Orchid. HEX triplet: DA, 99 and 94. RGB value is (218,153,148). Sum of RGB (Red+Green+Blue) = 218+153+148=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 153 (60.16% from 255 or 29.48% from 519); Blue value is 148 (58.20% from 255 or 28.52% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9994 is #25666B. Grayscale: #ABABAB. Windows color (decimal): -2451052 or 9738714. OLE color: 9738714.

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

Color convert

RGB218153148-
CMYK00.300.320.15
HSL4.29º48.61%71.76%-
HSV(B)4.29º32.11%85.49%-
XYZ45.6539.8333.3-
YUV171.86114.53160.91-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.00%
GREEN value IS 153 (60.16% from 255) = 29.48%
BLUE value IS 148 (58.20% from 255) = 28.52%
R=42.00%
G=29.48%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815314800.300.320.154.2948.6171.76
HexDA999401E20F43148
Octal3322312240364017461110
Binary11011010100110011001010001111010000011111001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9994; }

 p { color: rgb(218,153,148); }

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

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

 a { background-color: rgb(218,153,148); }

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

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

 span { border-color: rgb(218,153,148); }

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