#DB9491

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

Shades of Petite Orchid #DB9491

Tints of Petite Orchid #DB9491

Color information

#DB9491 (or 0xDB9491) is unknown color: approx Petite Orchid. HEX triplet: DB, 94 and 91. RGB value is (219,148,145). Sum of RGB (Red+Green+Blue) = 219+148+145=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 148 (58.20% from 255 or 28.91% from 512); Blue value is 145 (57.03% from 255 or 28.32% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9491 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9491 is #246B6E. Grayscale: #A8A8A8. Windows color (decimal): -2386799 or 9540827. OLE color: 9540827.

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

Color convert

RGB219148145-
CMYK00.320.340.14
HSL2.43º50.68%71.37%-
HSV(B)2.43º33.79%85.88%-
XYZ44.9138.2831.81-
YUV168.89114.52163.74-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.77%
GREEN value IS 148 (58.20% from 255) = 28.91%
BLUE value IS 145 (57.03% from 255) = 28.32%
R=42.77%
G=28.91%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914814500.320.340.142.4350.6871.37
HexDB949102022E23347
Octal3332242210404216263107
Binary11011011100101001001000101000001000101110101100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9491; }

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

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

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

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

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

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

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

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