Html Css Color HEX #DEA19F Petite Orchid

📋 copy color: '#DEA19F'

red 222 ◦ green 161 ◦ blue 159

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

Shades of Petite Orchid #DEA19F

Tints of Petite Orchid #DEA19F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.7%

 BLUE value IS 159 (62.5% from 255) = 29.34%

R = 40.96%
G = 29.7%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DEA19F (or 0xDEA19F) is known color: Petite Orchid. HEX triplet: DE, A1 and 9F. RGB value is (222,161,159). Sum of RGB (Red+Green+Blue) = 222+161+159=542 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.96% from 542); Green value is 161 (63.28% from 255 or 29.70% from 542); Blue value is 159 (62.5% from 255 or 29.34% from 542); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA19F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA19F is #215E60. Grayscale: #B3B3B3. Windows color (decimal): -2186849 or 10461662. OLE color: 10461662.

HSL color Cylindrical-coordinate representation of color #DEA19F: hue angle of 1.9º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DEA19F is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 161 159 -
CMYK 0 0.27 0.28 0.13
HSL 1.9º 0.49% 0.75% -
HSV(B) 1.9º 0.28% 0.87% -
XYZ 49.13 43.52 38.61 -
YUV 179.01 116.71 158.66 -
System Red Green Blue C M Y K H S L
Decimal 222 161 159 0 0.27 0.28 0.13 1.9 0.49 0.75
Hex DE A1 9F 0 1B 1C D 2 31 4B
Octal 336 241 237 0 33 34 15 2 61 113
Binary 11011110 10100001 10011111 0 11011 11100 1101 10 110001 1001011

Color Harmonies of #DEA19F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA19F

Black with #DEA19F

Text Example


Text Example

White with #DEA19F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA19F; }

 p { color: rgb(222,161,159); }

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

background-color css

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

 a { background-color: rgb(222,161,159); }

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

border-color css

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

 span { border-color: rgb(222,161,159); }

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