#DB948E

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

Shades of Petite Orchid #DB948E

Tints of Petite Orchid #DB948E

Color information

#DB948E (or 0xDB948E) is unknown color: approx Petite Orchid. HEX triplet: DB, 94 and 8E. RGB value is (219,148,142). Sum of RGB (Red+Green+Blue) = 219+148+142=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 148 (58.20% from 255 or 29.08% from 509); Blue value is 142 (55.86% from 255 or 27.90% from 509); Max value from RGB is 219 - color contains mainly: red. Hex color #DB948E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB948E is #246B71. Grayscale: #A8A8A8. Windows color (decimal): -2386802 or 9344219. OLE color: 9344219.

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

Color convert

RGB219148142-
CMYK00.320.350.14
HSL4.68º51.68%70.78%-
HSV(B)4.68º35.16%85.88%-
XYZ44.6938.1930.61-
YUV168.54113.02163.99-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.03%
GREEN value IS 148 (58.20% from 255) = 29.08%
BLUE value IS 142 (55.86% from 255) = 27.90%
R=43.03%
G=29.08%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914814200.320.350.144.6851.6870.78
HexDB948E02023E53447
Octal3332242160404316564107
Binary110110111001010010001110010000010001111101011101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB948E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB948E; }

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

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

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

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

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

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

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

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