#DB8F8C

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

Shades of Petite Orchid #DB8F8C

Tints of Petite Orchid #DB8F8C

Color information

#DB8F8C (or 0xDB8F8C) is unknown color: approx Petite Orchid. HEX triplet: DB, 8F and 8C. RGB value is (219,143,140). Sum of RGB (Red+Green+Blue) = 219+143+140=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 143 (56.25% from 255 or 28.49% from 502); Blue value is 140 (55.08% from 255 or 27.89% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8F8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8F8C is #247073. Grayscale: #A5A5A5. Windows color (decimal): -2388084 or 9211867. OLE color: 9211867.

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

Color convert

RGB219143140-
CMYK00.350.360.14
HSL2.28º52.32%70.39%-
HSV(B)2.28º36.07%85.88%-
XYZ43.7736.629.57-
YUV165.38113.68166.24-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.63%
GREEN value IS 143 (56.25% from 255) = 28.49%
BLUE value IS 140 (55.08% from 255) = 27.89%
R=43.63%
G=28.49%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914314000.350.360.142.2852.3270.39
HexDB8F8C02324E23446
Octal3332172140434416264106
Binary11011011100011111000110001000111001001110101101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8F8C; }

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

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

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

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

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

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

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

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