Html Css Color HEX #DE8D8A Petite Orchid

📋 copy color: '#DE8D8A'

red 222 ◦ green 141 ◦ blue 138

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

Shades of Petite Orchid #DE8D8A

Tints of Petite Orchid #DE8D8A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.14%

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

R = 44.31%
G = 28.14%
B = 27.54%

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

#DE8D8A (or 0xDE8D8A) is known color: Petite Orchid. HEX triplet: DE, 8D and 8A. RGB value is (222,141,138). Sum of RGB (Red+Green+Blue) = 222+141+138=501 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.31% from 501); Green value is 141 (55.47% from 255 or 28.14% from 501); Blue value is 138 (54.30% from 255 or 27.54% from 501); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8D8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8D8A is #217275. Grayscale: #A4A4A4. Windows color (decimal): -2191990 or 9080286. OLE color: 9080286.

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

Color convert

RGB 222 141 138 -
CMYK 0 0.36 0.38 0.13
HSL 2.14º 0.56% 0.71% -
HSV(B) 2.14º 0.38% 0.87% -
XYZ 44.24 36.41 28.74 -
YUV 164.88 112.84 168.74 -
System Red Green Blue C M Y K H S L
Decimal 222 141 138 0 0.36 0.38 0.13 2.14 0.56 0.71
Hex DE 8D 8A 0 24 26 D 2 38 47
Octal 336 215 212 0 44 46 15 2 70 107
Binary 11011110 10001101 10001010 0 100100 100110 1101 10 111000 1000111

Color Harmonies of #DE8D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8D8A

Black with #DE8D8A

Text Example


Text Example

White with #DE8D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8D8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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