Html Css Color HEX #DB9997 Petite Orchid

📋 copy color: '#DB9997'

red 219 ◦ green 153 ◦ blue 151

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

Shades of Petite Orchid #DB9997

Tints of Petite Orchid #DB9997

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.25%

 BLUE value IS 151 (59.38% from 255) = 28.87%

R = 41.87%
G = 29.25%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DB9997 (or 0xDB9997) is known color: Petite Orchid. HEX triplet: DB, 99 and 97. RGB value is (219,153,151). Sum of RGB (Red+Green+Blue) = 219+153+151=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 153 (60.16% from 255 or 29.25% from 523); Blue value is 151 (59.38% from 255 or 28.87% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9997 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9997 is #246668. Grayscale: #ACACAC. Windows color (decimal): -2385513 or 9935323. OLE color: 9935323.

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

Color convert

RGB 219 153 151 -
CMYK 0 0.30 0.31 0.14
HSL 1.76º 0.49% 0.73% -
HSV(B) 1.76º 0.31% 0.86% -
XYZ 46.19 40.08 34.58 -
YUV 172.51 115.87 161.16 -
System Red Green Blue C M Y K H S L
Decimal 219 153 151 0 0.30 0.31 0.14 1.76 0.49 0.73
Hex DB 99 97 0 1E 1F E 2 31 49
Octal 333 231 227 0 36 37 16 2 61 111
Binary 11011011 10011001 10010111 0 11110 11111 1110 10 110001 1001001

Color Harmonies of #DB9997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9997

Black with #DB9997

Text Example


Text Example

White with #DB9997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9997; }

 p { color: rgb(219,153,151); }

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

background-color css

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

 a { background-color: rgb(219,153,151); }

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

border-color css

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

 span { border-color: rgb(219,153,151); }

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