Html Css Color HEX #DB9E96 Petite Orchid

📋 copy color: '#DB9E96'

red 219 ◦ green 158 ◦ blue 150

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

Shades of Petite Orchid #DB9E96

Tints of Petite Orchid #DB9E96

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.98%

 BLUE value IS 150 (58.98% from 255) = 28.46%

R = 41.56%
G = 29.98%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB9E96 (or 0xDB9E96) is known color: Petite Orchid. HEX triplet: DB, 9E and 96. RGB value is (219,158,150). Sum of RGB (Red+Green+Blue) = 219+158+150=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 158 (62.11% from 255 or 29.98% from 527); Blue value is 150 (58.98% from 255 or 28.46% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9E96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9E96 is #246169. Grayscale: #AFAFAF. Windows color (decimal): -2384234 or 9871067. OLE color: 9871067.

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

Color convert

RGB 219 158 150 -
CMYK 0 0.28 0.32 0.14
HSL 6.96º 0.49% 0.72% -
HSV(B) 6.96º 0.32% 0.86% -
XYZ 46.95 41.72 34.43 -
YUV 175.33 113.71 159.15 -
System Red Green Blue C M Y K H S L
Decimal 219 158 150 0 0.28 0.32 0.14 6.96 0.49 0.72
Hex DB 9E 96 0 1C 20 E 7 31 48
Octal 333 236 226 0 34 40 16 7 61 110
Binary 11011011 10011110 10010110 0 11100 100000 1110 111 110001 1001000

Color Harmonies of #DB9E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9E96

Black with #DB9E96

Text Example


Text Example

White with #DB9E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9E96; }

 p { color: rgb(219,158,150); }

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

background-color css

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

 a { background-color: rgb(219,158,150); }

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

border-color css

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

 span { border-color: rgb(219,158,150); }

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