Html Css Color HEX #DB9889 Petite Orchid

📋 copy color: '#DB9889'

red 219 ◦ green 152 ◦ blue 137

#DB9889
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Petite Orchid #DB9889

Tints of Petite Orchid #DB9889

RGB

 RED value IS 219 (85.94% from 255) = 43.11%

 GREEN value IS 152 (59.77% from 255) = 29.92%

 BLUE value IS 137 (53.91% from 255) = 26.97%

R = 43.11%
G = 29.92%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB9889 (or 0xDB9889) is known color: Petite Orchid. HEX triplet: DB, 98 and 89. RGB value is (219,152,137). Sum of RGB (Red+Green+Blue) = 219+152+137=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 152 (59.77% from 255 or 29.92% from 508); Blue value is 137 (53.91% from 255 or 26.97% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9889 is #246776. Grayscale: #AAAAAA. Windows color (decimal): -2385783 or 9017563. OLE color: 9017563.

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

Color convert

RGB 219 152 137 -
CMYK 0 0.31 0.37 0.14
HSL 10.98º 0.53% 0.7% -
HSV(B) 10.98º 0.37% 0.86% -
XYZ 44.96 39.32 28.89 -
YUV 170.32 109.2 162.72 -
System Red Green Blue C M Y K H S L
Decimal 219 152 137 0 0.31 0.37 0.14 10.98 0.53 0.7
Hex DB 98 89 0 1F 25 E B 35 46
Octal 333 230 211 0 37 45 16 13 65 106
Binary 11011011 10011000 10001001 0 11111 100101 1110 1011 110101 1000110

Color Harmonies of #DB9889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9889

Black with #DB9889

Text Example


Text Example

White with #DB9889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9889; }

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

 H1.HeaderClassName
 {
   color: #DB9889;
 }
 .AnyTagClassName
 {
   color: #DB9889;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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