#DA8E8C

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

Shades of Petite Orchid #DA8E8C

Tints of Petite Orchid #DA8E8C

Color information

#DA8E8C (or 0xDA8E8C) is unknown color: approx Petite Orchid. HEX triplet: DA, 8E and 8C. RGB value is (218,142,140). Sum of RGB (Red+Green+Blue) = 218+142+140=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 142 (55.86% from 255 or 28.4% from 500); Blue value is 140 (55.08% from 255 or 28% from 500); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8E8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8E8C is #257173. Grayscale: #A4A4A4. Windows color (decimal): -2453876 or 9211610. OLE color: 9211610.

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

Color convert

RGB218142140-
CMYK00.350.360.15
HSL1.54º51.32%70.2%-
HSV(B)1.54º35.78%85.49%-
XYZ43.3236.1429.5-
YUV164.5114.18166.16-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.6%
GREEN value IS 142 (55.86% from 255) = 28.4%
BLUE value IS 140 (55.08% from 255) = 28%
R=43.6%
G=28.4%
B=28%

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
Decimal21814214000.350.360.151.5451.3270.2
HexDA8E8C02324F23346
Octal3322162140434417263106
Binary11011010100011101000110001000111001001111101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8E8C; }

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

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

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

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

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

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

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

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