Html Css Color HEX #DE9A94 Petite Orchid

📋 copy color: '#DE9A94'

red 222 ◦ green 154 ◦ blue 148

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

Shades of Petite Orchid #DE9A94

Tints of Petite Orchid #DE9A94

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.39%

 BLUE value IS 148 (58.2% from 255) = 28.24%

R = 42.37%
G = 29.39%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DE9A94 (or 0xDE9A94) is known color: Petite Orchid. HEX triplet: DE, 9A and 94. RGB value is (222,154,148). Sum of RGB (Red+Green+Blue) = 222+154+148=524 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.37% from 524); Green value is 154 (60.55% from 255 or 29.39% from 524); Blue value is 148 (58.20% from 255 or 28.24% from 524); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9A94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9A94 is #21656B. Grayscale: #ADADAD. Windows color (decimal): -2188652 or 9738974. OLE color: 9738974.

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

Color convert

RGB 222 154 148 -
CMYK 0 0.31 0.33 0.13
HSL 4.86º 0.53% 0.73% -
HSV(B) 4.86º 0.33% 0.87% -
XYZ 47.03 40.78 33.41 -
YUV 173.65 113.53 162.49 -
System Red Green Blue C M Y K H S L
Decimal 222 154 148 0 0.31 0.33 0.13 4.86 0.53 0.73
Hex DE 9A 94 0 1F 21 D 5 35 49
Octal 336 232 224 0 37 41 15 5 65 111
Binary 11011110 10011010 10010100 0 11111 100001 1101 101 110101 1001001

Color Harmonies of #DE9A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9A94

Black with #DE9A94

Text Example


Text Example

White with #DE9A94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9A94; }

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

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

background-color css

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

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

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

border-color css

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

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

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