Html Css Color HEX #DB9B8B Petite Orchid

📋 copy color: '#DB9B8B'

red 219 ◦ green 155 ◦ blue 139

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

Shades of Petite Orchid #DB9B8B

Tints of Petite Orchid #DB9B8B

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.21%

 BLUE value IS 139 (54.69% from 255) = 27.1%

R = 42.69%
G = 30.21%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB9B8B (or 0xDB9B8B) is known color: Petite Orchid. HEX triplet: DB, 9B and 8B. RGB value is (219,155,139). Sum of RGB (Red+Green+Blue) = 219+155+139=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 155 (60.94% from 255 or 30.21% from 513); Blue value is 139 (54.69% from 255 or 27.10% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9B8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9B8B is #246474. Grayscale: #ACACAC. Windows color (decimal): -2385013 or 9149403. OLE color: 9149403.

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

Color convert

RGB 219 155 139 -
CMYK 0 0.29 0.37 0.14
HSL 12º 0.53% 0.7% -
HSV(B) 12º 0.37% 0.86% -
XYZ 45.59 40.37 29.81 -
YUV 172.31 109.2 161.3 -
System Red Green Blue C M Y K H S L
Decimal 219 155 139 0 0.29 0.37 0.14 12 0.53 0.7
Hex DB 9B 8B 0 1D 25 E C 35 46
Octal 333 233 213 0 35 45 16 14 65 106
Binary 11011011 10011011 10001011 0 11101 100101 1110 1100 110101 1000110

Color Harmonies of #DB9B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9B8B

Black with #DB9B8B

Text Example


Text Example

White with #DB9B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9B8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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