Html Css Color HEX #DB9C8D Petite Orchid

📋 copy color: '#DB9C8D'

red 219 ◦ green 156 ◦ blue 141

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

Shades of Petite Orchid #DB9C8D

Tints of Petite Orchid #DB9C8D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.23%

 BLUE value IS 141 (55.47% from 255) = 27.33%

R = 42.44%
G = 30.23%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DB9C8D (or 0xDB9C8D) is known color: Petite Orchid. HEX triplet: DB, 9C and 8D. RGB value is (219,156,141). Sum of RGB (Red+Green+Blue) = 219+156+141=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 156 (61.33% from 255 or 30.23% from 516); Blue value is 141 (55.47% from 255 or 27.33% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9C8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9C8D is #246372. Grayscale: #ADADAD. Windows color (decimal): -2384755 or 9280731. OLE color: 9280731.

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

Color convert

RGB 219 156 141 -
CMYK 0 0.29 0.36 0.14
HSL 11.54º 0.52% 0.71% -
HSV(B) 11.54º 0.36% 0.86% -
XYZ 45.91 40.76 30.65 -
YUV 173.13 109.87 160.72 -
System Red Green Blue C M Y K H S L
Decimal 219 156 141 0 0.29 0.36 0.14 11.54 0.52 0.71
Hex DB 9C 8D 0 1D 24 E C 34 47
Octal 333 234 215 0 35 44 16 14 64 107
Binary 11011011 10011100 10001101 0 11101 100100 1110 1100 110100 1000111

Color Harmonies of #DB9C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9C8D

Black with #DB9C8D

Text Example


Text Example

White with #DB9C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9C8D; }

 p { color: rgb(219,156,141); }

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

background-color css

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

 a { background-color: rgb(219,156,141); }

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

border-color css

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

 span { border-color: rgb(219,156,141); }

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