Html Css Color HEX #DE9F9C Petite Orchid

📋 copy color: '#DE9F9C'

red 222 ◦ green 159 ◦ blue 156

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

Shades of Petite Orchid #DE9F9C

Tints of Petite Orchid #DE9F9C

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.61%

 BLUE value IS 156 (61.33% from 255) = 29.05%

R = 41.34%
G = 29.61%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DE9F9C (or 0xDE9F9C) is known color: Petite Orchid. HEX triplet: DE, 9F and 9C. RGB value is (222,159,156). Sum of RGB (Red+Green+Blue) = 222+159+156=537 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.34% from 537); Green value is 159 (62.5% from 255 or 29.61% from 537); Blue value is 156 (61.33% from 255 or 29.05% from 537); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9F9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9F9C is #216063. Grayscale: #B1B1B1. Windows color (decimal): -2187364 or 10264542. OLE color: 10264542.

HSL color Cylindrical-coordinate representation of color #DE9F9C: hue angle of 2.73º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DE9F9C is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 159 156 -
CMYK 0 0.28 0.30 0.13
HSL 2.73º 0.5% 0.74% -
HSV(B) 2.73º 0.3% 0.87% -
XYZ 48.52 42.73 37.14 -
YUV 177.5 115.87 159.74 -
System Red Green Blue C M Y K H S L
Decimal 222 159 156 0 0.28 0.30 0.13 2.73 0.5 0.74
Hex DE 9F 9C 0 1C 1E D 3 32 4A
Octal 336 237 234 0 34 36 15 3 62 112
Binary 11011110 10011111 10011100 0 11100 11110 1101 11 110010 1001010

Color Harmonies of #DE9F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9F9C

Black with #DE9F9C

Text Example


Text Example

White with #DE9F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9F9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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