#DA8D8B

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

Shades of Petite Orchid #DA8D8B

Tints of Petite Orchid #DA8D8B

Color information

#DA8D8B (or 0xDA8D8B) is unknown color: approx Petite Orchid. HEX triplet: DA, 8D and 8B. RGB value is (218,141,139). Sum of RGB (Red+Green+Blue) = 218+141+139=498 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.78% from 498); Green value is 141 (55.47% from 255 or 28.31% from 498); Blue value is 139 (54.69% from 255 or 27.91% from 498); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8D8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8D8B is #257274. Grayscale: #A3A3A3. Windows color (decimal): -2454133 or 9145818. OLE color: 9145818.

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

Color convert

RGB218141139-
CMYK00.350.360.15
HSL1.52º51.63%70%-
HSV(B)1.52º36.24%85.49%-
XYZ43.135.8229.07-
YUV163.8114.01166.66-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.78%
GREEN value IS 141 (55.47% from 255) = 28.31%
BLUE value IS 139 (54.69% from 255) = 27.91%
R=43.78%
G=28.31%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814113900.350.360.151.5251.6370
HexDA8D8B02324F23446
Octal3322152130434417264106
Binary11011010100011011000101101000111001001111101101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8D8B; }

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

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

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

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

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

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

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

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