#DA908E

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

Shades of Petite Orchid #DA908E

Tints of Petite Orchid #DA908E

Color information

#DA908E (or 0xDA908E) is unknown color: approx Petite Orchid. HEX triplet: DA, 90 and 8E. RGB value is (218,144,142). Sum of RGB (Red+Green+Blue) = 218+144+142=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 144 (56.64% from 255 or 28.57% from 504); Blue value is 142 (55.86% from 255 or 28.17% from 504); Max value from RGB is 218 - color contains mainly: red. Hex color #DA908E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA908E is #256F71. Grayscale: #A5A5A5. Windows color (decimal): -2453362 or 9343194. OLE color: 9343194.

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

Color convert

RGB218144142-
CMYK00.340.350.15
HSL1.58º50.67%70.59%-
HSV(B)1.58º34.86%85.49%-
XYZ43.7736.830.39-
YUV165.9114.52165.16-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.25%
GREEN value IS 144 (56.64% from 255) = 28.57%
BLUE value IS 142 (55.86% from 255) = 28.17%
R=43.25%
G=28.57%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814414200.340.350.151.5850.6770.59
HexDA908E02223F23347
Octal3322202160424317263107
Binary11011010100100001000111001000101000111111101100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA908E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA908E; }

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

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

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

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

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

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

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

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