Html Css Color HEX #DB9E93 Petite Orchid

📋 copy color: '#DB9E93'

red 219 ◦ green 158 ◦ blue 147

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

Shades of Petite Orchid #DB9E93

Tints of Petite Orchid #DB9E93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.05%

R = 41.79%
G = 30.15%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DB9E93 (or 0xDB9E93) is known color: Petite Orchid. HEX triplet: DB, 9E and 93. RGB value is (219,158,147). Sum of RGB (Red+Green+Blue) = 219+158+147=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 158 (62.11% from 255 or 30.15% from 524); Blue value is 147 (57.81% from 255 or 28.05% from 524); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9E93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9E93 is #24616C. Grayscale: #AFAFAF. Windows color (decimal): -2384237 or 9674459. OLE color: 9674459.

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

Color convert

RGB 219 158 147 -
CMYK 0 0.28 0.33 0.14
HSL 9.17º 0.5% 0.72% -
HSV(B) 9.17º 0.33% 0.86% -
XYZ 46.71 41.62 33.18 -
YUV 174.99 112.21 159.39 -
System Red Green Blue C M Y K H S L
Decimal 219 158 147 0 0.28 0.33 0.14 9.17 0.5 0.72
Hex DB 9E 93 0 1C 21 E 9 32 48
Octal 333 236 223 0 34 41 16 11 62 110
Binary 11011011 10011110 10010011 0 11100 100001 1110 1001 110010 1001000

Color Harmonies of #DB9E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9E93

Black with #DB9E93

Text Example


Text Example

White with #DB9E93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9E93; }

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

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

background-color css

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

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

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

border-color css

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

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

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