Html Css Color HEX #DE9491 Petite Orchid

📋 copy color: '#DE9491'

red 222 ◦ green 148 ◦ blue 145

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

Shades of Petite Orchid #DE9491

Tints of Petite Orchid #DE9491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 28.16%

R = 43.11%
G = 28.74%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DE9491 (or 0xDE9491) is known color: Petite Orchid. HEX triplet: DE, 94 and 91. RGB value is (222,148,145). Sum of RGB (Red+Green+Blue) = 222+148+145=515 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.11% from 515); Green value is 148 (58.20% from 255 or 28.74% from 515); Blue value is 145 (57.03% from 255 or 28.16% from 515); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9491 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9491 is #216B6E. Grayscale: #A9A9A9. Windows color (decimal): -2190191 or 9540830. OLE color: 9540830.

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

Color convert

RGB 222 148 145 -
CMYK 0 0.33 0.35 0.13
HSL 2.34º 0.54% 0.72% -
HSV(B) 2.34º 0.35% 0.87% -
XYZ 45.82 38.75 31.85 -
YUV 169.78 114.02 165.24 -
System Red Green Blue C M Y K H S L
Decimal 222 148 145 0 0.33 0.35 0.13 2.34 0.54 0.72
Hex DE 94 91 0 21 23 D 2 36 48
Octal 336 224 221 0 41 43 15 2 66 110
Binary 11011110 10010100 10010001 0 100001 100011 1101 10 110110 1001000

Color Harmonies of #DE9491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9491

Black with #DE9491

Text Example


Text Example

White with #DE9491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9491; }

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

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

background-color css

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

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

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

border-color css

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

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

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