#DA958C

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

Shades of Petite Orchid #DA958C

Tints of Petite Orchid #DA958C

Color information

#DA958C (or 0xDA958C) is unknown color: approx Petite Orchid. HEX triplet: DA, 95 and 8C. RGB value is (218,149,140). Sum of RGB (Red+Green+Blue) = 218+149+140=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 149 (58.59% from 255 or 29.39% from 507); Blue value is 140 (55.08% from 255 or 27.61% from 507); Max value from RGB is 218 - color contains mainly: red. Hex color #DA958C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA958C is #256A73. Grayscale: #A8A8A8. Windows color (decimal): -2452084 or 9213402. OLE color: 9213402.

HSL color Cylindrical-coordinate representation of color #DA958C: hue angle of 6.92º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DA958C is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB218149140-
CMYK00.320.360.15
HSL6.92º51.32%70.2%-
HSV(B)6.92º35.78%85.49%-
XYZ44.3938.2929.86-
YUV168.6111.86163.23-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.00%
GREEN value IS 149 (58.59% from 255) = 29.39%
BLUE value IS 140 (55.08% from 255) = 27.61%
R=43.00%
G=29.39%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814914000.320.360.156.9251.3270.2
HexDA958C02024F73346
Octal3322252140404417763106
Binary110110101001010110001100010000010010011111111100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA958C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA958C; }

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

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

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

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

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

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

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

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