#DA9788

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

Shades of Petite Orchid #DA9788

Tints of Petite Orchid #DA9788

Color information

#DA9788 (or 0xDA9788) is unknown color: approx Petite Orchid. HEX triplet: DA, 97 and 88. RGB value is (218,151,136). Sum of RGB (Red+Green+Blue) = 218+151+136=505 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.17% from 505); Green value is 151 (59.38% from 255 or 29.90% from 505); Blue value is 136 (53.52% from 255 or 26.93% from 505); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9788 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9788 is #256877. Grayscale: #A9A9A9. Windows color (decimal): -2451576 or 8951770. OLE color: 8951770.

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

Color convert

RGB218151136-
CMYK00.310.380.15
HSL10.98º52.56%69.41%-
HSV(B)10.98º37.61%85.49%-
XYZ44.4238.8228.44-
YUV169.32109.2162.72-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.17%
GREEN value IS 151 (59.38% from 255) = 29.90%
BLUE value IS 136 (53.52% from 255) = 26.93%
R=43.17%
G=29.90%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815113600.310.380.1510.9852.5669.41
HexDA978801F26Fb3545
Octal33222721003746171365105
Binary110110101001011110001000011111100110111110111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9788; }

 p { color: rgb(218,151,136); }

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

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

 a { background-color: rgb(218,151,136); }

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

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

 span { border-color: rgb(218,151,136); }

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