#DB918E

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

Shades of Petite Orchid #DB918E

Tints of Petite Orchid #DB918E

Color information

#DB918E (or 0xDB918E) is unknown color: approx Petite Orchid. HEX triplet: DB, 91 and 8E. RGB value is (219,145,142). Sum of RGB (Red+Green+Blue) = 219+145+142=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 145 (57.03% from 255 or 28.66% from 506); Blue value is 142 (55.86% from 255 or 28.06% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DB918E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB918E is #246E71. Grayscale: #A6A6A6. Windows color (decimal): -2387570 or 9343451. OLE color: 9343451.

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

Color convert

RGB219145142-
CMYK00.340.350.14
HSL2.34º51.68%70.78%-
HSV(B)2.34º35.16%85.88%-
XYZ44.2237.2630.45-
YUV166.78114.02165.24-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.28%
GREEN value IS 145 (57.03% from 255) = 28.66%
BLUE value IS 142 (55.86% from 255) = 28.06%
R=43.28%
G=28.66%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914514200.340.350.142.3451.6870.78
HexDB918E02223E23447
Octal3332212160424316264107
Binary11011011100100011000111001000101000111110101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB918E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB918E; }

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

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

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

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

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

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

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

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