Html Css Color HEX #DB9A97 Petite Orchid

📋 copy color: '#DB9A97'

red 219 ◦ green 154 ◦ blue 151

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

Shades of Petite Orchid #DB9A97

Tints of Petite Orchid #DB9A97

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.39%

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

R = 41.79%
G = 29.39%
B = 28.82%

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

#DB9A97 (or 0xDB9A97) is known color: Petite Orchid. HEX triplet: DB, 9A and 97. RGB value is (219,154,151). Sum of RGB (Red+Green+Blue) = 219+154+151=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 154 (60.55% from 255 or 29.39% from 524); Blue value is 151 (59.38% from 255 or 28.82% from 524); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9A97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9A97 is #246568. Grayscale: #ADADAD. Windows color (decimal): -2385257 or 9935579. OLE color: 9935579.

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

Color convert

RGB 219 154 151 -
CMYK 0 0.30 0.31 0.14
HSL 2.65º 0.49% 0.73% -
HSV(B) 2.65º 0.31% 0.86% -
XYZ 46.35 40.41 34.63 -
YUV 173.09 115.53 160.74 -
System Red Green Blue C M Y K H S L
Decimal 219 154 151 0 0.30 0.31 0.14 2.65 0.49 0.73
Hex DB 9A 97 0 1E 1F E 3 31 49
Octal 333 232 227 0 36 37 16 3 61 111
Binary 11011011 10011010 10010111 0 11110 11111 1110 11 110001 1001001

Color Harmonies of #DB9A97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9A97

Black with #DB9A97

Text Example


Text Example

White with #DB9A97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9A97; }

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

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

background-color css

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

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

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

border-color css

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

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

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