Html Css Color HEX #DE8E8A Petite Orchid

📋 copy color: '#DE8E8A'

red 222 ◦ green 142 ◦ blue 138

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

Shades of Petite Orchid #DE8E8A

Tints of Petite Orchid #DE8E8A

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.29%

 BLUE value IS 138 (54.3% from 255) = 27.49%

R = 44.22%
G = 28.29%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DE8E8A (or 0xDE8E8A) is known color: Petite Orchid. HEX triplet: DE, 8E and 8A. RGB value is (222,142,138). Sum of RGB (Red+Green+Blue) = 222+142+138=502 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.22% from 502); Green value is 142 (55.86% from 255 or 28.29% from 502); Blue value is 138 (54.30% from 255 or 27.49% from 502); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8E8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8E8A is #217175. Grayscale: #A5A5A5. Windows color (decimal): -2191734 or 9080542. OLE color: 9080542.

HSL color Cylindrical-coordinate representation of color #DE8E8A: hue angle of 2.86º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DE8E8A is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 142 138 -
CMYK 0 0.36 0.38 0.13
HSL 2.86º 0.56% 0.71% -
HSV(B) 2.86º 0.38% 0.87% -
XYZ 44.38 36.71 28.79 -
YUV 165.46 112.5 168.33 -
System Red Green Blue C M Y K H S L
Decimal 222 142 138 0 0.36 0.38 0.13 2.86 0.56 0.71
Hex DE 8E 8A 0 24 26 D 3 38 47
Octal 336 216 212 0 44 46 15 3 70 107
Binary 11011110 10001110 10001010 0 100100 100110 1101 11 111000 1000111

Color Harmonies of #DE8E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8E8A

Black with #DE8E8A

Text Example


Text Example

White with #DE8E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8E8A; }

 p { color: rgb(222,142,138); }

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

background-color css

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

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

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

border-color css

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

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

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