Html Css Color HEX #DE8E89 Petite Orchid

📋 copy color: '#DE8E89'

red 222 ◦ green 142 ◦ blue 137

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

Shades of Petite Orchid #DE8E89

Tints of Petite Orchid #DE8E89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 27.35%

R = 44.31%
G = 28.34%
B = 27.35%

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

#DE8E89 (or 0xDE8E89) is known color: Petite Orchid. HEX triplet: DE, 8E and 89. RGB value is (222,142,137). Sum of RGB (Red+Green+Blue) = 222+142+137=501 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.31% from 501); Green value is 142 (55.86% from 255 or 28.34% from 501); Blue value is 137 (53.91% from 255 or 27.35% from 501); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8E89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8E89 is #217176. Grayscale: #A5A5A5. Windows color (decimal): -2191735 or 9015006. OLE color: 9015006.

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

Color convert

RGB 222 142 137 -
CMYK 0 0.36 0.38 0.13
HSL 3.53º 0.56% 0.7% -
HSV(B) 3.53º 0.38% 0.87% -
XYZ 44.31 36.68 28.41 -
YUV 165.35 112 168.41 -
System Red Green Blue C M Y K H S L
Decimal 222 142 137 0 0.36 0.38 0.13 3.53 0.56 0.7
Hex DE 8E 89 0 24 26 D 4 38 46
Octal 336 216 211 0 44 46 15 4 70 106
Binary 11011110 10001110 10001001 0 100100 100110 1101 100 111000 1000110

Color Harmonies of #DE8E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8E89

Black with #DE8E89

Text Example


Text Example

White with #DE8E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8E89; }

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

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

background-color css

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

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

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

border-color css

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

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

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