Html Css Color HEX #DB918A Petite Orchid

📋 copy color: '#DB918A'

red 219 ◦ green 145 ◦ blue 138

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

Shades of Petite Orchid #DB918A

Tints of Petite Orchid #DB918A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.88%

 BLUE value IS 138 (54.3% from 255) = 27.49%

R = 43.63%
G = 28.88%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB918A (or 0xDB918A) is known color: Petite Orchid. HEX triplet: DB, 91 and 8A. RGB value is (219,145,138). Sum of RGB (Red+Green+Blue) = 219+145+138=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 145 (57.03% from 255 or 28.88% from 502); Blue value is 138 (54.30% from 255 or 27.49% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DB918A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB918A is #246E75. Grayscale: #A6A6A6. Windows color (decimal): -2387574 or 9081307. OLE color: 9081307.

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

Color convert

RGB 219 145 138 -
CMYK 0 0.34 0.37 0.14
HSL 5.19º 0.53% 0.7% -
HSV(B) 5.19º 0.37% 0.86% -
XYZ 43.93 37.15 28.9 -
YUV 166.33 112.02 165.57 -
System Red Green Blue C M Y K H S L
Decimal 219 145 138 0 0.34 0.37 0.14 5.19 0.53 0.7
Hex DB 91 8A 0 22 25 E 5 35 46
Octal 333 221 212 0 42 45 16 5 65 106
Binary 11011011 10010001 10001010 0 100010 100101 1110 101 110101 1000110

Color Harmonies of #DB918A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB918A

Black with #DB918A

Text Example


Text Example

White with #DB918A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB918A; }

 p { color: rgb(219,145,138); }

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

background-color css

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

 a { background-color: rgb(219,145,138); }

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

border-color css

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

 span { border-color: rgb(219,145,138); }

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