#DB9792

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

Shades of Petite Orchid #DB9792

Tints of Petite Orchid #DB9792

Color information

#DB9792 (or 0xDB9792) is unknown color: approx Petite Orchid. HEX triplet: DB, 97 and 92. RGB value is (219,151,146). Sum of RGB (Red+Green+Blue) = 219+151+146=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 151 (59.38% from 255 or 29.26% from 516); Blue value is 146 (57.42% from 255 or 28.29% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9792 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9792 is #24686D. Grayscale: #AAAAAA. Windows color (decimal): -2386030 or 9607131. OLE color: 9607131.

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

Color convert

RGB219151146-
CMYK00.310.330.14
HSL4.11º50.34%71.57%-
HSV(B)4.11º33.33%85.88%-
XYZ45.4739.2732.38-
YUV170.76114.03162.41-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.44%
GREEN value IS 151 (59.38% from 255) = 29.26%
BLUE value IS 146 (57.42% from 255) = 28.29%
R=42.44%
G=29.26%
B=28.29%

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
Decimal21915114600.310.330.144.1150.3471.57
HexDB979201F21E43248
Octal3332272220374116462110
Binary11011011100101111001001001111110000111101001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9792; }

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

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

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

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

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

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

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

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