Html Css Color HEX #DF9693 Petite Orchid

📋 copy color: '#DF9693'

red 223 ◦ green 150 ◦ blue 147

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

Shades of Petite Orchid #DF9693

Tints of Petite Orchid #DF9693

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.85%

 BLUE value IS 147 (57.81% from 255) = 28.27%

R = 42.88%
G = 28.85%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DF9693 (or 0xDF9693) is known color: Petite Orchid. HEX triplet: DF, 96 and 93. RGB value is (223,150,147). Sum of RGB (Red+Green+Blue) = 223+150+147=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 150 (58.98% from 255 or 28.85% from 520); Blue value is 147 (57.81% from 255 or 28.27% from 520); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9693 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9693 is #20696C. Grayscale: #ABABAB. Windows color (decimal): -2124141 or 9672415. OLE color: 9672415.

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

Color convert

RGB 223 150 147 -
CMYK 0 0.33 0.34 0.13
HSL 2.37º 0.54% 0.73% -
HSV(B) 2.37º 0.34% 0.87% -
XYZ 46.6 39.61 32.79 -
YUV 171.49 114.18 164.74 -
System Red Green Blue C M Y K H S L
Decimal 223 150 147 0 0.33 0.34 0.13 2.37 0.54 0.73
Hex DF 96 93 0 21 22 D 2 36 49
Octal 337 226 223 0 41 42 15 2 66 111
Binary 11011111 10010110 10010011 0 100001 100010 1101 10 110110 1001001

Color Harmonies of #DF9693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9693

Black with #DF9693

Text Example


Text Example

White with #DF9693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9693; }

 p { color: rgb(223,150,147); }

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

background-color css

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

 a { background-color: rgb(223,150,147); }

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

border-color css

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

 span { border-color: rgb(223,150,147); }

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