Html Css Color HEX #DB9F99 Petite Orchid

📋 copy color: '#DB9F99'

red 219 ◦ green 159 ◦ blue 153

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

Shades of Petite Orchid #DB9F99

Tints of Petite Orchid #DB9F99

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.94%

 BLUE value IS 153 (60.16% from 255) = 28.81%

R = 41.24%
G = 29.94%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DB9F99 (or 0xDB9F99) is known color: Petite Orchid. HEX triplet: DB, 9F and 99. RGB value is (219,159,153). Sum of RGB (Red+Green+Blue) = 219+159+153=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 159 (62.5% from 255 or 29.94% from 531); Blue value is 153 (60.16% from 255 or 28.81% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9F99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9F99 is #246066. Grayscale: #B0B0B0. Windows color (decimal): -2383975 or 10067931. OLE color: 10067931.

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

Color convert

RGB 219 159 153 -
CMYK 0 0.27 0.30 0.14
HSL 5.45º 0.48% 0.73% -
HSV(B) 5.45º 0.3% 0.86% -
XYZ 47.36 42.16 35.78 -
YUV 176.26 114.88 158.49 -
System Red Green Blue C M Y K H S L
Decimal 219 159 153 0 0.27 0.30 0.14 5.45 0.48 0.73
Hex DB 9F 99 0 1B 1E E 5 30 49
Octal 333 237 231 0 33 36 16 5 60 111
Binary 11011011 10011111 10011001 0 11011 11110 1110 101 110000 1001001

Color Harmonies of #DB9F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9F99

Black with #DB9F99

Text Example


Text Example

White with #DB9F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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