Html Css Color HEX #DE9492 Petite Orchid

📋 copy color: '#DE9492'

red 222 ◦ green 148 ◦ blue 146

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

Shades of Petite Orchid #DE9492

Tints of Petite Orchid #DE9492

RGB

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

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

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

R = 43.02%
G = 28.68%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DE9492 (or 0xDE9492) is known color: Petite Orchid. HEX triplet: DE, 94 and 92. RGB value is (222,148,146). Sum of RGB (Red+Green+Blue) = 222+148+146=516 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.02% from 516); Green value is 148 (58.20% from 255 or 28.68% from 516); Blue value is 146 (57.42% from 255 or 28.29% from 516); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9492 is #216B6D. Grayscale: #A9A9A9. Windows color (decimal): -2190190 or 9606366. OLE color: 9606366.

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

Color convert

RGB 222 148 146 -
CMYK 0 0.33 0.34 0.13
HSL 1.58º 0.54% 0.72% -
HSV(B) 1.58º 0.34% 0.87% -
XYZ 45.9 38.78 32.26 -
YUV 169.9 114.52 165.16 -
System Red Green Blue C M Y K H S L
Decimal 222 148 146 0 0.33 0.34 0.13 1.58 0.54 0.72
Hex DE 94 92 0 21 22 D 2 36 48
Octal 336 224 222 0 41 42 15 2 66 110
Binary 11011110 10010100 10010010 0 100001 100010 1101 10 110110 1001000

Color Harmonies of #DE9492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9492

Black with #DE9492

Text Example


Text Example

White with #DE9492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9492; }

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

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

background-color css

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

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

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

border-color css

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

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

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