Html Css Color HEX #DB9E92 Petite Orchid

📋 copy color: '#DB9E92'

red 219 ◦ green 158 ◦ blue 146

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

Shades of Petite Orchid #DB9E92

Tints of Petite Orchid #DB9E92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.92%

R = 41.87%
G = 30.21%
B = 27.92%

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

#DB9E92 (or 0xDB9E92) is known color: Petite Orchid. HEX triplet: DB, 9E and 92. RGB value is (219,158,146). Sum of RGB (Red+Green+Blue) = 219+158+146=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 158 (62.11% from 255 or 30.21% from 523); Blue value is 146 (57.42% from 255 or 27.92% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9E92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9E92 is #24616D. Grayscale: #AEAEAE. Windows color (decimal): -2384238 or 9608923. OLE color: 9608923.

HSL color Cylindrical-coordinate representation of color #DB9E92: hue angle of 9.86º 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 #DB9E92 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 158 146 -
CMYK 0 0.28 0.33 0.14
HSL 9.86º 0.5% 0.72% -
HSV(B) 9.86º 0.33% 0.86% -
XYZ 46.63 41.59 32.76 -
YUV 174.87 111.71 159.48 -
System Red Green Blue C M Y K H S L
Decimal 219 158 146 0 0.28 0.33 0.14 9.86 0.5 0.72
Hex DB 9E 92 0 1C 21 E A 32 48
Octal 333 236 222 0 34 41 16 12 62 110
Binary 11011011 10011110 10010010 0 11100 100001 1110 1010 110010 1001000

Color Harmonies of #DB9E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9E92

Black with #DB9E92

Text Example


Text Example

White with #DB9E92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9E92; }

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

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

background-color css

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

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

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

border-color css

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

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

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