#DA9594

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

Shades of Petite Orchid #DA9594

Tints of Petite Orchid #DA9594

Color information

#DA9594 (or 0xDA9594) is unknown color: approx Petite Orchid. HEX triplet: DA, 95 and 94. RGB value is (218,149,148). Sum of RGB (Red+Green+Blue) = 218+149+148=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 149 (58.59% from 255 or 28.93% from 515); Blue value is 148 (58.20% from 255 or 28.74% from 515); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9594 is #256A6B. Grayscale: #A9A9A9. Windows color (decimal): -2452076 or 9737690. OLE color: 9737690.

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

Color convert

RGB218149148-
CMYK00.320.320.15
HSL0.86º48.61%71.76%-
HSV(B)0.86º32.11%85.49%-
XYZ45.0138.5433.08-
YUV169.52115.86162.58-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.33%
GREEN value IS 149 (58.59% from 255) = 28.93%
BLUE value IS 148 (58.20% from 255) = 28.74%
R=42.33%
G=28.93%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814914800.320.320.150.8648.6171.76
HexDA959402020F13148
Octal3322252240404017161110
Binary1101101010010101100101000100000100000111111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9594; }

 p { color: rgb(218,149,148); }

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

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

 a { background-color: rgb(218,149,148); }

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

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

 span { border-color: rgb(218,149,148); }

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