#DB9A8F

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

Shades of Petite Orchid #DB9A8F

Tints of Petite Orchid #DB9A8F

Color information

#DB9A8F (or 0xDB9A8F) is unknown color: approx Petite Orchid. HEX triplet: DB, 9A and 8F. RGB value is (219,154,143). Sum of RGB (Red+Green+Blue) = 219+154+143=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 154 (60.55% from 255 or 29.84% from 516); Blue value is 143 (56.25% from 255 or 27.71% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9A8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9A8F is #246570. Grayscale: #ACACAC. Windows color (decimal): -2385265 or 9411291. OLE color: 9411291.

HSL color Cylindrical-coordinate representation of color #DB9A8F: hue angle of 8.68º degrees, saturation: 0.51, 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 #DB9A8F is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB219154143-
CMYK00.300.350.14
HSL8.68º51.35%70.98%-
HSV(B)8.68º34.7%85.88%-
XYZ45.7340.1531.33-
YUV172.18111.53161.39-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.44%
GREEN value IS 154 (60.55% from 255) = 29.84%
BLUE value IS 143 (56.25% from 255) = 27.71%
R=42.44%
G=29.84%
B=27.71%

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
Decimal21915414300.300.350.148.6851.3570.98
HexDB9A8F01E23E93347
Octal33323221703643161163107
Binary110110111001101010001111011110100011111010011100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9A8F; }

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

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

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

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

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

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

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

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