Html Css Color HEX #DB9D99 Petite Orchid

📋 copy color: '#DB9D99'

red 219 ◦ green 157 ◦ blue 153

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

Shades of Petite Orchid #DB9D99

Tints of Petite Orchid #DB9D99

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.68%

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

R = 41.4%
G = 29.68%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DB9D99 (or 0xDB9D99) is known color: Petite Orchid. HEX triplet: DB, 9D and 99. RGB value is (219,157,153). Sum of RGB (Red+Green+Blue) = 219+157+153=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 157 (61.72% from 255 or 29.68% from 529); Blue value is 153 (60.16% from 255 or 28.92% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9D99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9D99 is #246266. Grayscale: #AFAFAF. Windows color (decimal): -2384487 or 10067419. OLE color: 10067419.

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

Color convert

RGB 219 157 153 -
CMYK 0 0.28 0.30 0.14
HSL 3.64º 0.48% 0.73% -
HSV(B) 3.64º 0.3% 0.86% -
XYZ 47.02 41.47 35.66 -
YUV 175.08 115.54 159.33 -
System Red Green Blue C M Y K H S L
Decimal 219 157 153 0 0.28 0.30 0.14 3.64 0.48 0.73
Hex DB 9D 99 0 1C 1E E 4 30 49
Octal 333 235 231 0 34 36 16 4 60 111
Binary 11011011 10011101 10011001 0 11100 11110 1110 100 110000 1001001

Color Harmonies of #DB9D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9D99

Black with #DB9D99

Text Example


Text Example

White with #DB9D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9D99; }

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

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

background-color css

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

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

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

border-color css

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

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

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