Html Css Color HEX #DF9E9D Petite Orchid

📋 copy color: '#DF9E9D'

red 223 ◦ green 158 ◦ blue 157

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

Shades of Petite Orchid #DF9E9D

Tints of Petite Orchid #DF9E9D

RGB

 RED value IS 223 (87.5% from 255) = 41.45%

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

 BLUE value IS 157 (61.72% from 255) = 29.18%

R = 41.45%
G = 29.37%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DF9E9D (or 0xDF9E9D) is known color: Petite Orchid. HEX triplet: DF, 9E and 9D. RGB value is (223,158,157). Sum of RGB (Red+Green+Blue) = 223+158+157=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 158 (62.11% from 255 or 29.37% from 538); Blue value is 157 (61.72% from 255 or 29.18% from 538); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9E9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9E9D is #206162. Grayscale: #B1B1B1. Windows color (decimal): -2122083 or 10329823. OLE color: 10329823.

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

Color convert

RGB 223 158 157 -
CMYK 0 0.29 0.30 0.13
HSL 0.91º 0.51% 0.75% -
HSV(B) 0.91º 0.3% 0.87% -
XYZ 48.74 42.58 37.55 -
YUV 177.32 116.53 160.58 -
System Red Green Blue C M Y K H S L
Decimal 223 158 157 0 0.29 0.30 0.13 0.91 0.51 0.75
Hex DF 9E 9D 0 1D 1E D 1 33 4B
Octal 337 236 235 0 35 36 15 1 63 113
Binary 11011111 10011110 10011101 0 11101 11110 1101 1 110011 1001011

Color Harmonies of #DF9E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9E9D

Black with #DF9E9D

Text Example


Text Example

White with #DF9E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9E9D; }

 p { color: rgb(223,158,157); }

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

background-color css

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

 a { background-color: rgb(223,158,157); }

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

border-color css

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

 span { border-color: rgb(223,158,157); }

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