Html Css Color HEX #DE9E9A Petite Orchid

📋 copy color: '#DE9E9A'

red 222 ◦ green 158 ◦ blue 154

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

Shades of Petite Orchid #DE9E9A

Tints of Petite Orchid #DE9E9A

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.59%

 BLUE value IS 154 (60.55% from 255) = 28.84%

R = 41.57%
G = 29.59%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DE9E9A (or 0xDE9E9A) is known color: Petite Orchid. HEX triplet: DE, 9E and 9A. RGB value is (222,158,154). Sum of RGB (Red+Green+Blue) = 222+158+154=534 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.57% from 534); Green value is 158 (62.11% from 255 or 29.59% from 534); Blue value is 154 (60.55% from 255 or 28.84% from 534); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9E9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9E9A is #216165. Grayscale: #B0B0B0. Windows color (decimal): -2187622 or 10133214. OLE color: 10133214.

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

Color convert

RGB 222 158 154 -
CMYK 0 0.29 0.31 0.13
HSL 3.53º 0.51% 0.74% -
HSV(B) 3.53º 0.31% 0.87% -
XYZ 48.18 42.32 36.2 -
YUV 176.68 115.2 160.33 -
System Red Green Blue C M Y K H S L
Decimal 222 158 154 0 0.29 0.31 0.13 3.53 0.51 0.74
Hex DE 9E 9A 0 1D 1F D 4 33 4A
Octal 336 236 232 0 35 37 15 4 63 112
Binary 11011110 10011110 10011010 0 11101 11111 1101 100 110011 1001010

Color Harmonies of #DE9E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9E9A

Black with #DE9E9A

Text Example


Text Example

White with #DE9E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9E9A; }

 p { color: rgb(222,158,154); }

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

background-color css

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

 a { background-color: rgb(222,158,154); }

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

border-color css

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

 span { border-color: rgb(222,158,154); }

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