#DB9593

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

Shades of Petite Orchid #DB9593

Tints of Petite Orchid #DB9593

Color information

#DB9593 (or 0xDB9593) is unknown color: approx Petite Orchid. HEX triplet: DB, 95 and 93. RGB value is (219,149,147). Sum of RGB (Red+Green+Blue) = 219+149+147=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 149 (58.59% from 255 or 28.93% from 515); Blue value is 147 (57.81% from 255 or 28.54% from 515); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9593 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9593 is #246A6C. Grayscale: #A9A9A9. Windows color (decimal): -2386541 or 9672155. OLE color: 9672155.

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

Color convert

RGB219149147-
CMYK00.320.330.14
HSL1.67º50%71.76%-
HSV(B)1.67º32.88%85.88%-
XYZ45.2338.6632.68-
YUV169.7115.19163.16-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.52%
GREEN value IS 149 (58.59% from 255) = 28.93%
BLUE value IS 147 (57.81% from 255) = 28.54%
R=42.52%
G=28.93%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914914700.320.330.141.675071.76
HexDB959302021E23248
Octal3332252230404116262110
Binary11011011100101011001001101000001000011110101100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9593; }

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

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

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

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

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

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

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

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