Html Css Color HEX #DE9E94 Petite Orchid

📋 copy color: '#DE9E94'

red 222 ◦ green 158 ◦ blue 148

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

Shades of Petite Orchid #DE9E94

Tints of Petite Orchid #DE9E94

RGB

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

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

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

R = 42.05%
G = 29.92%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DE9E94 (or 0xDE9E94) is known color: Petite Orchid. HEX triplet: DE, 9E and 94. RGB value is (222,158,148). Sum of RGB (Red+Green+Blue) = 222+158+148=528 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.05% from 528); Green value is 158 (62.11% from 255 or 29.92% from 528); Blue value is 148 (58.20% from 255 or 28.03% from 528); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9E94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9E94 is #21616B. Grayscale: #B0B0B0. Windows color (decimal): -2187628 or 9739998. OLE color: 9739998.

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

Color convert

RGB 222 158 148 -
CMYK 0 0.29 0.33 0.13
HSL 8.11º 0.53% 0.73% -
HSV(B) 8.11º 0.33% 0.87% -
XYZ 47.7 42.12 33.63 -
YUV 176 112.2 160.81 -
System Red Green Blue C M Y K H S L
Decimal 222 158 148 0 0.29 0.33 0.13 8.11 0.53 0.73
Hex DE 9E 94 0 1D 21 D 8 35 49
Octal 336 236 224 0 35 41 15 10 65 111
Binary 11011110 10011110 10010100 0 11101 100001 1101 1000 110101 1001001

Color Harmonies of #DE9E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9E94

Black with #DE9E94

Text Example


Text Example

White with #DE9E94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9E94; }

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

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

background-color css

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

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

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

border-color css

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

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

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