#DA908F

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

Shades of Petite Orchid #DA908F

Tints of Petite Orchid #DA908F

Color information

#DA908F (or 0xDA908F) is unknown color: approx Petite Orchid. HEX triplet: DA, 90 and 8F. RGB value is (218,144,143). Sum of RGB (Red+Green+Blue) = 218+144+143=505 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.17% from 505); Green value is 144 (56.64% from 255 or 28.51% from 505); Blue value is 143 (56.25% from 255 or 28.32% from 505); Max value from RGB is 218 - color contains mainly: red. Hex color #DA908F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA908F is #256F70. Grayscale: #A6A6A6. Windows color (decimal): -2453361 or 9408730. OLE color: 9408730.

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

Color convert

RGB218144143-
CMYK00.340.340.15
HSL0.8º50.34%70.78%-
HSV(B)0.8º34.4%85.49%-
XYZ43.8436.8430.79-
YUV166.01115.02165.08-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.17%
GREEN value IS 144 (56.64% from 255) = 28.51%
BLUE value IS 143 (56.25% from 255) = 28.32%
R=43.17%
G=28.51%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814414300.340.340.150.850.3470.78
HexDA908F02222F13247
Octal3322202170424217162107
Binary1101101010010000100011110100010100010111111100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA908F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA908F; }

 p { color: rgb(218,144,143); }

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

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

 a { background-color: rgb(218,144,143); }

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

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

 span { border-color: rgb(218,144,143); }

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