Html Css Color HEX #DB9C8E Petite Orchid

📋 copy color: '#DB9C8E'

red 219 ◦ green 156 ◦ blue 142

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

Shades of Petite Orchid #DB9C8E

Tints of Petite Orchid #DB9C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27.47%

R = 42.36%
G = 30.17%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DB9C8E (or 0xDB9C8E) is known color: Petite Orchid. HEX triplet: DB, 9C and 8E. RGB value is (219,156,142). Sum of RGB (Red+Green+Blue) = 219+156+142=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 156 (61.33% from 255 or 30.17% from 517); Blue value is 142 (55.86% from 255 or 27.47% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9C8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9C8E is #246371. Grayscale: #ADADAD. Windows color (decimal): -2384754 or 9346267. OLE color: 9346267.

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

Color convert

RGB 219 156 142 -
CMYK 0 0.29 0.35 0.14
HSL 10.91º 0.52% 0.71% -
HSV(B) 10.91º 0.35% 0.86% -
XYZ 45.98 40.79 31.04 -
YUV 173.24 110.37 160.64 -
System Red Green Blue C M Y K H S L
Decimal 219 156 142 0 0.29 0.35 0.14 10.91 0.52 0.71
Hex DB 9C 8E 0 1D 23 E B 34 47
Octal 333 234 216 0 35 43 16 13 64 107
Binary 11011011 10011100 10001110 0 11101 100011 1110 1011 110100 1000111

Color Harmonies of #DB9C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9C8E

Black with #DB9C8E

Text Example


Text Example

White with #DB9C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9C8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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