Html Css Color HEX #DE9489 Petite Orchid

📋 copy color: '#DE9489'

red 222 ◦ green 148 ◦ blue 137

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

Shades of Petite Orchid #DE9489

Tints of Petite Orchid #DE9489

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.19%

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

R = 43.79%
G = 29.19%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DE9489 (or 0xDE9489) is known color: Petite Orchid. HEX triplet: DE, 94 and 89. RGB value is (222,148,137). Sum of RGB (Red+Green+Blue) = 222+148+137=507 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.79% from 507); Green value is 148 (58.20% from 255 or 29.19% from 507); Blue value is 137 (53.91% from 255 or 27.02% from 507); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9489 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9489 is #216B76. Grayscale: #A8A8A8. Windows color (decimal): -2190199 or 9016542. OLE color: 9016542.

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

Color convert

RGB 222 148 137 -
CMYK 0 0.33 0.38 0.13
HSL 7.76º 0.56% 0.7% -
HSV(B) 7.76º 0.38% 0.87% -
XYZ 45.23 38.52 28.72 -
YUV 168.87 110.02 165.89 -
System Red Green Blue C M Y K H S L
Decimal 222 148 137 0 0.33 0.38 0.13 7.76 0.56 0.7
Hex DE 94 89 0 21 26 D 8 38 46
Octal 336 224 211 0 41 46 15 10 70 106
Binary 11011110 10010100 10001001 0 100001 100110 1101 1000 111000 1000110

Color Harmonies of #DE9489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9489

Black with #DE9489

Text Example


Text Example

White with #DE9489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9489; }

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

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

background-color css

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

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

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

border-color css

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

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

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