Html Css Color HEX #DE9393 Petite Orchid

📋 copy color: '#DE9393'

red 222 ◦ green 147 ◦ blue 147

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

Shades of Petite Orchid #DE9393

Tints of Petite Orchid #DE9393

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.49%

 BLUE value IS 147 (57.81% from 255) = 28.49%

R = 43.02%
G = 28.49%
B = 28.49%

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

#DE9393 (or 0xDE9393) is known color: Petite Orchid. HEX triplet: DE, 93 and 93. RGB value is (222,147,147). Sum of RGB (Red+Green+Blue) = 222+147+147=516 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.02% from 516); Green value is 147 (57.81% from 255 or 28.49% from 516); Blue value is 147 (57.81% from 255 or 28.49% from 516); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9393 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9393 is #216C6C. Grayscale: #A9A9A9. Windows color (decimal): -2190445 or 9671646. OLE color: 9671646.

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

Color convert

RGB 222 147 147 -
CMYK 0 0.34 0.34 0.13
HSL 0.53% 0.72% -
HSV(B) 0.34% 0.87% -
XYZ 45.82 38.5 32.62 -
YUV 169.43 115.35 165.5 -
System Red Green Blue C M Y K H S L
Decimal 222 147 147 0 0.34 0.34 0.13 0 0.53 0.72
Hex DE 93 93 0 22 22 D 0 35 48
Octal 336 223 223 0 42 42 15 0 65 110
Binary 11011110 10010011 10010011 0 100010 100010 1101 0 110101 1001000

Color Harmonies of #DE9393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9393

Black with #DE9393

Text Example


Text Example

White with #DE9393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9393; }

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

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

background-color css

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

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

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

border-color css

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

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

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