Html Css Color HEX #DB9C97 Petite Orchid

📋 copy color: '#DB9C97'

red 219 ◦ green 156 ◦ blue 151

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

Shades of Petite Orchid #DB9C97

Tints of Petite Orchid #DB9C97

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.66%

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

R = 41.63%
G = 29.66%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DB9C97 (or 0xDB9C97) is known color: Petite Orchid. HEX triplet: DB, 9C and 97. RGB value is (219,156,151). Sum of RGB (Red+Green+Blue) = 219+156+151=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 156 (61.33% from 255 or 29.66% from 526); Blue value is 151 (59.38% from 255 or 28.71% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9C97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9C97 is #246368. Grayscale: #AEAEAE. Windows color (decimal): -2384745 or 9936091. OLE color: 9936091.

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

Color convert

RGB 219 156 151 -
CMYK 0 0.29 0.31 0.14
HSL 4.41º 0.49% 0.73% -
HSV(B) 4.41º 0.31% 0.86% -
XYZ 46.69 41.07 34.75 -
YUV 174.27 114.87 159.91 -
System Red Green Blue C M Y K H S L
Decimal 219 156 151 0 0.29 0.31 0.14 4.41 0.49 0.73
Hex DB 9C 97 0 1D 1F E 4 31 49
Octal 333 234 227 0 35 37 16 4 61 111
Binary 11011011 10011100 10010111 0 11101 11111 1110 100 110001 1001001

Color Harmonies of #DB9C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9C97

Black with #DB9C97

Text Example


Text Example

White with #DB9C97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9C97; }

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

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

background-color css

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

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

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

border-color css

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

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

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