#DB9486

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

Shades of Petite Orchid #DB9486

Tints of Petite Orchid #DB9486

Color information

#DB9486 (or 0xDB9486) is unknown color: approx Petite Orchid. HEX triplet: DB, 94 and 86. RGB value is (219,148,134). Sum of RGB (Red+Green+Blue) = 219+148+134=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 148 (58.20% from 255 or 29.54% from 501); Blue value is 134 (52.73% from 255 or 26.75% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9486 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9486 is #246B79. Grayscale: #A7A7A7. Windows color (decimal): -2386810 or 8819931. OLE color: 8819931.

HSL color Cylindrical-coordinate representation of color #DB9486: hue angle of 9.88º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DB9486 is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB219148134-
CMYK00.320.390.14
HSL9.88º54.14%69.22%-
HSV(B)9.88º38.81%85.88%-
XYZ44.1137.9627.56-
YUV167.63109.02164.64-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.71%
GREEN value IS 148 (58.20% from 255) = 29.54%
BLUE value IS 134 (52.73% from 255) = 26.75%
R=43.71%
G=29.54%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914813400.320.390.149.8854.1469.22
HexDB948602027Ea3645
Octal33322420604047161266105
Binary1101101110010100100001100100000100111111010101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9486; }

 p { color: rgb(219,148,134); }

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

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

 a { background-color: rgb(219,148,134); }

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

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

 span { border-color: rgb(219,148,134); }

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