#DA958D

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

Shades of Petite Orchid #DA958D

Tints of Petite Orchid #DA958D

Color information

#DA958D (or 0xDA958D) is unknown color: approx Petite Orchid. HEX triplet: DA, 95 and 8D. RGB value is (218,149,141). Sum of RGB (Red+Green+Blue) = 218+149+141=508 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.91% from 508); Green value is 149 (58.59% from 255 or 29.33% from 508); Blue value is 141 (55.47% from 255 or 27.76% from 508); Max value from RGB is 218 - color contains mainly: red. Hex color #DA958D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA958D is #256A72. Grayscale: #A8A8A8. Windows color (decimal): -2452083 or 9278938. OLE color: 9278938.

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

Color convert

RGB218149141-
CMYK00.320.350.15
HSL6.23º50.99%70.39%-
HSV(B)6.23º35.32%85.49%-
XYZ44.4738.3230.25-
YUV168.72112.36163.15-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.91%
GREEN value IS 149 (58.59% from 255) = 29.33%
BLUE value IS 141 (55.47% from 255) = 27.76%
R=42.91%
G=29.33%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814914100.320.350.156.2350.9970.39
HexDA958D02023F63346
Octal3322252150404317663106
Binary110110101001010110001101010000010001111111101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA958D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA958D; }

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

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

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

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

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

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

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

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