Html Css Color HEX #DB938E Petite Orchid

📋 copy color: '#DB938E'

red 219 ◦ green 147 ◦ blue 142

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

Shades of Petite Orchid #DB938E

Tints of Petite Orchid #DB938E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27.95%

R = 43.11%
G = 28.94%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DB938E (or 0xDB938E) is known color: Petite Orchid. HEX triplet: DB, 93 and 8E. RGB value is (219,147,142). Sum of RGB (Red+Green+Blue) = 219+147+142=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 147 (57.81% from 255 or 28.94% from 508); Blue value is 142 (55.86% from 255 or 27.95% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DB938E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB938E is #246C71. Grayscale: #A8A8A8. Windows color (decimal): -2387058 or 9343963. OLE color: 9343963.

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

Color convert

RGB 219 147 142 -
CMYK 0 0.33 0.35 0.14
HSL 3.9º 0.52% 0.71% -
HSV(B) 3.9º 0.35% 0.86% -
XYZ 44.53 37.88 30.56 -
YUV 167.96 113.35 164.41 -
System Red Green Blue C M Y K H S L
Decimal 219 147 142 0 0.33 0.35 0.14 3.9 0.52 0.71
Hex DB 93 8E 0 21 23 E 4 34 47
Octal 333 223 216 0 41 43 16 4 64 107
Binary 11011011 10010011 10001110 0 100001 100011 1110 100 110100 1000111

Color Harmonies of #DB938E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB938E

Black with #DB938E

Text Example


Text Example

White with #DB938E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB938E; }

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

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

background-color css

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

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

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

border-color css

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

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

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