#DB9A92

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

Shades of Petite Orchid #DB9A92

Tints of Petite Orchid #DB9A92

Color information

#DB9A92 (or 0xDB9A92) is unknown color: approx Petite Orchid. HEX triplet: DB, 9A and 92. RGB value is (219,154,146). Sum of RGB (Red+Green+Blue) = 219+154+146=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 154 (60.55% from 255 or 29.67% from 519); Blue value is 146 (57.42% from 255 or 28.13% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9A92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9A92 is #24656D. Grayscale: #ACACAC. Windows color (decimal): -2385262 or 9607899. OLE color: 9607899.

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

Color convert

RGB219154146-
CMYK00.300.330.14
HSL6.58º50.34%71.57%-
HSV(B)6.58º33.33%85.88%-
XYZ45.9640.2532.54-
YUV172.52113.03161.15-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.20%
GREEN value IS 154 (60.55% from 255) = 29.67%
BLUE value IS 146 (57.42% from 255) = 28.13%
R=42.20%
G=29.67%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915414600.300.330.146.5850.3471.57
HexDB9A9201E21E73248
Octal3332322220364116762110
Binary11011011100110101001001001111010000111101111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9A92; }

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

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

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

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

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

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

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

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