#DB938E

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

Shades of Petite Orchid #DB938E

Tints of Petite Orchid #DB938E

Color information

#DB938E (or 0xDB938E) is unknown color: approx Petite Orchid. HEX triplet: DB, 93 and 8E. RGB value is (219,147,142). Sum of RGB (Red+Green+Blue) = 219+147+142=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 147 (57.81% from 255 or 28.94% from 508); Blue value is 142 (55.86% from 255 or 27.95% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DB938E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB938E is #246C71. Grayscale: #A8A8A8. Windows color (decimal): -2387058 or 9343963. OLE color: 9343963.

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

Color convert

RGB219147142-
CMYK00.330.350.14
HSL3.9º51.68%70.78%-
HSV(B)3.9º35.16%85.88%-
XYZ44.5337.8830.56-
YUV167.96113.35164.41-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.11%
GREEN value IS 147 (57.81% from 255) = 28.94%
BLUE value IS 142 (55.86% from 255) = 27.95%
R=43.11%
G=28.94%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914714200.330.350.143.951.6870.78
HexDB938E02123E43447
Octal3332232160414316464107
Binary110110111001001110001110010000110001111101001101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB938E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB938E; }

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

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

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

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

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

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

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

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