#DA988D

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

Shades of Petite Orchid #DA988D

Tints of Petite Orchid #DA988D

Color information

#DA988D (or 0xDA988D) is unknown color: approx Petite Orchid. HEX triplet: DA, 98 and 8D. RGB value is (218,152,141). Sum of RGB (Red+Green+Blue) = 218+152+141=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 152 (59.77% from 255 or 29.75% from 511); Blue value is 141 (55.47% from 255 or 27.59% from 511); Max value from RGB is 218 - color contains mainly: red. Hex color #DA988D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA988D is #256772. Grayscale: #AAAAAA. Windows color (decimal): -2451315 or 9279706. OLE color: 9279706.

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

Color convert

RGB218152141-
CMYK00.300.350.15
HSL8.57º50.99%70.39%-
HSV(B)8.57º35.32%85.49%-
XYZ44.9539.2830.41-
YUV170.48111.37161.89-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.66%
GREEN value IS 152 (59.77% from 255) = 29.75%
BLUE value IS 141 (55.47% from 255) = 27.59%
R=42.66%
G=29.75%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815214100.300.350.158.5750.9970.39
HexDA988D01E23F93346
Octal33223021503643171163106
Binary110110101001100010001101011110100011111110011100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA988D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA988D; }

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

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

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

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

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

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

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

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