Html Css Color HEX #DB9392 Petite Orchid

📋 copy color: '#DB9392'

red 219 ◦ green 147 ◦ blue 146

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

Shades of Petite Orchid #DB9392

Tints of Petite Orchid #DB9392

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.71%

 BLUE value IS 146 (57.42% from 255) = 28.52%

R = 42.77%
G = 28.71%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DB9392 (or 0xDB9392) is known color: Petite Orchid. HEX triplet: DB, 93 and 92. RGB value is (219,147,146). Sum of RGB (Red+Green+Blue) = 219+147+146=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 147 (57.81% from 255 or 28.71% from 512); Blue value is 146 (57.42% from 255 or 28.52% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9392 is #246C6D. Grayscale: #A8A8A8. Windows color (decimal): -2387054 or 9606107. OLE color: 9606107.

HSL color Cylindrical-coordinate representation of color #DB9392: hue angle of 0.82º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DB9392 is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 147 146 -
CMYK 0 0.33 0.33 0.14
HSL 0.82º 0.5% 0.72% -
HSV(B) 0.82º 0.33% 0.86% -
XYZ 44.84 38 32.17 -
YUV 168.41 115.35 164.08 -
System Red Green Blue C M Y K H S L
Decimal 219 147 146 0 0.33 0.33 0.14 0.82 0.5 0.72
Hex DB 93 92 0 21 21 E 1 32 48
Octal 333 223 222 0 41 41 16 1 62 110
Binary 11011011 10010011 10010010 0 100001 100001 1110 1 110010 1001000

Color Harmonies of #DB9392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9392

Black with #DB9392

Text Example


Text Example

White with #DB9392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9392; }

 p { color: rgb(219,147,146); }

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

background-color css

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

 a { background-color: rgb(219,147,146); }

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

border-color css

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

 span { border-color: rgb(219,147,146); }

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