Html Css Color HEX #DE9189 Petite Orchid

📋 copy color: '#DE9189'

red 222 ◦ green 145 ◦ blue 137

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

Shades of Petite Orchid #DE9189

Tints of Petite Orchid #DE9189

RGB

 RED value IS 222 (87.11% from 255) = 44.05%

 GREEN value IS 145 (57.03% from 255) = 28.77%

 BLUE value IS 137 (53.91% from 255) = 27.18%

R = 44.05%
G = 28.77%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DE9189 (or 0xDE9189) is known color: Petite Orchid. HEX triplet: DE, 91 and 89. RGB value is (222,145,137). Sum of RGB (Red+Green+Blue) = 222+145+137=504 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.05% from 504); Green value is 145 (57.03% from 255 or 28.77% from 504); Blue value is 137 (53.91% from 255 or 27.18% from 504); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9189 is #216E76. Grayscale: #A7A7A7. Windows color (decimal): -2190967 or 9015774. OLE color: 9015774.

HSL color Cylindrical-coordinate representation of color #DE9189: hue angle of 5.65º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DE9189 is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 145 137 -
CMYK 0 0.35 0.38 0.13
HSL 5.65º 0.56% 0.7% -
HSV(B) 5.65º 0.38% 0.87% -
XYZ 44.76 37.59 28.56 -
YUV 167.11 111.01 167.15 -
System Red Green Blue C M Y K H S L
Decimal 222 145 137 0 0.35 0.38 0.13 5.65 0.56 0.7
Hex DE 91 89 0 23 26 D 6 38 46
Octal 336 221 211 0 43 46 15 6 70 106
Binary 11011110 10010001 10001001 0 100011 100110 1101 110 111000 1000110

Color Harmonies of #DE9189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9189

Black with #DE9189

Text Example


Text Example

White with #DE9189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9189; }

 p { color: rgb(222,145,137); }

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

background-color css

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

 a { background-color: rgb(222,145,137); }

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

border-color css

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

 span { border-color: rgb(222,145,137); }

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