Html Css Color HEX #DF9896 Petite Orchid

📋 copy color: '#DF9896'

red 223 ◦ green 152 ◦ blue 150

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

Shades of Petite Orchid #DF9896

Tints of Petite Orchid #DF9896

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.95%

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

R = 42.48%
G = 28.95%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DF9896 (or 0xDF9896) is known color: Petite Orchid. HEX triplet: DF, 98 and 96. RGB value is (223,152,150). Sum of RGB (Red+Green+Blue) = 223+152+150=525 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.48% from 525); Green value is 152 (59.77% from 255 or 28.95% from 525); Blue value is 150 (58.98% from 255 or 28.57% from 525); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9896 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9896 is #206769. Grayscale: #ADADAD. Windows color (decimal): -2123626 or 9869535. OLE color: 9869535.

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

Color convert

RGB 223 152 150 -
CMYK 0 0.32 0.33 0.13
HSL 1.64º 0.53% 0.73% -
HSV(B) 1.64º 0.33% 0.87% -
XYZ 47.16 40.35 34.16 -
YUV 173 115.02 163.66 -
System Red Green Blue C M Y K H S L
Decimal 223 152 150 0 0.32 0.33 0.13 1.64 0.53 0.73
Hex DF 98 96 0 20 21 D 2 35 49
Octal 337 230 226 0 40 41 15 2 65 111
Binary 11011111 10011000 10010110 0 100000 100001 1101 10 110101 1001001

Color Harmonies of #DF9896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9896

Black with #DF9896

Text Example


Text Example

White with #DF9896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9896; }

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

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

background-color css

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

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

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

border-color css

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

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

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