#DB9894

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

Shades of Petite Orchid #DB9894

Tints of Petite Orchid #DB9894

Color information

#DB9894 (or 0xDB9894) is unknown color: approx Petite Orchid. HEX triplet: DB, 98 and 94. RGB value is (219,152,148). Sum of RGB (Red+Green+Blue) = 219+152+148=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 152 (59.77% from 255 or 29.29% from 519); Blue value is 148 (58.20% from 255 or 28.52% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9894 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9894 is #24676B. Grayscale: #ABABAB. Windows color (decimal): -2385772 or 9738459. OLE color: 9738459.

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

Color convert

RGB219152148-
CMYK00.310.320.14
HSL3.38º49.65%71.96%-
HSV(B)3.38º32.42%85.88%-
XYZ45.7939.6533.26-
YUV171.58114.7161.83-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.20%
GREEN value IS 152 (59.77% from 255) = 29.29%
BLUE value IS 148 (58.20% from 255) = 28.52%
R=42.20%
G=29.29%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915214800.310.320.143.3849.6571.96
HexDB989401F20E33248
Octal3332302240374016362110
Binary1101101110011000100101000111111000001110111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9894; }

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

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

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

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

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

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

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

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