#DB9F9C

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

Shades of Petite Orchid #DB9F9C

Tints of Petite Orchid #DB9F9C

Color information

#DB9F9C (or 0xDB9F9C) is unknown color: approx Petite Orchid. HEX triplet: DB, 9F and 9C. RGB value is (219,159,156). Sum of RGB (Red+Green+Blue) = 219+159+156=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 159 (62.5% from 255 or 29.78% from 534); Blue value is 156 (61.33% from 255 or 29.21% from 534); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9F9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9F9C is #246063. Grayscale: #B0B0B0. Windows color (decimal): -2383972 or 10264539. OLE color: 10264539.

HSL color Cylindrical-coordinate representation of color #DB9F9C: hue angle of 2.86º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DB9F9C is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB219159156-
CMYK00.270.290.14
HSL2.86º46.67%73.53%-
HSV(B)2.86º28.77%85.88%-
XYZ47.6142.2637.1-
YUV176.6116.38158.24-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.01%
GREEN value IS 159 (62.5% from 255) = 29.78%
BLUE value IS 156 (61.33% from 255) = 29.21%
R=41.01%
G=29.78%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915915600.270.290.142.8646.6773.53
HexDB9F9C01B1DE32f4a
Octal3332372340333516357112
Binary110110111001111110011100011011111011110111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9F9C; }

 p { color: rgb(219,159,156); }

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

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

 a { background-color: rgb(219,159,156); }

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

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

 span { border-color: rgb(219,159,156); }

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