#DA958B

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

Shades of Petite Orchid #DA958B

Tints of Petite Orchid #DA958B

Color information

#DA958B (or 0xDA958B) is unknown color: approx Petite Orchid. HEX triplet: DA, 95 and 8B. RGB value is (218,149,139). Sum of RGB (Red+Green+Blue) = 218+149+139=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 149 (58.59% from 255 or 29.45% from 506); Blue value is 139 (54.69% from 255 or 27.47% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DA958B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA958B is #256A74. Grayscale: #A8A8A8. Windows color (decimal): -2452085 or 9147866. OLE color: 9147866.

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

Color convert

RGB218149139-
CMYK00.320.360.15
HSL7.59º51.63%70%-
HSV(B)7.59º36.24%85.49%-
XYZ44.3238.2629.48-
YUV168.49111.36163.31-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.08%
GREEN value IS 149 (58.59% from 255) = 29.45%
BLUE value IS 139 (54.69% from 255) = 27.47%
R=43.08%
G=29.45%
B=27.47%

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
Decimal21814913900.320.360.157.5951.6370
HexDA958B02024F83446
Octal33222521304044171064106
Binary1101101010010101100010110100000100100111110001101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA958B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA958B; }

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

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

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

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

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

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

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

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