Html Css Color HEX #DE998A Petite Orchid

📋 copy color: '#DE998A'

red 222 ◦ green 153 ◦ blue 138

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

Shades of Petite Orchid #DE998A

Tints of Petite Orchid #DE998A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.82%

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

R = 43.27%
G = 29.82%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DE998A (or 0xDE998A) is known color: Petite Orchid. HEX triplet: DE, 99 and 8A. RGB value is (222,153,138). Sum of RGB (Red+Green+Blue) = 222+153+138=513 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.27% from 513); Green value is 153 (60.16% from 255 or 29.82% from 513); Blue value is 138 (54.30% from 255 or 26.90% from 513); Max value from RGB is 222 - color contains mainly: red. Hex color #DE998A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE998A is #216675. Grayscale: #ACACAC. Windows color (decimal): -2188918 or 9083358. OLE color: 9083358.

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

Color convert

RGB 222 153 138 -
CMYK 0 0.31 0.38 0.13
HSL 10.71º 0.56% 0.71% -
HSV(B) 10.71º 0.38% 0.87% -
XYZ 46.1 40.15 29.36 -
YUV 171.92 108.86 163.72 -
System Red Green Blue C M Y K H S L
Decimal 222 153 138 0 0.31 0.38 0.13 10.71 0.56 0.71
Hex DE 99 8A 0 1F 26 D B 38 47
Octal 336 231 212 0 37 46 15 13 70 107
Binary 11011110 10011001 10001010 0 11111 100110 1101 1011 111000 1000111

Color Harmonies of #DE998A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE998A

Black with #DE998A

Text Example


Text Example

White with #DE998A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE998A; }

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

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

background-color css

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

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

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

border-color css

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

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

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