Html Css Color HEX #DB9E9B Petite Orchid

📋 copy color: '#DB9E9B'

red 219 ◦ green 158 ◦ blue 155

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

Shades of Petite Orchid #DB9E9B

Tints of Petite Orchid #DB9E9B

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.7%

 BLUE value IS 155 (60.94% from 255) = 29.14%

R = 41.17%
G = 29.7%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DB9E9B (or 0xDB9E9B) is known color: Petite Orchid. HEX triplet: DB, 9E and 9B. RGB value is (219,158,155). Sum of RGB (Red+Green+Blue) = 219+158+155=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 158 (62.11% from 255 or 29.70% from 532); Blue value is 155 (60.94% from 255 or 29.14% from 532); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9E9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9E9B is #246164. Grayscale: #AFAFAF. Windows color (decimal): -2384229 or 10198747. OLE color: 10198747.

HSL color Cylindrical-coordinate representation of color #DB9E9B: hue angle of 2.81º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DB9E9B is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 158 155 -
CMYK 0 0.28 0.29 0.14
HSL 2.81º 0.47% 0.73% -
HSV(B) 2.81º 0.29% 0.86% -
XYZ 47.36 41.88 36.6 -
YUV 175.9 116.21 158.74 -
System Red Green Blue C M Y K H S L
Decimal 219 158 155 0 0.28 0.29 0.14 2.81 0.47 0.73
Hex DB 9E 9B 0 1C 1D E 3 2F 49
Octal 333 236 233 0 34 35 16 3 57 111
Binary 11011011 10011110 10011011 0 11100 11101 1110 11 101111 1001001

Color Harmonies of #DB9E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9E9B

Black with #DB9E9B

Text Example


Text Example

White with #DB9E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9E9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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