#DA9691

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

Shades of Petite Orchid #DA9691

Tints of Petite Orchid #DA9691

Color information

#DA9691 (or 0xDA9691) is unknown color: approx Petite Orchid. HEX triplet: DA, 96 and 91. RGB value is (218,150,145). Sum of RGB (Red+Green+Blue) = 218+150+145=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 150 (58.98% from 255 or 29.24% from 513); Blue value is 145 (57.03% from 255 or 28.27% from 513); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9691 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9691 is #25696E. Grayscale: #A9A9A9. Windows color (decimal): -2451823 or 9541338. OLE color: 9541338.

HSL color Cylindrical-coordinate representation of color #DA9691: hue angle of 4.11º 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 #DA9691 is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB218150145-
CMYK00.310.330.15
HSL4.11º49.66%71.18%-
HSV(B)4.11º33.49%85.49%-
XYZ44.9338.7631.9-
YUV169.76114.03162.41-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.50%
GREEN value IS 150 (58.98% from 255) = 29.24%
BLUE value IS 145 (57.03% from 255) = 28.27%
R=42.50%
G=29.24%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815014500.310.330.154.1149.6671.18
HexDA969101F21F43247
Octal3322262210374117462107
Binary11011010100101101001000101111110000111111001100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9691; }

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

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

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

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

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

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

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

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