#DF9D9C

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

Shades of Petite Orchid #DF9D9C

Tints of Petite Orchid #DF9D9C

Color information

#DF9D9C (or 0xDF9D9C) is unknown color: approx Petite Orchid. HEX triplet: DF, 9D and 9C. RGB value is (223,157,156). Sum of RGB (Red+Green+Blue) = 223+157+156=536 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.60% from 536); Green value is 157 (61.72% from 255 or 29.29% from 536); Blue value is 156 (61.33% from 255 or 29.10% from 536); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9D9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9D9C is #206263. Grayscale: #B0B0B0. Windows color (decimal): -2122340 or 10264031. OLE color: 10264031.

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

Color convert

RGB223157156-
CMYK00.300.300.13
HSL0.9º51.15%74.31%-
HSV(B)0.9º30.04%87.45%-
XYZ48.4942.237.04-
YUV176.62116.37161.08-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.60%
GREEN value IS 157 (61.72% from 255) = 29.29%
BLUE value IS 156 (61.33% from 255) = 29.10%
R=41.60%
G=29.29%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315715600.300.300.130.951.1574.31
HexDF9D9C01E1ED1334a
Octal3372352340363615163112
Binary11011111100111011001110001111011110110111100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9D9C; }

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

 H1.HeaderClassName
 {
   color: #DF9D9C;
 }
 .AnyTagClassName
 {
   color: #DF9D9C;
 }
</style>
background-color css

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

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

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

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

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

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