Html Css Color HEX #DB9B98 Petite Orchid

📋 copy color: '#DB9B98'

red 219 ◦ green 155 ◦ blue 152

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

Shades of Petite Orchid #DB9B98

Tints of Petite Orchid #DB9B98

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.47%

 BLUE value IS 152 (59.77% from 255) = 28.9%

R = 41.63%
G = 29.47%
B = 28.9%

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

#DB9B98 (or 0xDB9B98) is known color: Petite Orchid. HEX triplet: DB, 9B and 98. RGB value is (219,155,152). Sum of RGB (Red+Green+Blue) = 219+155+152=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 155 (60.94% from 255 or 29.47% from 526); Blue value is 152 (59.77% from 255 or 28.90% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9B98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9B98 is #246467. Grayscale: #ADADAD. Windows color (decimal): -2385000 or 10001371. OLE color: 10001371.

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

Color convert

RGB 219 155 152 -
CMYK 0 0.29 0.31 0.14
HSL 2.69º 0.48% 0.73% -
HSV(B) 2.69º 0.31% 0.86% -
XYZ 46.6 40.77 35.12 -
YUV 173.79 115.7 160.24 -
System Red Green Blue C M Y K H S L
Decimal 219 155 152 0 0.29 0.31 0.14 2.69 0.48 0.73
Hex DB 9B 98 0 1D 1F E 3 30 49
Octal 333 233 230 0 35 37 16 3 60 111
Binary 11011011 10011011 10011000 0 11101 11111 1110 11 110000 1001001

Color Harmonies of #DB9B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9B98

Black with #DB9B98

Text Example


Text Example

White with #DB9B98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9B98; }

 p { color: rgb(219,155,152); }

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

background-color css

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

 a { background-color: rgb(219,155,152); }

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

border-color css

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

 span { border-color: rgb(219,155,152); }

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