Html Css Color HEX #DE9291 Petite Orchid

📋 copy color: '#DE9291'

red 222 ◦ green 146 ◦ blue 145

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

Shades of Petite Orchid #DE9291

Tints of Petite Orchid #DE9291

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.46%

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

R = 43.27%
G = 28.46%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DE9291 (or 0xDE9291) is known color: Petite Orchid. HEX triplet: DE, 92 and 91. RGB value is (222,146,145). Sum of RGB (Red+Green+Blue) = 222+146+145=513 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.27% from 513); Green value is 146 (57.42% from 255 or 28.46% from 513); Blue value is 145 (57.03% from 255 or 28.27% from 513); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9291 is #216D6E. Grayscale: #A8A8A8. Windows color (decimal): -2190703 or 9540318. OLE color: 9540318.

HSL color Cylindrical-coordinate representation of color #DE9291: hue angle of 0.78º 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 #DE9291 is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 146 145 -
CMYK 0 0.34 0.35 0.13
HSL 0.78º 0.54% 0.72% -
HSV(B) 0.78º 0.35% 0.87% -
XYZ 45.51 38.13 31.75 -
YUV 168.61 114.68 166.08 -
System Red Green Blue C M Y K H S L
Decimal 222 146 145 0 0.34 0.35 0.13 0.78 0.54 0.72
Hex DE 92 91 0 22 23 D 1 36 48
Octal 336 222 221 0 42 43 15 1 66 110
Binary 11011110 10010010 10010001 0 100010 100011 1101 1 110110 1001000

Color Harmonies of #DE9291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9291

Black with #DE9291

Text Example


Text Example

White with #DE9291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9291; }

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

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

background-color css

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

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

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

border-color css

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

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

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