Html Css Color HEX #DE9889 Petite Orchid

📋 copy color: '#DE9889'

red 222 ◦ green 152 ◦ blue 137

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

Shades of Petite Orchid #DE9889

Tints of Petite Orchid #DE9889

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.75%

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

R = 43.44%
G = 29.75%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DE9889 (or 0xDE9889) is known color: Petite Orchid. HEX triplet: DE, 98 and 89. RGB value is (222,152,137). Sum of RGB (Red+Green+Blue) = 222+152+137=511 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.44% from 511); Green value is 152 (59.77% from 255 or 29.75% from 511); Blue value is 137 (53.91% from 255 or 26.81% from 511); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9889 is #216776. Grayscale: #ABABAB. Windows color (decimal): -2189175 or 9017566. OLE color: 9017566.

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

Color convert

RGB 222 152 137 -
CMYK 0 0.32 0.38 0.13
HSL 10.59º 0.56% 0.7% -
HSV(B) 10.59º 0.38% 0.87% -
XYZ 45.87 39.79 28.93 -
YUV 171.22 108.69 164.22 -
System Red Green Blue C M Y K H S L
Decimal 222 152 137 0 0.32 0.38 0.13 10.59 0.56 0.7
Hex DE 98 89 0 20 26 D B 38 46
Octal 336 230 211 0 40 46 15 13 70 106
Binary 11011110 10011000 10001001 0 100000 100110 1101 1011 111000 1000110

Color Harmonies of #DE9889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9889

Black with #DE9889

Text Example


Text Example

White with #DE9889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9889; }

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

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

background-color css

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

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

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

border-color css

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

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

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