Html Css Color HEX #DE9997 Petite Orchid

📋 copy color: '#DE9997'

red 222 ◦ green 153 ◦ blue 151

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

Shades of Petite Orchid #DE9997

Tints of Petite Orchid #DE9997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 28.71%

R = 42.21%
G = 29.09%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DE9997 (or 0xDE9997) is known color: Petite Orchid. HEX triplet: DE, 99 and 97. RGB value is (222,153,151). Sum of RGB (Red+Green+Blue) = 222+153+151=526 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.21% from 526); Green value is 153 (60.16% from 255 or 29.09% from 526); Blue value is 151 (59.38% from 255 or 28.71% from 526); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9997 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9997 is #216668. Grayscale: #ADADAD. Windows color (decimal): -2188905 or 9935326. OLE color: 9935326.

HSL color Cylindrical-coordinate representation of color #DE9997: hue angle of 1.69º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DE9997 is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 153 151 -
CMYK 0 0.31 0.32 0.13
HSL 1.69º 0.52% 0.73% -
HSV(B) 1.69º 0.32% 0.87% -
XYZ 47.1 40.55 34.62 -
YUV 173.4 115.36 162.66 -
System Red Green Blue C M Y K H S L
Decimal 222 153 151 0 0.31 0.32 0.13 1.69 0.52 0.73
Hex DE 99 97 0 1F 20 D 2 34 49
Octal 336 231 227 0 37 40 15 2 64 111
Binary 11011110 10011001 10010111 0 11111 100000 1101 10 110100 1001001

Color Harmonies of #DE9997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9997

Black with #DE9997

Text Example


Text Example

White with #DE9997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9997; }

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

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

background-color css

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

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

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

border-color css

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

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

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