Html Css Color HEX #DE9D97 Petite Orchid

📋 copy color: '#DE9D97'

red 222 ◦ green 157 ◦ blue 151

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

Shades of Petite Orchid #DE9D97

Tints of Petite Orchid #DE9D97

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.62%

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

R = 41.89%
G = 29.62%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DE9D97 (or 0xDE9D97) is known color: Petite Orchid. HEX triplet: DE, 9D and 97. RGB value is (222,157,151). Sum of RGB (Red+Green+Blue) = 222+157+151=530 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.89% from 530); Green value is 157 (61.72% from 255 or 29.62% from 530); Blue value is 151 (59.38% from 255 or 28.49% from 530); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9D97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9D97 is #216268. Grayscale: #AFAFAF. Windows color (decimal): -2187881 or 9936350. OLE color: 9936350.

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

Color convert

RGB 222 157 151 -
CMYK 0 0.29 0.32 0.13
HSL 5.07º 0.52% 0.73% -
HSV(B) 5.07º 0.32% 0.87% -
XYZ 47.77 41.88 34.84 -
YUV 175.75 114.03 160.99 -
System Red Green Blue C M Y K H S L
Decimal 222 157 151 0 0.29 0.32 0.13 5.07 0.52 0.73
Hex DE 9D 97 0 1D 20 D 5 34 49
Octal 336 235 227 0 35 40 15 5 64 111
Binary 11011110 10011101 10010111 0 11101 100000 1101 101 110100 1001001

Color Harmonies of #DE9D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9D97

Black with #DE9D97

Text Example


Text Example

White with #DE9D97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9D97; }

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

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

background-color css

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

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

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

border-color css

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

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

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