Html Css Color HEX #DF9F96 Petite Orchid

📋 copy color: '#DF9F96'

red 223 ◦ green 159 ◦ blue 150

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

Shades of Petite Orchid #DF9F96

Tints of Petite Orchid #DF9F96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 28.2%

R = 41.92%
G = 29.89%
B = 28.2%

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

#DF9F96 (or 0xDF9F96) is known color: Petite Orchid. HEX triplet: DF, 9F and 96. RGB value is (223,159,150). Sum of RGB (Red+Green+Blue) = 223+159+150=532 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.92% from 532); Green value is 159 (62.5% from 255 or 29.89% from 532); Blue value is 150 (58.98% from 255 or 28.20% from 532); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9F96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9F96 is #206069. Grayscale: #B1B1B1. Windows color (decimal): -2121834 or 9871327. OLE color: 9871327.

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

Color convert

RGB 223 159 150 -
CMYK 0 0.29 0.33 0.13
HSL 7.4º 0.53% 0.73% -
HSV(B) 7.4º 0.33% 0.87% -
XYZ 48.33 42.69 34.55 -
YUV 177.11 112.7 160.73 -
System Red Green Blue C M Y K H S L
Decimal 223 159 150 0 0.29 0.33 0.13 7.4 0.53 0.73
Hex DF 9F 96 0 1D 21 D 7 35 49
Octal 337 237 226 0 35 41 15 7 65 111
Binary 11011111 10011111 10010110 0 11101 100001 1101 111 110101 1001001

Color Harmonies of #DF9F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9F96

Black with #DF9F96

Text Example


Text Example

White with #DF9F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9F96; }

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

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

background-color css

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

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

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

border-color css

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

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

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