Html Css Color HEX #DB8E8B Petite Orchid

📋 copy color: '#DB8E8B'

red 219 ◦ green 142 ◦ blue 139

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

Shades of Petite Orchid #DB8E8B

Tints of Petite Orchid #DB8E8B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.4%

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

R = 43.8%
G = 28.4%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB8E8B (or 0xDB8E8B) is known color: Petite Orchid. HEX triplet: DB, 8E and 8B. RGB value is (219,142,139). Sum of RGB (Red+Green+Blue) = 219+142+139=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 142 (55.86% from 255 or 28.4% from 500); Blue value is 139 (54.69% from 255 or 27.8% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8E8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8E8B is #247174. Grayscale: #A4A4A4. Windows color (decimal): -2388341 or 9146075. OLE color: 9146075.

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

Color convert

RGB 219 142 139 -
CMYK 0 0.35 0.37 0.14
HSL 2.25º 0.53% 0.7% -
HSV(B) 2.25º 0.37% 0.86% -
XYZ 43.55 36.27 29.13 -
YUV 164.68 113.51 166.74 -
System Red Green Blue C M Y K H S L
Decimal 219 142 139 0 0.35 0.37 0.14 2.25 0.53 0.7
Hex DB 8E 8B 0 23 25 E 2 35 46
Octal 333 216 213 0 43 45 16 2 65 106
Binary 11011011 10001110 10001011 0 100011 100101 1110 10 110101 1000110

Color Harmonies of #DB8E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8E8B

Black with #DB8E8B

Text Example


Text Example

White with #DB8E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8E8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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