#DB9892

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

Shades of Petite Orchid #DB9892

Tints of Petite Orchid #DB9892

Color information

#DB9892 (or 0xDB9892) is unknown color: approx Petite Orchid. HEX triplet: DB, 98 and 92. RGB value is (219,152,146). Sum of RGB (Red+Green+Blue) = 219+152+146=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 152 (59.77% from 255 or 29.40% from 517); Blue value is 146 (57.42% from 255 or 28.24% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9892 is #24676D. Grayscale: #ABABAB. Windows color (decimal): -2385774 or 9607387. OLE color: 9607387.

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

Color convert

RGB219152146-
CMYK00.310.330.14
HSL4.93º50.34%71.57%-
HSV(B)4.93º33.33%85.88%-
XYZ45.6339.5932.43-
YUV171.35113.7161.99-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.36%
GREEN value IS 152 (59.77% from 255) = 29.40%
BLUE value IS 146 (57.42% from 255) = 28.24%
R=42.36%
G=29.40%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915214600.310.330.144.9350.3471.57
HexDB989201F21E53248
Octal3332302220374116562110
Binary11011011100110001001001001111110000111101011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9892; }

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

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

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

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

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

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

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

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