#DA9991

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

Shades of Petite Orchid #DA9991

Tints of Petite Orchid #DA9991

Color information

#DA9991 (or 0xDA9991) is unknown color: approx Petite Orchid. HEX triplet: DA, 99 and 91. RGB value is (218,153,145). Sum of RGB (Red+Green+Blue) = 218+153+145=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 153 (60.16% from 255 or 29.65% from 516); Blue value is 145 (57.03% from 255 or 28.10% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9991 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9991 is #25666E. Grayscale: #ABABAB. Windows color (decimal): -2451055 or 9542106. OLE color: 9542106.

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

Color convert

RGB218153145-
CMYK00.300.330.15
HSL6.58º49.66%71.18%-
HSV(B)6.58º33.49%85.49%-
XYZ45.4239.7332.06-
YUV171.52113.03161.15-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.25%
GREEN value IS 153 (60.16% from 255) = 29.65%
BLUE value IS 145 (57.03% from 255) = 28.10%
R=42.25%
G=29.65%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815314500.300.330.156.5849.6671.18
HexDA999101E21F73247
Octal3322312210364117762107
Binary11011010100110011001000101111010000111111111100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9991; }

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

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

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

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

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

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

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

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