#DB908F

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

Shades of Petite Orchid #DB908F

Tints of Petite Orchid #DB908F

Color information

#DB908F (or 0xDB908F) is unknown color: approx Petite Orchid. HEX triplet: DB, 90 and 8F. RGB value is (219,144,143). Sum of RGB (Red+Green+Blue) = 219+144+143=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 144 (56.64% from 255 or 28.46% from 506); Blue value is 143 (56.25% from 255 or 28.26% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DB908F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB908F is #246F70. Grayscale: #A6A6A6. Windows color (decimal): -2387825 or 9408731. OLE color: 9408731.

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

Color convert

RGB219144143-
CMYK00.340.350.14
HSL0.79º51.35%70.98%-
HSV(B)0.79º34.7%85.88%-
XYZ44.1436.9930.8-
YUV166.31114.85165.58-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.28%
GREEN value IS 144 (56.64% from 255) = 28.46%
BLUE value IS 143 (56.25% from 255) = 28.26%
R=43.28%
G=28.46%
B=28.26%

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
Decimal21914414300.340.350.140.7951.3570.98
HexDB908F02223E13347
Octal3332202170424316163107
Binary1101101110010000100011110100010100011111011100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB908F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB908F; }

 p { color: rgb(219,144,143); }

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

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

 a { background-color: rgb(219,144,143); }

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

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

 span { border-color: rgb(219,144,143); }

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