#DB908B

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

Shades of Petite Orchid #DB908B

Tints of Petite Orchid #DB908B

Color information

#DB908B (or 0xDB908B) is unknown color: approx Petite Orchid. HEX triplet: DB, 90 and 8B. RGB value is (219,144,139). Sum of RGB (Red+Green+Blue) = 219+144+139=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 144 (56.64% from 255 or 28.69% from 502); Blue value is 139 (54.69% from 255 or 27.69% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DB908B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB908B is #246F74. Grayscale: #A5A5A5. Windows color (decimal): -2387829 or 9146587. OLE color: 9146587.

HSL color Cylindrical-coordinate representation of color #DB908B: hue angle of 3.75º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB908B is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB219144139-
CMYK00.340.370.14
HSL3.75º52.63%70.2%-
HSV(B)3.75º36.53%85.88%-
XYZ43.8536.8729.23-
YUV165.86112.85165.91-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.63%
GREEN value IS 144 (56.64% from 255) = 28.69%
BLUE value IS 139 (54.69% from 255) = 27.69%
R=43.63%
G=28.69%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914413900.340.370.143.7552.6370.2
HexDB908B02225E43546
Octal3332202130424516465106
Binary110110111001000010001011010001010010111101001101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB908B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB908B; }

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

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

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

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

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

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

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

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