#DA918A

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

Shades of Petite Orchid #DA918A

Tints of Petite Orchid #DA918A

Color information

#DA918A (or 0xDA918A) is unknown color: approx Petite Orchid. HEX triplet: DA, 91 and 8A. RGB value is (218,145,138). Sum of RGB (Red+Green+Blue) = 218+145+138=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 145 (57.03% from 255 or 28.94% from 501); Blue value is 138 (54.30% from 255 or 27.54% from 501); Max value from RGB is 218 - color contains mainly: red. Hex color #DA918A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA918A is #256E75. Grayscale: #A6A6A6. Windows color (decimal): -2453110 or 9081306. OLE color: 9081306.

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

Color convert

RGB218145138-
CMYK00.330.370.15
HSL5.25º51.95%69.8%-
HSV(B)5.25º36.7%85.49%-
XYZ43.6336.9928.89-
YUV166.03112.18165.07-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.51%
GREEN value IS 145 (57.03% from 255) = 28.94%
BLUE value IS 138 (54.30% from 255) = 27.54%
R=43.51%
G=28.94%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814513800.330.370.155.2551.9569.8
HexDA918A02125F53446
Octal3322212120414517564106
Binary110110101001000110001010010000110010111111011101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA918A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA918A; }

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

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

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

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

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

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

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

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