Html Css Color HEX #DB9891 Petite Orchid

📋 copy color: '#DB9891'

red 219 ◦ green 152 ◦ blue 145

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

Shades of Petite Orchid #DB9891

Tints of Petite Orchid #DB9891

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.46%

 BLUE value IS 145 (57.03% from 255) = 28.1%

R = 42.44%
G = 29.46%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DB9891 (or 0xDB9891) is known color: Petite Orchid. HEX triplet: DB, 98 and 91. RGB value is (219,152,145). Sum of RGB (Red+Green+Blue) = 219+152+145=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 152 (59.77% from 255 or 29.46% from 516); Blue value is 145 (57.03% from 255 or 28.10% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9891 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9891 is #24676E. Grayscale: #ABABAB. Windows color (decimal): -2385775 or 9541851. OLE color: 9541851.

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

Color convert

RGB 219 152 145 -
CMYK 0 0.31 0.34 0.14
HSL 5.68º 0.51% 0.71% -
HSV(B) 5.68º 0.34% 0.86% -
XYZ 45.55 39.56 32.02 -
YUV 171.24 113.2 162.07 -
System Red Green Blue C M Y K H S L
Decimal 219 152 145 0 0.31 0.34 0.14 5.68 0.51 0.71
Hex DB 98 91 0 1F 22 E 6 33 47
Octal 333 230 221 0 37 42 16 6 63 107
Binary 11011011 10011000 10010001 0 11111 100010 1110 110 110011 1000111

Color Harmonies of #DB9891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9891

Black with #DB9891

Text Example


Text Example

White with #DB9891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9891; }

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

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

background-color css

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

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

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

border-color css

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

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

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