Html Css Color HEX #DB9487 Petite Orchid

📋 copy color: '#DB9487'

red 219 ◦ green 148 ◦ blue 135

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

Shades of Petite Orchid #DB9487

Tints of Petite Orchid #DB9487

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.48%

 BLUE value IS 135 (53.13% from 255) = 26.89%

R = 43.63%
G = 29.48%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DB9487 (or 0xDB9487) is known color: Petite Orchid. HEX triplet: DB, 94 and 87. RGB value is (219,148,135). Sum of RGB (Red+Green+Blue) = 219+148+135=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 148 (58.20% from 255 or 29.48% from 502); Blue value is 135 (53.12% from 255 or 26.89% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9487 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9487 is #246B78. Grayscale: #A7A7A7. Windows color (decimal): -2386809 or 8885467. OLE color: 8885467.

HSL color Cylindrical-coordinate representation of color #DB9487: hue angle of 9.29º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB9487 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 148 135 -
CMYK 0 0.32 0.38 0.14
HSL 9.29º 0.54% 0.69% -
HSV(B) 9.29º 0.38% 0.86% -
XYZ 44.18 37.99 27.93 -
YUV 167.75 109.52 164.56 -
System Red Green Blue C M Y K H S L
Decimal 219 148 135 0 0.32 0.38 0.14 9.29 0.54 0.69
Hex DB 94 87 0 20 26 E 9 36 45
Octal 333 224 207 0 40 46 16 11 66 105
Binary 11011011 10010100 10000111 0 100000 100110 1110 1001 110110 1000101

Color Harmonies of #DB9487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9487

Black with #DB9487

Text Example


Text Example

White with #DB9487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9487; }

 p { color: rgb(219,148,135); }

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

background-color css

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

 a { background-color: rgb(219,148,135); }

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

border-color css

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

 span { border-color: rgb(219,148,135); }

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