#DB9587

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

Shades of Petite Orchid #DB9587

Tints of Petite Orchid #DB9587

Color information

#DB9587 (or 0xDB9587) is unknown color: approx Petite Orchid. HEX triplet: DB, 95 and 87. RGB value is (219,149,135). Sum of RGB (Red+Green+Blue) = 219+149+135=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 149 (58.59% from 255 or 29.62% from 503); Blue value is 135 (53.12% from 255 or 26.84% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9587 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9587 is #246A78. Grayscale: #A8A8A8. Windows color (decimal): -2386553 or 8885723. OLE color: 8885723.

HSL color Cylindrical-coordinate representation of color #DB9587: hue angle of 10º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB9587 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB219149135-
CMYK00.320.380.14
HSL10º53.85%69.41%-
HSV(B)10º38.36%85.88%-
XYZ44.3338.327.98-
YUV168.33109.19164.14-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.54%
GREEN value IS 149 (58.59% from 255) = 29.62%
BLUE value IS 135 (53.12% from 255) = 26.84%
R=43.54%
G=29.62%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914913500.320.380.141053.8569.41
HexDB958702026Ea3645
Octal33322520704046161266105
Binary1101101110010101100001110100000100110111010101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9587; }

 p { color: rgb(219,149,135); }

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

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

 a { background-color: rgb(219,149,135); }

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

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

 span { border-color: rgb(219,149,135); }

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