#DB988F

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

Shades of Petite Orchid #DB988F

Tints of Petite Orchid #DB988F

Color information

#DB988F (or 0xDB988F) is unknown color: approx Petite Orchid. HEX triplet: DB, 98 and 8F. RGB value is (219,152,143). Sum of RGB (Red+Green+Blue) = 219+152+143=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 152 (59.77% from 255 or 29.57% from 514); Blue value is 143 (56.25% from 255 or 27.82% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DB988F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB988F is #246770. Grayscale: #ABABAB. Windows color (decimal): -2385777 or 9410779. OLE color: 9410779.

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

Color convert

RGB219152143-
CMYK00.310.350.14
HSL7.11º51.35%70.98%-
HSV(B)7.11º34.7%85.88%-
XYZ45.439.531.22-
YUV171.01112.2162.23-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.61%
GREEN value IS 152 (59.77% from 255) = 29.57%
BLUE value IS 143 (56.25% from 255) = 27.82%
R=42.61%
G=29.57%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915214300.310.350.147.1151.3570.98
HexDB988F01F23E73347
Octal3332302170374316763107
Binary11011011100110001000111101111110001111101111100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB988F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB988F; }

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

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

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

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

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

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

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

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