Html Css Color HEX #DB9E94 Petite Orchid

📋 copy color: '#DB9E94'

red 219 ◦ green 158 ◦ blue 148

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

Shades of Petite Orchid #DB9E94

Tints of Petite Orchid #DB9E94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 28.19%

R = 41.71%
G = 30.1%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB9E94 (or 0xDB9E94) is known color: Petite Orchid. HEX triplet: DB, 9E and 94. RGB value is (219,158,148). Sum of RGB (Red+Green+Blue) = 219+158+148=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 158 (62.11% from 255 or 30.10% from 525); Blue value is 148 (58.20% from 255 or 28.19% from 525); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9E94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9E94 is #24616B. Grayscale: #AFAFAF. Windows color (decimal): -2384236 or 9739995. OLE color: 9739995.

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

Color convert

RGB 219 158 148 -
CMYK 0 0.28 0.32 0.14
HSL 8.45º 0.5% 0.72% -
HSV(B) 8.45º 0.32% 0.86% -
XYZ 46.79 41.65 33.59 -
YUV 175.1 112.71 159.31 -
System Red Green Blue C M Y K H S L
Decimal 219 158 148 0 0.28 0.32 0.14 8.45 0.5 0.72
Hex DB 9E 94 0 1C 20 E 8 32 48
Octal 333 236 224 0 34 40 16 10 62 110
Binary 11011011 10011110 10010100 0 11100 100000 1110 1000 110010 1001000

Color Harmonies of #DB9E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9E94

Black with #DB9E94

Text Example


Text Example

White with #DB9E94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9E94; }

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

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

background-color css

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

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

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

border-color css

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

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

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