#DB9E94

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

Shades of Petite Orchid #DB9E94

Tints of Petite Orchid #DB9E94

Color information

#DB9E94 (or 0xDB9E94) is unknown color: approx Petite Orchid. HEX triplet: DB, 9E and 94. RGB value is (219,158,148). Sum of RGB (Red+Green+Blue) = 219+158+148=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 158 (62.11% from 255 or 30.10% from 525); Blue value is 148 (58.20% from 255 or 28.19% from 525); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9E94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9E94 is #24616B. Grayscale: #AFAFAF. Windows color (decimal): -2384236 or 9739995. OLE color: 9739995.

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

Color convert

RGB219158148-
CMYK00.280.320.14
HSL8.45º49.65%71.96%-
HSV(B)8.45º32.42%85.88%-
XYZ46.7941.6533.59-
YUV175.1112.71159.31-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.71%
GREEN value IS 158 (62.11% from 255) = 30.10%
BLUE value IS 148 (58.20% from 255) = 28.19%
R=41.71%
G=30.10%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915814800.280.320.148.4549.6571.96
HexDB9E9401C20E83248
Octal33323622403440161062110
Binary110110111001111010010100011100100000111010001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9E94; }

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

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

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

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

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

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

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

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