Html Css Color HEX #DE9292 Petite Orchid

📋 copy color: '#DE9292'

red 222 ◦ green 146 ◦ blue 146

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

Shades of Petite Orchid #DE9292

Tints of Petite Orchid #DE9292

RGB

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

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

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

R = 43.19%
G = 28.4%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DE9292 (or 0xDE9292) is known color: Petite Orchid. HEX triplet: DE, 92 and 92. RGB value is (222,146,146). Sum of RGB (Red+Green+Blue) = 222+146+146=514 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.19% from 514); Green value is 146 (57.42% from 255 or 28.40% from 514); Blue value is 146 (57.42% from 255 or 28.40% from 514); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9292 is #216D6D. Grayscale: #A8A8A8. Windows color (decimal): -2190702 or 9605854. OLE color: 9605854.

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

Color convert

RGB 222 146 146 -
CMYK 0 0.34 0.34 0.13
HSL 0.54% 0.72% -
HSV(B) 0.34% 0.87% -
XYZ 45.59 38.16 32.16 -
YUV 168.72 115.18 166 -
System Red Green Blue C M Y K H S L
Decimal 222 146 146 0 0.34 0.34 0.13 0 0.54 0.72
Hex DE 92 92 0 22 22 D 0 36 48
Octal 336 222 222 0 42 42 15 0 66 110
Binary 11011110 10010010 10010010 0 100010 100010 1101 0 110110 1001000

Color Harmonies of #DE9292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9292

Black with #DE9292

Text Example


Text Example

White with #DE9292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9292; }

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

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

background-color css

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

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

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

border-color css

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

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

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