#DB9A8E

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

Shades of Petite Orchid #DB9A8E

Tints of Petite Orchid #DB9A8E

Color information

#DB9A8E (or 0xDB9A8E) is unknown color: approx Petite Orchid. HEX triplet: DB, 9A and 8E. RGB value is (219,154,142). Sum of RGB (Red+Green+Blue) = 219+154+142=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 154 (60.55% from 255 or 29.90% from 515); Blue value is 142 (55.86% from 255 or 27.57% from 515); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9A8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9A8E is #246571. Grayscale: #ACACAC. Windows color (decimal): -2385266 or 9345755. OLE color: 9345755.

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

Color convert

RGB219154142-
CMYK00.300.350.14
HSL9.35º51.68%70.78%-
HSV(B)9.35º35.16%85.88%-
XYZ45.6540.1230.93-
YUV172.07111.03161.48-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.52%
GREEN value IS 154 (60.55% from 255) = 29.90%
BLUE value IS 142 (55.86% from 255) = 27.57%
R=42.52%
G=29.90%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915414200.300.350.149.3551.6870.78
HexDB9A8E01E23E93447
Octal33323221603643161164107
Binary110110111001101010001110011110100011111010011101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9A8E; }

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

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

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

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

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

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

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

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