#DF9896

Color #DF9896 Petite Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Petite Orchid #DF9896

Tints of Petite Orchid #DF9896

Color information

#DF9896 (or 0xDF9896) is unknown color: approx 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

RGB223152150-
CMYK00.320.330.13
HSL1.64º53.28%73.14%-
HSV(B)1.64º32.74%87.45%-
XYZ47.1640.3534.16-
YUV173115.02163.66-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315215000.320.330.131.6453.2873.14
HexDF989602021D23549
Octal3372302260404115265111
Binary11011111100110001001011001000001000011101101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>