#DA9987

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

Shades of Petite Orchid #DA9987

Tints of Petite Orchid #DA9987

Color information

#DA9987 (or 0xDA9987) is unknown color: approx Petite Orchid. HEX triplet: DA, 99 and 87. RGB value is (218,153,135). Sum of RGB (Red+Green+Blue) = 218+153+135=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 153 (60.16% from 255 or 30.24% from 506); Blue value is 135 (53.12% from 255 or 26.68% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9987 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9987 is #256678. Grayscale: #AAAAAA. Windows color (decimal): -2451065 or 8886746. OLE color: 8886746.

HSL color Cylindrical-coordinate representation of color #DA9987: hue angle of 13.01º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DA9987 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB218153135-
CMYK00.300.380.15
HSL13.01º52.87%69.22%-
HSV(B)13.01º38.07%85.49%-
XYZ44.6839.4428.18-
YUV170.38108.03161.96-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.08%
GREEN value IS 153 (60.16% from 255) = 30.24%
BLUE value IS 135 (53.12% from 255) = 26.68%
R=43.08%
G=30.24%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815313500.300.380.1513.0152.8769.22
HexDA998701E26Fd3545
Octal33223120703646171565105
Binary110110101001100110000111011110100110111111011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9987; }

 p { color: rgb(218,153,135); }

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

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

 a { background-color: rgb(218,153,135); }

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

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

 span { border-color: rgb(218,153,135); }

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