#DB9490

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

Shades of Petite Orchid #DB9490

Tints of Petite Orchid #DB9490

Color information

#DB9490 (or 0xDB9490) is unknown color: approx Petite Orchid. HEX triplet: DB, 94 and 90. RGB value is (219,148,144). Sum of RGB (Red+Green+Blue) = 219+148+144=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 148 (58.20% from 255 or 28.96% from 511); Blue value is 144 (56.64% from 255 or 28.18% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9490 is #246B6F. Grayscale: #A8A8A8. Windows color (decimal): -2386800 or 9475291. OLE color: 9475291.

HSL color Cylindrical-coordinate representation of color #DB9490: hue angle of 3.2º 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 #DB9490 is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB219148144-
CMYK00.320.340.14
HSL3.2º51.02%71.18%-
HSV(B)3.2º34.25%85.88%-
XYZ44.8438.2531.41-
YUV168.77114.02163.83-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.86%
GREEN value IS 148 (58.20% from 255) = 28.96%
BLUE value IS 144 (56.64% from 255) = 28.18%
R=42.86%
G=28.96%
B=28.18%

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
Decimal21914814400.320.340.143.251.0271.18
HexDB949002022E33347
Octal3332242200404216363107
Binary11011011100101001001000001000001000101110111100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9490; }

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

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

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

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

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

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

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

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