#DB9290

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

Shades of Petite Orchid #DB9290

Tints of Petite Orchid #DB9290

Color information

#DB9290 (or 0xDB9290) is unknown color: approx Petite Orchid. HEX triplet: DB, 92 and 90. RGB value is (219,146,144). Sum of RGB (Red+Green+Blue) = 219+146+144=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 146 (57.42% from 255 or 28.68% from 509); Blue value is 144 (56.64% from 255 or 28.29% from 509); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9290 is #246D6F. Grayscale: #A7A7A7. Windows color (decimal): -2387312 or 9474779. OLE color: 9474779.

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

Color convert

RGB219146144-
CMYK00.330.340.14
HSL1.6º51.02%71.18%-
HSV(B)1.6º34.25%85.88%-
XYZ44.5337.6331.3-
YUV167.6114.68164.66-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.03%
GREEN value IS 146 (57.42% from 255) = 28.68%
BLUE value IS 144 (56.64% from 255) = 28.29%
R=43.03%
G=28.68%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914614400.330.340.141.651.0271.18
HexDB929002122E23347
Octal3332222200414216263107
Binary11011011100100101001000001000011000101110101100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9290; }

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

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

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

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

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

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

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

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